55 lines
915 B
Markdown
55 lines
915 B
Markdown
---
|
|
name: test-migration-skill
|
|
description: This skill should be used when the user asks to "DESCRIPTION_HERE". Add specific trigger phrases that would activate this skill.
|
|
license: MIT
|
|
compatibility: opencode
|
|
metadata:
|
|
category: general
|
|
version: "1.0.0"
|
|
---
|
|
|
|
# test-migration-skill
|
|
|
|
Brief description of what this skill does and its purpose.
|
|
|
|
## What This Skill Provides
|
|
|
|
1. **Feature 1** - Brief description
|
|
2. **Feature 2** - Brief description
|
|
3. **Feature 3** - Brief description
|
|
|
|
## Quick Start
|
|
|
|
Basic usage example:
|
|
|
|
```bash
|
|
# Example command
|
|
some-tool --option value
|
|
```
|
|
|
|
## Common Tasks
|
|
|
|
### Task 1: Description
|
|
|
|
Step-by-step instructions:
|
|
|
|
1. First step
|
|
2. Second step
|
|
3. Third step
|
|
|
|
### Task 2: Description
|
|
|
|
Step-by-step instructions:
|
|
|
|
1. First step
|
|
2. Second step
|
|
|
|
## Important Notes
|
|
|
|
- Keep this section brief
|
|
- Use bullet points for clarity
|
|
- Reference supporting files if available
|
|
|
|
## Resources
|
|
|