skill-visualizer
Installation
SKILL.md
Skill Visualizer
Generate a single self-contained HTML file that renders every discovered skill as a browsable, searchable dashboard.
How It Works
The bundled script scans two locations:
- Workspace skills —
./.agents/skills/(relative to the working directory) - User home skills —
~/.agents/skills/
For each skill directory containing a SKILL.md, the script extracts the YAML frontmatter (name, description) and renders the markdown body into HTML. Any files inside the skill's scripts/ folder are listed as associated scripts.
Usage
Run the generator from the repository root (or wherever the workspace .agents/skills/ should be resolved):