Command Development
技能 活跃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.
To guide users in effectively creating, organizing, and testing Claude Code slash commands, enabling efficient and reusable automation within Claude.
功能
- 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
使用场景
- 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
非目标
- 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
实践
- 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.
安装
请先添加 Marketplace
/plugin marketplace add anthropics/claude-code/plugin install plugin-dev@claude-code-plugins质量评分
类似扩展
Neon Postgres
100Neon Serverless Postgres 的使用指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证(@neondatabase/auth)、PostgREST 风格的数据 API(@neondatabase/neon-js)、Neon CLI 以及 Neon 的平台 API/SDK。可用于任何与 Neon 相关的问题。
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.