codemap-setup

A setup command for codemap, a local code-intelligence tool that builds a searchable map of a repository's code and relationships.

In plain words
What is it for?
Use it to prepare a repository for codemap, verify its index, and optionally keep the map updated as files change.
Why use it?
It removes the manual work of installing codemap, registering a project, indexing its files, and checking whether the resulting graph is usable.

Command

Part of the codemap plugin — 1 skill, 1 command, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/abdul-hamid-achik/codemap/codemap-setup
Clone the repo
git clone --depth 1 https://github.com/abdul-hamid-achik/codemap

Or install codemap, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 MCP server.

Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.00312
Opus 5 $0.00009 $0.00156
Sonnet 5 $0.00003 $0.00062
Haiku 4.5 $0.00002 $0.00031

Measured 2d ago against content hash 0557a383d3c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codemap-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/claude-code/commands/codemap-setup.md · 22 lines

What it actually says

Set up codemap for this repository so its MCP tools return real answers. Run these steps, adapting to what's already present (skip a step that's already done):

  1. Check the tool is installed and healthy: codemap doctor. If codemap is not found, install it with brew install abdul-hamid-achik/tap/codemap (or go install github.com/abdul-hamid-achik/codemap/cmd/codemap@latest), then re-run.
  2. Register this project: codemap init.
  3. Build the graph: codemap index --precise. If the precise pass reports a missing language toolchain (no go, typescript-language-server, or pyright-langserver), fall back to codemap index so at least the name-based Go graph and symbols exist.
  4. Confirm it worked: codemap status --json — check indexed is true and the node/edge counts are non-zero.
  5. Suggest keeping it fresh: offer to run codemap daemon start (background watcher) or codemap index --watch so the graph re-indexes as files change.

Then tell the user codemap is ready and remind them the using-codemap skill explains when to reach for the codemap_* tools.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 22 lines · 17 tokens per session scan A 0557a383d3c6

Subscribe to this mod's changes

codemap-setup is a command published in the GitHub repository abdul-hamid-achik/codemap (2 stars, last pushed 4d ago), licensed MIT. It adds 17 tokens to every session and 312 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.