← Back to list

example-workflow
by obra
⭐ 70🍴 15📅 Jan 23, 2026
SKILL.md
name: example-workflow description: Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
Example Workflow Skill
Overview
This skill demonstrates how to create a workflow-based skill that guides Claude through a multi-step process. It serves as a reference implementation for plugin developers.
When to Use
This is an example skill for learning purposes. In a real plugin, you would:
- Use when specific conditions match the skill's domain
- Provide clear triggering criteria
- Guide through complex multi-step workflows
Example Workflow
When invoked, this skill would guide through these steps:
- Gather requirements - Ask clarifying questions
- Plan approach - Create a structured plan using TodoWrite
- Execute systematically - Follow the plan step-by-step
- Verify results - Confirm the outcome matches requirements
Integration with Other Components
This skill demonstrates how skills can:
- Reference bundled documentation in
references/ - Call executable scripts in
scripts/ - Use MCP server tools provided by the plugin
- Trigger or respond to plugin hooks
For Plugin Developers
Key points this example demonstrates:
- Clear YAML frontmatter with name and description
- Structured workflow with numbered steps
- Integration points with other plugin components
- Documentation of when/how to use the skill
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon