Semantic folder indexes for LLM codebase navigation
npx claudepluginhub cpoepke/toon-dexSemantic folder index for codebase navigation. Creates index.toon files with summaries ordered by priority. "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