output-build-workflow
Implement an Output SDK workflow from a plan document. Use when the user asks to build, implement, or code a workflow from an existing plan, or after output-plan-workflow has produced a plan and the user is ready to build.
- Type
- skill
- GitHub stars
- ★ 179
- Repository
- growthxai/output
- Category
- workflow
Install
1Quick install (skills CLI)
npx skills add growthxai/output --skill output-build-workflow --agent claude-codeInstalls output-build-workflow into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.