claude-code-workflow-creator
Author deterministic multi-agent workflow scripts in plain JavaScript
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-code-workflow-creator?โผ
Run `npx skills add ray-amjad/claude-code-workflow-creator --all -g -y` in your terminal to install the skill globally.
What does the workflow-creator skill do?โผ
It teaches Claude to author workflow files: JavaScript scripts that orchestrate multiple subagents with deterministic loops, pipelines, and fan-out, so multi-step jobs run the same way every time.
Can I run the workflows it creates today?โผ
Not yet. The workflows target Claude Code's Workflow tool, which is currently unreleased and gated behind an environment variable, so treat this skill as a ready-to-use preview.
When should I use a workflow instead of a single subagent?โผ
Use a workflow when the job is parallel or multi-stage, needs deterministic and resumable execution, and benefits from isolating each step in its own fresh context window.
Do I need to know JavaScript to use this skill?โผ
No. You describe the job in plain English and the skill writes, validates, and fixes the workflow file for you using built-in templates and patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core