By cpoepke
Semantic folder index for codebase navigation. Creates index.toon files with summaries ordered by priority. "Oh, I see you've discovered my meticulously organized archive."
npx claudepluginhub cpoepke/toon-dex --plugin toondexUpdate existing index.toon with changes. Detects new/deleted/modified folders and updates the semantic folder index.
Show ToonDex debug mode usage statistics. Tracks hook fires, index.toon reads, and effectiveness metrics.
Semantic folder index for codebase navigation. Commands: /toondex (create), /redex (update). IMPORTANT: If you see "PROPOSE_REINDEX" in your context (injected by SessionStart hook), when the user sends their next message, briefly ask if they want you to run /redex first or if you should continue answering their question. "Oh, I see you've discovered my meticulously organized archive."

"Oh, I see you've discovered my meticulously organized archive."
ToonDex creates semantic folder indexes for LLM codebase navigation. It generates an index.toon file with concise summaries of each folder, ordered by importance.
# Add the marketplace
/plugin marketplace add cpoepke/Toon-Dex
# Install ToonDex
/plugin install toondex@Toon-Dex
# Clone and run init script
git clone https://github.com/cpoepke/Toon-Dex.git
./Toon-Dex/.claude/skills/toondex/scripts/init.sh /path/to/your/project
/toondex
Creates an index.toon file with semantic folder summaries:
# my-project
src/app,Next.js App Router. Page routes layouts and API handlers.
src/components,UI component library. Shadcn-based atomic design.
src/lib,Core utilities. API client with retry logic and shared hooks.
/redex
Detects changes since last index and updates only modified folders.
ToonDex includes a session hook that automatically detects when your index is outdated and proposes updates.
# {project-name}
{path},{summary}
{path},{summary}
See docs/INDEX_SPEC.md for the full specification.
MIT - See LICENSE
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Persistent memory system for Claude Code - seamlessly preserve context across sessions