This repository contains my custom Opencode skills.
- Place this project inside
~/.config/opencode/skills. - Keep each skill in its own folder.
- Use
SKILL.mdas the main file for each skill. - Make sure Opencode reads configuration from
~/.config/opencode.
Example structure:
~/.config/opencode/
├── opencode.jsonc
├── commands/
└── skills/
└── code-review-and-quality/
└── SKILL.md
- Add a new skill by creating a new folder inside
skills/. - Put the skill instructions in
SKILL.md. - Use the skill from your Opencode workflow when needed.
- To maintain a skill, edit its
SKILL.mdfile directly.
- One skill = one folder.
- Keep the main instructions in
SKILL.md. - Keep each skill focused and concise.