Claude Code plugin for wonk — structure-aware code search that cuts LLM token burn.
This plugin connects wonk to Claude Code so the agent can search your codebase using ranked, deduplicated results instead of raw grep output. It provides:
- CLI mode (default) — runs
wonkcommands via the Bash tool. No background process needed. - MCP mode (optional) — registers
wonk mcp serveso all 22 wonk tools appear as native tools. Requires a persistent MCP server process. - Skill — teaches the agent when to prefer wonk over Grep/Glob and how to pick the right wonk command for each task
- Session hook — runs
wonk update -qon session start to keep the index fresh
Install wonk:
curl -fsSL https://raw.githubusercontent.com/etr/wonk/main/install.sh | shSee the wonk repo for other installation methods.
Via the Groundwork Marketplace:
claude plugin marketplace add https://github.com/etr/groundwork-marketplace
claude plugin add wonkOr directly:
claude plugin add https://github.com/etr/wonk-pluginAfter installing, run the setup skill (/wonk:setup-wonk) to choose between
CLI and MCP modes. The preference is stored in .claude/wonk.local.md:
---
mode: cli # or "mcp"
---CLI mode is recommended and used by default when no configuration exists.
TypeScript, JavaScript, Python, Rust, Go, Java, C, C++, Ruby, PHP, C#.
MIT