How to install workflow-automation
npx skills add https://github.com/ruvnet/ruflo --skill workflow-automationClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from ruvnet/ruflo.
name: workflow-automation description: > Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.
Workflow Automation Skill
Purpose
Create and execute automated workflows for complex multi-step processes.
When to Trigger
- Multi-step automated processes
- Reusable workflow creation
- Complex task orchestration
- CI/CD pipeline setup
Commands
Create Workflow
npx claude-flow workflow create --name "deploy-flow" --template ci
Execute Workflow
npx claude-flow workflow execute --name "deploy-flow" --env production
List Workflows
npx claude-flow workflow list
Export Template
npx claude-flow workflow export --name "deploy-flow" --format yaml
View Status
npx claude-flow workflow status --name "deploy-flow"
Built-in Templates
| Template | Description |
|---|---|
ci | Continuous integration pipeline |
deploy | Deployment workflow |
test | Testing workflow |
release | Release automation |
review | Code review workflow |
Workflow Structure
name: example-workflow
steps:
- name: analyze
agent: researcher
task: "Analyze requirements"
- name: implement
agent: coder
depends: [analyze]
task: "Implement solution"
- name: test
agent: tester
depends: [implement]
task: "Write and run tests"
Best Practices
- Define clear step dependencies
- Use appropriate agent types per step
- Include validation gates
- Export workflows for reuse
Related skills
More from ruvnet/ruflo and the wider catalog.
AG
agent-arch-system-design
ruvnet/ruflo
Agent skill for arch-system-design - invoke with $agent-arch-system-design
1.1k installs
AG
agent-workflow
ruvnet/ruflo
Agent skill for workflow - invoke with $agent-workflow
1.1k installsAudited
SE
security-audit
ruvnet/ruflo
>
1.1k installs
AG
agent-swarm
ruvnet/ruflo
Agent skill for swarm - invoke with $agent-swarm
998 installsAudited
AG
agent-spec-mobile-react-native
ruvnet/ruflo
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native
979 installsAudited
AG
agent-analyze-code-quality
ruvnet/ruflo
Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality
975 installsAudited