Agent skill · Design & Presentation

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)

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add ruvnet/ruflo --skill workflow-create --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: mcp__plugin_ruflo-core_ruflo__workflow_createmcp__plugin_ruflo-core_ruflo__workflow_templatemcp__plugin_ruflo-core_ruflo__workflow_listmcp__plugin_ruflo-core_ruflo__workflow_statusmcp__plugin_ruflo-core_ruflo__workflow_deleteWriteReadEditBash
Path: plugins/ruflo-workflows/skills/workflow-create/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Pick a surface
  2. A — MCP workflow template
  3. B — Native .claude/workflows/.js
More from ruflo
All skills →
About this skill
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.

Keep going