Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.27 KB

File metadata and controls

69 lines (52 loc) · 2.27 KB

Super-Ralph for OpenCode

Quick Install

Tell OpenCode:

Fetch and follow instructions from https://raw.githubusercontent.com/aezizhu/super-ralph/refs/heads/main/.opencode/INSTALL.md

Manual Install

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-ralph

Restart OpenCode.

How It Works

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

Tool Mapping

When skills reference Claude Code tools, the OpenCode equivalents are:

  • TodoWrite -> update_plan
  • Task with subagents -> @mention syntax
  • Skill tool -> OpenCode's native skill tool
  • File operations -> your native tools

Skills Included

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

Updating

cd ~/.config/opencode/super-ralph && git pull

Uninstalling

rm ~/.config/opencode/skills/super-ralph
rm -rf ~/.config/opencode/super-ralph