hernandor/fetch-external-knowledge
Code intelligence and docs-first external knowledge retrieval
Use when exploring code, finding symbols, tracing call paths, understanding architecture, analyzing impact of changes, or building code context for a task. This is a code intelligence skill over an indexed knowledge graph — consult it BEFORE writing or editing code when you need to understand code structure, symbol relationships, or call flows. Also activates when the user asks how code works, where things are defined, what calls/references a symbol, what would break from a change, or how data flows through the system.
Use when implementing against an external library, framework, SDK, protocol, or public API that is unknown, unstable, undocumented in-repo, or lacks a local example.