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

  1. Inspect the target repository.

    • Confirm the working directory is the project root.
    • Identify the package manager and test command from lockfiles and package.json scripts.
    • 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.
  2. 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 setup instead.
    • Do not require Bun for end users; the published CLI is a Node binary.
Installs
46
GitHub Stars
31
First Seen
Jun 24, 2026
setup-opencode-ralph-rlm — doeixd/opencode-ralph-rlm