Work Efficiency
#agent
workflow-automation
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.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=ruvnet-ruflo-agents-skills-workflow-automation-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
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
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.