opencode-skills#
Custom OpenCode agent skills.
Skills#
| Skill | Description |
|---|---|
fix-issues |
Fix open issues in GitLab and Tangled repositories |
orient |
Clarify intent and find precedents before starting work |
roll-dice |
Roll dice via random number generator |
Usage#
Symlink the skills into ~/.config/opencode/skills/:
ln -s ~/git/opencode-skills/fix-issues ~/.config/opencode/skills/fix-issues
ln -s ~/git/opencode-skills/roll-dice ~/.config/opencode/skills/roll-dice
ln -s ~/git/opencode-skills/orient ~/.config/opencode/skills/orient
Editing#
Edit the SKILL.md files directly in this repo. OpenCode reads from the symlinks, so changes take effect immediately. Commit and push to sync across machines.