Agent skill
building-skills
Use when creating new skills or converting workflows into SKILL.md
Stars
7
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/vre/flow-state/tree/main/builder-skill
SKILL.md
Building Skills
Step 0: Gate
Single command ≤2 flags, no pipes → "Could be: {cmd}. Need a skill?" If no → STOP.
Step 1: Route
- New skill → Read and follow
./subskills/skill_only.md - Builder skill (scripts/templates/tests) →
./subskills/builder_skill.md - Bottling session → Document workflow first, then
./subskills/skill_only.md - From historian → Needs
mcp__claude-historian-mcp__*. Missing → STOP.
Step 2: Validate
bash
python3 ./scripts/validate_structure.py <SKILL.md path>
Fix issues → re-validate. DONE.
Didn't find tool you were looking for?