setup-opencode-ralph-rlm
Installation
SKILL.md
Setup OpenCode Ralph RLM
Use this skill to install Ralph RLM into a target repository and make it usable from OpenCode as the ralph-rlm/supervisor model.
Workflow
-
Inspect the target repository.
- Confirm the working directory is the project root.
- Identify the package manager and test command from lockfiles and
package.jsonscripts. - Check for existing
opencode.json,.opencode/ralph.json, and.opencode/plugins/. - If the repo already has OpenCode or Ralph config, read references/config-files.md before editing.
-
Install the Ralph package if the project can accept a dev dependency.
- Prefer the package manager already used by the repo.
- Package name:
@doeixd/opencode-ralph-rlm. - If the user only wants a one-time setup, use
npx @doeixd/opencode-ralph-rlm setupinstead. - Do not require Bun for end users; the published CLI is a Node binary.