Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:25 +08:00
commit c50a3be78a
28 changed files with 9866 additions and 0 deletions

View File

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