Problem
Spellbook has 60+ skills and commands, but discovering them requires reading YAML frontmatter or the generated docs. An interactive browser would let users explore available skills visually and understand what each does.
Possible Implementations
Option A: Docs Site Page
A searchable, filterable gallery on the mkdocs site. Categories, tags, usage frequency, related skills.
Option B: CLI Command
spellbook skills or spellbook browse that shows an interactive TUI for exploring skills. Could use Rich/Textual for terminal rendering.
Option C: MCP Tool Enhancement
Enhance the existing analyze_skill_usage MCP tool to provide a browseable interface.
Gallery Card Content
For each skill/command:
- Name and one-line description
- Trigger phrases
- Category/tags
- Dependencies (other skills/commands it invokes)
- Complexity indicator
Problem
Spellbook has 60+ skills and commands, but discovering them requires reading YAML frontmatter or the generated docs. An interactive browser would let users explore available skills visually and understand what each does.
Possible Implementations
Option A: Docs Site Page
A searchable, filterable gallery on the mkdocs site. Categories, tags, usage frequency, related skills.
Option B: CLI Command
spellbook skillsorspellbook browsethat shows an interactive TUI for exploring skills. Could use Rich/Textual for terminal rendering.Option C: MCP Tool Enhancement
Enhance the existing
analyze_skill_usageMCP tool to provide a browseable interface.Gallery Card Content
For each skill/command: