Initial commit
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
---
|
||||
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}}
|
||||
Reference in New Issue
Block a user