Designing Workflow Skills
技能 已验证 活跃Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.
Empowers developers to build well-structured, reliable, and maintainable workflow-based Claude Code skills by providing clear design patterns and best practices.
功能
- Guides workflow skill design and structuring
- Defines essential principles for reliable execution
- Provides pattern selection based on workflow complexity
- Details structural anatomy and file organization
- Catalogs common anti-patterns with fixes
使用场景
- Designing new skills with multi-step workflows
- Structuring skills for routing, safety gates, or task tracking
- Reviewing and refactoring existing workflow skills
- Deciding how to split content between SKILL.md, references/, and workflows/
非目标
- Writing the actual domain content of a skill
- Plugin configuration or development
- Non-skill Claude Code development
- Providing specific domain expertise (focus is on structure)
Trust
- info:Issues Attention13 issues opened, 4 closed in the last 90 days (closure rate < 25%), indicating slower response to issues.
安装
请先添加 Marketplace
/plugin marketplace add trailofbits/skills/plugin install workflow-skill-design@trailofbits质量评分
已验证类似扩展
Writing Skills
99在创建新技能、编辑现有技能或在部署前验证技能是否正常工作时使用
Neon Postgres
100Neon Serverless Postgres 的使用指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证(@neondatabase/auth)、PostgREST 风格的数据 API(@neondatabase/neon-js)、Neon CLI 以及 Neon 的平台 API/SDK。可用于任何与 Neon 相关的问题。
Sdk Dx
100Design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design", "developer experience", "API design", "SDK DX", "error messages", "type safety", "IDE integration", "SDK versioning", "migration guides", "client library design", "making SDKs feel native", "SDK best practices"
Csharp Async
100Get best practices for C# async programming
Dart Matcher Best Practices
100Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Golang Concurrency Patterns
100Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls