JordanCoinJordanCoinCommunityยท4 Agent Skills Included

codemap

Give AI coding agents instant codebase structure, dependencies, and blast radius

Maps any codebase's structure, resolves real import dependencies, and shows which files break when you change something. Eliminates blind edits, missed hub files, and guesswork when AI agents explore or refactor unfamiliar repositories. Reports coverage honestly when analysis is partial, and hands off context between agents like Claude Code and Codex.
npx skills add JordanCoin/codemap --all -g -y
Available:

Instructs the AI agent to always run codemap commands from the repo root before exploring, editing, refactoring, or committing code, and which specific command to use for each situation.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’