workflow-create
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
npx skills add ruvnet/ruflo --skill workflow-create --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Workflow Create Author a workflow on whichever surface fits the job. ## Pick a surface - **MCP workflow template** — a persisted definition with a pause/resume lifecycle. Use for long-lived, human-gated, resumable pipelines. - **Native `.claude/workflows/*.js`** — an imperative orchestration script that fans subagents out. Use for comprehensive fan-out (review, audit, migration, research) where you aggregate structured results in code. ## A — MCP workflow template 1. **List templates** — call `mcp__plugin_ruflo-core_ruflo__workflow_template` to see available templates 2. **Create workflow** — call `mcp__plugin_ruflo-core_ruflo__workflow_create` with steps, conditions, and execution order 3. **List workflows** — call `mcp__plugin_ruflo-core_ruflo__workflow_list` to see all defined workflows 4. **Check status** — call `mcp__plugin_ruflo-core_ruflo__workflow_status` to monitor a workflow 5. **Clean up** — call `mcp__plugin_ruflo-core_ruflo__workflow_delete` to remove unused workflows Features: sequential/parallel steps, conditional branching, template inheritance, pause/resume approval gates. ## B — Native `.claude/workflows/*.js` Write a `.js` file under `.claude/workflows/`. It MU
- Pick a surface
- A — MCP workflow template
- B — Native .claude/workflows/.js
What does the workflow-create skill do?
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
How do I install it?
Run `npx skills add ruvnet/ruflo --skill workflow-create --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.