Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Designing Workflow Skills

Skill Verifiziert Aktiv

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.

Zweck

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@trailofbits

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 16 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne5.2k
LizenzCC-BY-SA-4.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Writing Skills

99

Verwenden Sie dies beim Erstellen neuer Fähigkeiten, Bearbeiten vorhandener Fähigkeiten oder Überprüfen, ob Fähigkeiten vor der Bereitstellung funktionieren.

Skill
obra

Neon Postgres

100

Anleitungen 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.

Skill
neondatabase

Sdk Dx

100

Design 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"

Skill
jonathimer

Csharp Async

100

Get best practices for C# async programming

Skill
github

Dart Matcher Best Practices

100

Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

Skill
flutter

Golang Concurrency Patterns

100

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

Skill
bobmatnyc