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


