生活とツール
#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
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=ruvnet-ruflo-agents-skills-workflow-automation-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
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
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |