Agent Skills
› elisaterumi-ai/agent-skills-in-practice
› workflow-automator
workflow-automator
GitHub用于设计结构化工作流,将任务拆解为步骤,识别依赖关系并建议自动化机会,适用于流程组织和优化场景。
Trigger Scenarios
需要组织业务流程时
希望优化任务执行效率时
Install
npx skills add elisaterumi-ai/agent-skills-in-practice --skill workflow-automator -g -y
SKILL.md
Frontmatter
{
"name": "workflow-automator",
"description": "Designs structured workflows for tasks and automation. Use when organizing processes."
}
Instructions
- Understand the task or process
- Break into steps
- Identify dependencies
- Suggest automation opportunities
Output Format
Workflow Steps
- Step 1
- Step 2
Automation Opportunities
- Suggestion 1
Version History
- 281cc81 Current 2026-07-24 16:50


