Skip to content

spartandingo/opencode-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCode Skills

Custom skills for OpenCode - an open source AI coding agent.

Installation

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

Available Skills

Skill Description
staff-pr-review Review PRs with the rigor of a senior staff engineer

Available Commands

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

Usage

Skill (loaded on-demand)

The agent can load the skill when needed:

Review this PR using the staff-pr-review skill

Slash Command (direct invocation)

/review-pr 293

License

MIT

About

Custom skills and commands for OpenCode AI coding agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors