Designing Workflow Skills
Skill Verifiziert AktivGuides 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.
Funktionen
- 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
Anwendungsfälle
- 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/
Nicht-Ziele
- 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.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add trailofbits/skills/plugin install workflow-skill-design@trailofbitsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Writing Skills
99Verwenden Sie dies beim Erstellen neuer Fähigkeiten, Bearbeiten vorhandener Fähigkeiten oder Überprüfen, ob Fähigkeiten vor der Bereitstellung funktionieren.
Neon Postgres
100Anleitungen und Best Practices für die Arbeit mit Neon Serverless Postgres. Beinhaltet den Einstieg, lokale Entwicklung mit Neon, Auswahl einer Verbindungsmethode, Neon-Funktionen, Authentifizierung (@neondatabase/auth), PostgREST-ähnliche Daten-API (@neondatabase/neon-js), Neon CLI und die Neon Platform API/SDKs. Zur Beantwortung aller Neon-bezogenen Fragen.
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