Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/aezizhu/super-ralph/refs/heads/main/.opencode/INSTALL.md
git clone https://github.com/aezizhu/super-ralph.git ~/.config/opencode/super-ralph
mkdir -p ~/.config/opencode/skills
ln -s ~/.config/opencode/super-ralph/plugins/super-ralph/skills ~/.config/opencode/skills/super-ralphRestart OpenCode.
OpenCode discovers skills via ~/.config/opencode/skills/. The symlink points OpenCode to Super-Ralph's 14 skill directories. Each skill has a SKILL.md with YAML frontmatter that OpenCode uses for auto-discovery.
Use OpenCode's native skill tool to load specific skills:
use skill tool to load super-ralph/sr-brainstorming
use skill tool to load super-ralph/sr-test-driven-development
When skills reference Claude Code tools, the OpenCode equivalents are:
TodoWrite->update_planTaskwith subagents ->@mentionsyntaxSkilltool -> OpenCode's nativeskilltool- File operations -> your native tools
| Skill | Trigger |
|---|---|
| sr-brainstorming | New features, creative work, design decisions |
| sr-writing-plans | Approved design ready for implementation breakdown |
| sr-test-driven-development | Any implementation (features, bugs, refactoring) |
| sr-systematic-debugging | Any technical issue (test failures, bugs, errors) |
| sr-verification-before-completion | Before any completion claim or commit |
| sr-subagent-driven-development | Executing plan with independent tasks |
| sr-executing-plans | Batch execution with human checkpoints |
| sr-requesting-code-review | After tasks, before merge |
| sr-receiving-code-review | When receiving review feedback |
| sr-finishing-a-development-branch | All tasks complete, ready to integrate |
| sr-dispatching-parallel-agents | 3+ independent failures |
| sr-using-git-worktrees | Feature isolation |
| using-super-ralph | Every conversation (master orchestrator) |
| sr-writing-skills | Creating/editing skills |
cd ~/.config/opencode/super-ralph && git pullrm ~/.config/opencode/skills/super-ralph
rm -rf ~/.config/opencode/super-ralph