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

Skill Development

Skill Aktiv

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

Zweck

To serve as a definitive guide for creating effective, well-structured, and discoverable skills within the Claude Code plugin ecosystem.

Funktionen

  • Guidance on skill structure and organization
  • Best practices for writing SKILL.md and frontmatter
  • Instructions on progressive disclosure for efficient context management
  • Examples of skill creation and validation processes
  • Details on bundling scripts, references, and assets

Anwendungsfälle

  • When creating a new skill for a Claude Code plugin
  • When improving the description or content of an existing skill
  • When organizing skill resources like scripts and references
  • When seeking guidance on skill development best practices for Claude Code

Nicht-Ziele

  • Developing specific plugin code or agents
  • Providing direct execution of code or tools
  • Writing specific content for a skill's functionality

License

  • info:License usabilityThe LICENSE.md file exists and states 'All rights reserved. Use is subject to Anthropic's Commercial Terms of Service.', which is not a standard OSI-approved SPDX license but is clarified by the terms.

Trust

  • warning:Issues AttentionThere are 9462 open issues and 22831 closed issues in the last 90 days, indicating a closure rate below 10% and a high volume of activity, suggesting slow maintainer response.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add anthropics/claude-code
/plugin install plugin-dev@claude-code-plugins

Qualitätspunktzahl

95 /100
Analysiert 7 days ago

Vertrauenssignale

Letzter Commit8 days ago
Sterne123.1k
Status
Quellcode ansehen

Ähnliche Erweiterungen

Plugin Authoring

100

Verwenden Sie dies beim Erstellen, Ändern oder Debuggen von Claude Code-Plugins. Löst bei Verzeichnissen .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ aus. Bietet Schemata, Vorlagen, Validierungs-Workflows und Fehlerbehebung.

Skill
ivan-magda

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