Custom skills for OpenCode - an open source AI coding agent.
Clone this repo and symlink to your OpenCode skills directory:
git clone [email protected]:spartandingo/opencode-skills.git ~/projects/opencode-skills
# Symlink to OpenCode config
ln -s ~/projects/opencode-skills/skills/* ~/.config/opencode/skills/Or symlink the entire skills directory:
ln -s ~/projects/opencode-skills/skills ~/.config/opencode/skills| Skill | Description |
|---|---|
staff-pr-review |
Review PRs with the rigor of a senior staff engineer |
Copy commands to your OpenCode commands directory:
cp ~/projects/opencode-skills/commands/* ~/.config/opencode/commands/| Command | Usage | Description |
|---|---|---|
/review-pr |
/review-pr 123 |
Review PR #123 like a hard-ass staff engineer |
The agent can load the skill when needed:
Review this PR using the staff-pr-review skill
/review-pr 293
MIT