Agent skill
building-skills
Use when creating new skills or converting workflows into SKILL.md
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
python3 ./scripts/validate_structure.py <SKILL.md path>
Fix issues → re-validate. DONE.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
youtube-to-markdown
Use when user asks YouTube video extraction, get, fetch, transcripts, subtitles, or captions, or channel browsing. Writes video details and transcription into structured markdown file.
cli-tool-builder
Use when creating CLI tools with action dispatcher pattern
session-codex
Use when delegating a task to Codex CLI with session persistence across turns.
session-gemini
Use when delegating a task to Gemini CLI with session persistence across turns.
project-builder
Use when creating a new skill, MCP server, or CLI tool project.
session-claude
Use when delegating a task to Claude Code CLI with session persistence across turns.
Didn't find tool you were looking for?