skill-system-dashboard
Installation
SKILL.md
Skill System Dashboard
This skill generates the project dashboard HTML using repository-local data.
Usage
python3 "<this-skill-dir>/scripts/generate.py" --target /path/to/project
python3 "<this-skill-dir>/scripts/generate.py" --target /path/to/project --output /tmp/index.html
Behavior
- Reads graph data from
skills/skill-system-graphscan output. - Reads skill metadata from
skills/skill-system-*/SKILL.spec.yamlandSKILL.behavior.yaml. - Reads tone files, asset directories, and source metadata to render 4-axis skill cards.
- Reads ticket/roadmap data from
.tkt/. - Reads pending/DB memory snapshots when available.
- Writes one HTML file (default
<target>/dashboard/index.html).