command-development
CommunityCraft robust slash commands for Claude Code plugins.
AuthorOshanKHZ
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps developers design, implement, and organize slash commands (commands with YAML frontmatter) for Claude Code plugins. It covers frontmatter fields, dynamic arguments, Bash execution in commands, and interactive patterns via AskUserQuestion, plus testing and distribution guidance.
Core Features & Use Cases
- Frontmatter-driven command design
- Dynamic arguments (ARGUMENT-HINT and $1, $2)
- Bash execution patterns within commands
- Interactive commands via AskUserQuestion
- Testing, validation, and documentation guidance
- Plugin distribution readiness and namespace patterns
Quick Start
- Create a basic command at .claude/commands/your-command.md with appropriate frontmatter
- Add argument hints to guide users and definitions for validation
- Implement a simple Bash block for a deterministic task
- Validate and test using project scripts and debug workflow
Dependency Matrix
Required Modules
None requiredComponents
referencesscriptsassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: command-development Download link: https://github.com/OshanKHZ/oshankhz-claude-code/archive/main.zip#command-development Please download this .zip file, extract it, and install it in the .claude/skills/ directory.