From codemunch
Token-efficient codebase overview showing symbol map, file structure, and entry points without reading source files
npx claudepluginhub benmarte/codemunch --plugin codemunch[path]**First**, run the staleness-gate skill to ensure the index is fresh. Then provide a structured overview using only the codemunch index and directory listing. Do NOT read any source files. If $ARGUMENTS is a file path, show: 1. All symbols in that file (name, kind, line range) 2. Each symbol's signature (from index) 3. Estimated complexity (line count per symbol) 4. Total: "X symbols, Y lines — fetch any with /codemunch:fetch <n>" If $ARGUMENTS is a directory or empty (whole project), show: 1. **File tree** — `find . -type f -name "*.ts" | head -30` (adjust extension per detected languag...
/exploreGuides Socratic ideation on an optional topic via probing questions, optional research, and routes outputs to GSD artifacts like notes, todos, seeds, requirements, or phases.
/exploreAnalyzes blockchain addresses, transactions, smart contracts, blocks, and tokens, producing structured markdown reports with balances, histories, holdings, and insights.
/exploreExplores codebase to map structure, detect tech stack, patterns, entry points, and CI/CD setup, producing a structured project overview.
/exploreExplores codebase iteratively by keyword: searches file names, code content, git history; refines results interactively or automatically up to depth N, tracks dependencies, summarizes structure and relations.
/exploreReads planning checklists and related code/files/tests to review and prepare for discussing a codebase area. Provide topic as arguments.
/exploreReads planning checklists and related code/files/tests to review and prepare for discussing a codebase area. Provide topic as arguments.
First, run the staleness-gate skill to ensure the index is fresh.
Then provide a structured overview using only the codemunch index and directory listing. Do NOT read any source files.
If $ARGUMENTS is a file path, show:
If $ARGUMENTS is a directory or empty (whole project), show:
find . -type f -name "*.ts" | head -30 (adjust extension per detected language)Always end with a tip on how to dig deeper: "Use /codemunch:find to search symbols, /codemunch:fetch to read one, /codemunch:refs to find usages."
Token target for a full project overview: under 200 tokens.