AI SummaryA skill booster that automates the execution of work items across different operational modes (autopilot, confirm, validate) with support for batch processing, designed for AI-native development workflows on Claude Code.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "run-execute" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (7 files) mkdir -p .claude/skills/run-execute && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/SKILL.md "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/SKILL.md" && mkdir -p .claude/skills/run-execute/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/scripts/complete-run.cjs "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/scripts/complete-run.cjs" && mkdir -p .claude/skills/run-execute/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/scripts/init-run.cjs "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/scripts/init-run.cjs" && mkdir -p .claude/skills/run-execute/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/scripts/update-checkpoint.cjs "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/scripts/update-checkpoint.cjs" && mkdir -p .claude/skills/run-execute/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/scripts/update-phase.cjs "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/scripts/update-phase.cjs" && mkdir -p .claude/skills/run-execute/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/templates/plan.md.hbs "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/templates/plan.md.hbs" && mkdir -p .claude/skills/run-execute/templates && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/run-execute/templates/test-report.md.hbs "https://raw.githubusercontent.com/fabriqaai/specs.md/main/src/flows/fire/agents/builder/skills/run-execute/templates/test-report.md.hbs" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Execute work items based on their assigned mode (autopilot, confirm, validate). Supports single-item and multi-item (batch/wide) runs.
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoptionUnder 100 stars
71 ★ · NicheDocsREADME + description
Well-documentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code