Command Development
Skill AktivThis 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.
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-pluginsQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
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
Coding Standards
100Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.