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
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# Template file for docker-helper
|
||||
|
||||
This is a template file that can be used as a starting point.
|
||||
Modify it according to your needs.
|
||||
@@ -0,0 +1,15 @@
|
||||
# Detailed Guide for docker-helper
|
||||
|
||||
This file contains detailed documentation that can be referenced on-demand.
|
||||
|
||||
## Advanced Usage
|
||||
|
||||
Detailed instructions go here...
|
||||
|
||||
## Configuration
|
||||
|
||||
Configuration options and examples...
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Common issues and solutions...
|
||||
9
.config/opencode/skills/docker-helper/scripts/helper.sh
Executable file
9
.config/opencode/skills/docker-helper/scripts/helper.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Helper script for docker-helper
|
||||
#
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
echo "Helper script for docker-helper"
|
||||
echo "Modify this script for your needs"
|
||||
Reference in New Issue
Block a user