Quickstart (Specs + Skills)¶
This repo is designed to be iterated on locally without network access.
Validate Skills¶
Validate a single skill:
Validate every skill folder in the repo:
for f in skills/*/SKILL.md; do python3 .system/skill-creator/scripts/quick_validate.py "${f%/SKILL.md}"; done
Validate repo-level docs/skill navigation consistency:
Package Skills (Optional)¶
Package a skill into dist/<skill-name>.skill:
Create a New Skill (Optional)¶
Initialize a new skill folder:
python3 .system/skill-creator/scripts/init_skill.py <skill-name> --path skills --resources scripts,references --examples
Then:
- Edit
skills/<skill-name>/SKILL.md - Add only the minimal
references/andscripts/needed - Validate and update
README.md+PROMPTS.md
Common Maintenance¶
Find “taxonomy drift” (e.g., legacy terms):
Confirm the workflow-stage grouping is consistent: