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.
npx agentmods add commands/aahlijia/dekko/mapgit clone --depth 1 https://github.com/aahlijia/dekkoWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00020 | $0.00407 |
| Opus 5 | $0.00010 | $0.00204 |
| Sonnet 5 | $0.00004 | $0.00081 |
| Haiku 4.5 | $0.00002 | $0.00041 |
Grade A, and why
map 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.
What it actually says
Code map results
The map has been (re)generated and a compact digest printed below.
!dekko map --if-stale . $ARGUMENTS
!dekko summary --budget 2000
Your task
The repository map was generated programmatically by the tool above — do NOT parse any source files yourself.
- If the output above shows an error, explain the problem to the user
and how to fix it. In particular, if the
dekkocommand was not found, tell them to install it withpip install dekko(oruv tool install dekko). Otherwise: - Relay the digest to the user: the file/symbol/edge counts and language mix, the largest directories and what they do, the load-bearing and orchestrating symbols, and any parse errors.
- Tell the user the full map is at
.dekko/MAP.md(human-readable) and.dekko/map.json(machine-readable), and that they can query it without re-reading source viadekko query|context|affectedor the dekko MCP tools (query_symbol,get_context_pack,outline,workset,impacted_tests, ...) — see thedekko-orientskill. - Do not read
.dekko/MAP.mdback into context (it can be large) — prefer the query commands for follow-up questions. - If
$ARGUMENTSincluded--exclude GLOB, mention that the pattern(s) were also persisted to.dekko/.dekkoignore(gitignore syntax) so future baredekko mapruns keep honoring them.
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.
- 2d ago First seen · 37 lines · 20 tokens per session scan A 9b0dacc8e2cf
map is a command published in the GitHub repository aahlijia/dekko (3 stars, last pushed 5d ago), licensed MIT. It adds 20 tokens to every session and 407 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.
Other commands, from other repositories
codeweb
Dissect a codebase into atomic nodes, wire the system web, tag domains, and surface overlap/consolidation opportunities as an interactive HTML map. Works on the current project or an external repo (path or git URL).
codeweb-apply
Execute the codeweb consolidation campaign's READY tier step-by-step — simulate, apply, refresh, diff-gate, test, commit (or revert and record blocked). The deterministic gate owns every verdict; this command only drives the loop.
codeweb-pitch
Draft a one-page, review-before-sharing refactor pitch memo from artifacts the map already produced — campaign projections, trend direction, hotspots, the local value receipt — every number pinned to an artifact path.
codeweb-narrate
Write one-sentence, agent-authored summaries for each domain and the top load-bearing symbols into the .codeweb/narration.json sidecar — provenance-labeled, staleness-stamped, never touching graph.json.
review
Review the implementation of the plan.
go-review
Go code review for idiomatic patterns.