Build or query a code-only symbol and call-graph map of the current project, via LSP. Use when exploring an unfamiliar codebase, locating a symbol's definition, tracing what calls or is called by a function, assessing the blast radius of a proposed change, or navigating code beyond what grep alone can reveal. Produces a JSON map under .codemap/ at the project root. Skip for trivial lookups and single-file edits.
$npx -y skills add juxt/claude-plugins --skill code-mapInstalls into the current project.
Run `npx skills use "https://github.com/juxt/claude-plugins" --skill "juxt/claude-plugins/code-map"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/juxt/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/juxt/claude-plugins"` and select the relevant skills, then follow their instructions.