Agent skills for OpenCode
OpenCode — Open-source AI coding terminal. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with OpenCode; the installer only needs to know where OpenCode reads its skills from.
How to install skills in OpenCode
Install into the current project:
npx @tech-leads-club/agent-skills install --agent opencodeInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent opencode --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent opencodeWhere OpenCode stores skills
| Project install path | .opencode/skills |
|---|---|
| Global install path | ~/.config/opencode/skills |