Add skills
This commit is contained in:
69
.config/opencode/skills/docker-helper/SKILL.md
Normal file
69
.config/opencode/skills/docker-helper/SKILL.md
Normal file
@@ -0,0 +1,69 @@
|
||||
---
|
||||
name: docker-helper
|
||||
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"
|
||||
---
|
||||
|
||||
# docker-helper
|
||||
|
||||
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
|
||||
|
||||
|
||||
### Reference Files
|
||||
|
||||
- `references/detailed-guide.md` - Detailed documentation
|
||||
|
||||
|
||||
### Scripts
|
||||
|
||||
- `scripts/helper.sh` - Utility script
|
||||
|
||||
|
||||
### Assets
|
||||
|
||||
- `assets/template.txt` - Template file
|
||||
|
||||
Reference in New Issue
Block a user