Codemap analyzes a repository to give architectural context: file tree, dependency/hub analysis, diffs vs a reference branch, importers, and a structured JSON context for passing to other tools. It classifies intent, detects risky hubs, matches helpful agent skills, and can emit handoff artifacts for cross-agent workflows.
Use Codemap before starting any coding task, when asked "where is X?" or "what changed?", during refactors, review of high-impact files, and when preparing handoffs between agents. Also run its config-setup skill when the repo lacks a tuned .codemap/config.json.
codemap ., --deps, --diff, --importers, handoff, context, serve).codemap/config.json to reduce noise.Compatible with multi-agent and developer tooling such as Claude Code, Codex, Copilot, Cursor, and CLI-driven automations.
Codemap is a CLI-based code intelligence skill that provides architectural context about codebases — structure, dependencies, diffs, import hubs, and cross-agent handoffs. No bundled scripts were present, so only static analysis was performed. The SKILL.md is thorough, well-organized, and provides clear trigger conditions and output interpretation guides. No security concerns found.
Clean skill — purely instructs the agent to run codemap CLI commands. No scripts, no network calls, no credential handling. Well-documented with specific trigger conditions and output interpretation.