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

Command Development

Skill Aktiv

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

Zweck

To guide users in effectively creating, organizing, and testing Claude Code slash commands, enabling efficient and reusable automation within Claude.

Funktionen

  • Command structure and file format guidance
  • YAML frontmatter configuration
  • Dynamic argument handling ($1, $ARGUMENTS)
  • File referencing (@ syntax)
  • Bash execution guidance (!` syntax)
  • Command organization and namespacing
  • Plugin-specific features and integration
  • Validation patterns and error handling
  • Testing strategies for commands

Anwendungsfälle

  • Creating custom slash commands for repetitive tasks
  • Defining complex workflows using chained commands
  • Integrating commands with plugin agents and skills
  • Developing reusable command templates
  • Learning best practices for command development

Nicht-Ziele

  • Directly executing commands (it provides guidance, not execution)
  • Providing a pre-built set of commands (focus is on teaching creation)
  • Covering general prompt engineering outside of command context

Praktiken

  • Command design
  • Testing
  • Documentation
  • Security

License

  • warning:License usabilityThe LICENSE.md file is present but contains only a copyright notice and a link to commercial terms of service, indicating proprietary licensing rather than open-source usability.

Trust

  • warning:Issues AttentionThere are 9462 open issues and 22831 closed issues in the last 90 days, indicating a very high volume of activity but a low closure rate (approx. 24%), suggesting maintainers may struggle to keep up.

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

78 /100
Analysiert 13 days ago

Vertrauenssignale

Letzter Commit13 days ago
Sterne123.1k
Lizenzproprietary
Status
Quellcode ansehen

Ähnliche Erweiterungen

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

Coding Standards

100

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

Skill
affaan-m