Initial commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# {{command_name}} Command
|
||||
|
||||
{{command_description}}
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
/{{command_name}} # {{usage_default}}
|
||||
/{{command_name}} {{args}} # {{usage_with_args}}
|
||||
{{additional_usage}}
|
||||
```
|
||||
|
||||
## What It Does
|
||||
|
||||
{{what_it_does}}
|
||||
|
||||
## When to Use
|
||||
|
||||
{{when_to_use}}
|
||||
|
||||
## Example
|
||||
|
||||
```bash
|
||||
$ /{{command_name}} {{example_args}}
|
||||
|
||||
{{example_output}}
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
{{options}}
|
||||
|
||||
## Related
|
||||
|
||||
- **Skills**: {{related_skills}}
|
||||
- **Agents**: {{related_agents}}
|
||||
- **Commands**: {{related_commands}}
|
||||
|
||||
---
|
||||
|
||||
**Generated by meta-automation-architect**
|
||||
**Session**: {{session_id}}
|
||||
Reference in New Issue
Block a user