Opentabs ralph
Plan work and generate ralph task files for autonomous execution. Use when the user wants to plan tasks, create a prd, run ralph, or fix a batch of issues. Triggers on: ralph, create tasks, plan this, run ralph, prd.
install
source · Clone the upstream repo
git clone https://github.com/opentabs-dev/opentabs
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/opentabs-dev/opentabs "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/ralph" ~/.claude/skills/opentabs-dev-opentabs-ralph && rm -rf "$T"
manifest:
.agents/skills/ralph/SKILL.mdsource content
IMPORTANT: This file is a stub. The actual skill content is maintained in
in this same directory.__SKILL__.md
Before proceeding, you MUST read the file
.Codex/skills/ralph/__SKILL__.md for the latest skill instructions. The content is kept separate so that updates to the skill are always picked up fresh, even if this stub was cached at the start of a session.