codemap
Give AI coding agents instant codebase structure, dependencies, and blast radius
All Skills in This Repository (4)
Pure Emerald Level Indicatorsconfig-setup
Generate and refine .codemap/config.json with stack-based includes and excludes.
codemap
Analyzes a codebase to reveal structure, dependencies, and recent changes.
config-setup
Writes and tunes .codemap/config.json to focus Codemap output on code-relevant repository paths.
codemap
Analyze codebase structure, dependency graphs, and change impact for coding agents.
Frequently Asked Questions
FAQPage SchemaHow to install codemap?โผ
Run `npx skills add JordanCoin/codemap --all -g -y` in your terminal to install all skills in this suite globally.
What does codemap do for AI coding agents?โผ
It gives agents a structural map of your repo, a real dependency graph, and the blast radius of any file change, so they stop editing code blindly.
How do I check what breaks if I change a file?โผ
Run `codemap --importers <file>` to see every file that depends on it, or `codemap blast-radius` for a full review bundle before committing.
Does codemap work with Claude Code and Codex?โผ
Yes. Running `codemap setup` configures hooks and MCP integration for Claude Code and Codex automatically, and it also works via HTTP API.
Which languages does codemap support?โผ
It resolves dependencies natively for Go, Rust, JS/TS, and Dart/Flutter, plus 21 languages total including Python, Java, C#, Swift, and Kotlin via ast-grep.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core