70 lines
1.1 KiB
Markdown
70 lines
1.1 KiB
Markdown
---
|
|
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
|
|
|