codemap
Analyze codebase structure, dependencies, changes, cross-agent handoffs, and get code-aware intelligence. Use when user asks about project structure, where…
Set up or tune .codemap/config.json so Codemap focuses on code-relevant parts of the repo. Use when config is missing, boilerplate, noisy, or mismatched to the stack.
$ npx -y skills add JordanCoin/codemap --skill config-setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/config-setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Set up or tune .codemap/config.json so Codemap focuses on code-relevant parts of the repo. Use when config is missing, boilerplate, noisy, or mismatched to the stack.
name: config-setup description: Set up or tune .codemap/config.json so Codemap focuses on code-relevant parts of the repo. Use when config is missing, boilerplate, noisy, or mismatched to the stack.
Write or improve `.codemap/config.json` so future Codemap calls stay focused on the code that matters for this repo.
1. `.codemap/config.json` is missing 2. The existing config looks like a bare bootstrap instead of a real project policy 3. Codemap output is dominated by assets, fixtures, generated files, vendor trees, PDFs, screenshots, models, or training data 4. The project stack is obvious, but Codemap is not prioritizing the right parts of the repo
1. Inspect the repo quickly before writing config
2. Decide whether config is missing, boilerplate, or tuned
3. Write a conservative code-first config
4. Prefer stack-aware defaults
5. Preserve user intent
6. Verify immediately
codemap — structural ground truth for coding agents. Resolves what your code actually imports, tells you what breaks if you change it, and is explicit about what it couldn't figure out.
Repo: JordanCoin/codemap
Analyze codebase structure, dependencies, changes, cross-agent handoffs, and get code-aware intelligence. Use when user asks about project structure, where…