54 lines
614 B
Plaintext
54 lines
614 B
Plaintext
---
|
|
name: {{skill_name}}
|
|
description: {{description}}
|
|
allowed-tools: [{{tools}}]
|
|
---
|
|
|
|
# {{skill_title}}
|
|
|
|
{{skill_description}}
|
|
|
|
## When to Use This Skill
|
|
|
|
{{when_to_use}}
|
|
|
|
## How It Works
|
|
|
|
{{how_it_works}}
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Basic usage
|
|
{{usage_basic}}
|
|
|
|
# With options
|
|
{{usage_advanced}}
|
|
```
|
|
|
|
## Example
|
|
|
|
{{example}}
|
|
|
|
## Implementation Details
|
|
|
|
{{implementation_details}}
|
|
|
|
## Expected Output
|
|
|
|
{{expected_output}}
|
|
|
|
## Error Handling
|
|
|
|
{{error_handling}}
|
|
|
|
## Performance Considerations
|
|
|
|
{{performance_notes}}
|
|
|
|
---
|
|
|
|
**Generated by meta-automation-architect**
|
|
**Session**: {{session_id}}
|
|
**Date**: {{generated_date}}
|