43 lines
580 B
Plaintext
43 lines
580 B
Plaintext
# {{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}}
|