Skip to content

Interactive skill browser and gallery #83

@elijahr

Description

@elijahr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions