Custom skills for OpenCode CLI.
This repository contains a collection of skills that extend OpenCode's capabilities. Each skill provides specialized instructions and workflows for specific tasks.
| Skill | Description |
|---|---|
| opencode-session-manager | Monitor OpenCode sessions, check status, find sessions waiting for user input |
Skills in this repository can be used with OpenCode by referencing their location. See the OpenCode documentation for details on skill installation.
To add a new skill:
- Create a directory under
skills/with your skill name - Add a
SKILL.mdfile with frontmatter:--- name: skill-name description: When to use this skill ---
- Include instructions, examples, and any supporting files