Initial commit
This commit is contained in:
32
skills/plugin-authoring/templates/command-template.md
Normal file
32
skills/plugin-authoring/templates/command-template.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
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]
|
||||
Reference in New Issue
Block a user