Skip to content

v1.0.0

Choose a tag to compare

@benmarte benmarte released this 11 Mar 14:56
· 29 commits to main since this release

codemunch v1.0.0

Token-efficient code exploration plugin for Claude Code.

Installation

/plugin marketplace add benmarte/codemunch
/plugin install codemunch@codemunch

Features

  • Explore codebase structure without reading full files
  • Search for symbols (functions, classes, methods, types) with filters
  • Fetch specific symbols instead of entire files — dramatically lower context usage
  • Find all references to a symbol across the codebase
  • Auto-indexes your project for fast lookups

Commands

  • /codemunch:explore [path] — understand project structure, class hierarchies, entry points
  • /codemunch:search <query> — find symbols with optional filters (kind:class, file:*.ts)
  • /codemunch:fetch <name> — read a specific function/class without loading the full file
  • /codemunch:refs <name> — find all references to a symbol
  • /codemunch:index — index the project for fast lookups
  • /codemunch:init — add codemunch instructions to your project's CLAUDE.md