Instructions file
Instructions for aahlijia/dekko, covering claude.md, what this project is, working in this repo and evaluation reports: test-repos/reports/.
Instructions file
Instructions for aahlijia/dekko, covering claude.md, what this project is, working in this repo and evaluation reports: test-repos/reports/.
Plugin Claude Code
Plugin marketplace listing 1 plugin: dekko.
Plugin Claude Code
Adds a /map command that programmatically scans the repository: every code file, function, parameter, type, return type, and the call relationships between functions. Writes MAP.md and map.json without spending model tokens on parsing.
MCP server Claude CodeCodexCursor +2
MCP server "dekko" as configured in aahlijia/dekko. Launched with dekko serve --mcp.
Command
Diagnose dekko environment/install issues (PATH shadowing, map freshness, MCP registration, plugin, hooks, CLAUDE.md policy block).
Command
Generate MAP.md — a relational map of every file, function, signature, and call in the repo.
Command
Cross-check a dekko callers/uses result against a targeted grep before trusting a low/zero count.
Skill Claude CodeCodex
Start dekko's background daemon before a session that will run many bare dekko CLI commands via Bash (not the MCP tools) against a large or medium repo. Trigger when you're about to run several dekko CLI invocations in a row on the same repo — a long refactor loop, a batch of query/search/outline calls, or a…
Skill Claude CodeCodex
Read and write dekko's symbol-anchored notes in any repo with a .dekko/ directory. Trigger every time you pull a symbol's context (querysymbol, getcontextpack, dekko query/context), right after a non-obvious change, and right after any rename/move/signature edit (to sweep orphaned notes). Notes are durable, committed…
Skill Claude CodeCodex
Use dekko's tools instead of grep/Read whenever a repo has a .dekko/ directory — not just at session start. Trigger on any "find/locate/understand this symbol," "what does this file/dir contain," "what will this change break," or "read this file" impulse. dekko has already parsed and indexed the repo; grepping or…
Skill Claude CodeCodex
Give a code-review or PR-description flow a structural head start before reading a diff line by line. Trigger when the user asks for a PR description, a pre-merge summary, or invokes a code-review flow (this repo's open-agent-hub:review//review, or an equivalent in another environment) against a diff in a repo with a…
Skill Claude CodeCodex
Sanity-check a suspiciously low or zero call-graph result from dekko (getcallers, getcallees, findusages, impactedtests, unused) before concluding "no callers" or "dead code," or a heritage/throws-provenance result (query supertypes, query subtypes, query throws) that labels something (external) when you expect it to…
MCP server Claude CodeCodexCursor +2
Static code map generator: MAP.md + map.json for any repo, plus a Claude Code /map plugin. Runs locally from the dekko Python package.