Files
2025-11-29 18:16:25 +08:00

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}}