Files
gh-hyperskill-claude-code-m…/skills/plugin-authoring/templates/command-template.md
2025-11-29 18:47:48 +08:00

33 lines
599 B
Markdown

---
description: Brief, third-person description of what this command does
argument-hint: [arg1] [arg2]
---
# Command Name
[Detailed instructions for Claude on how to execute this command]
## Context
[When and why to use this command]
## Instructions
1. [Step 1: What to do first]
2. [Step 2: Next action]
3. [Step 3: Final step]
## Arguments
- `$ARGUMENTS` or `$1`, `$2`, etc.: [Explain what each argument means]
## Example Usage
**Command**: `/namespace:command-name arg1 arg2`
**Expected behavior**: [Describe what should happen]
## Notes
[Any additional context, warnings, or tips]