ralph-loop-soulbrews

📁 soul-brews-studio/oracle-skills-cli 📅 9 days ago
1
总安装量
1
周安装量
#47164
全站排名
安装命令
npx skills add https://github.com/soul-brews-studio/oracle-skills-cli --skill ralph-loop-soulbrews

Agent 安装分布

mcpjam 1
openhands 1
junie 1
zencoder 1
crush 1

Skill 文档

Ralph Loop – Soul Brews Edition

“Iteration > Perfection”

Self-referential development loops with session isolation.

Source Attribution

Base:     anthropics/claude-plugins-official/plugins/ralph-loop
Extended: Soul-Brews-Studio/ralph-local (PR #15853)

Usage

/ralph-loop "Build a REST API" --completion-promise "DONE" --max-iterations 50
/cancel-ralph       # Cancel active loop
/help               # Show documentation

How It Works

  1. /ralph-loop creates state file with session ID
  2. Work on the task
  3. When you try to exit, Stop hook intercepts
  4. Same prompt fed back (see previous work in files)
  5. Loop until <promise>DONE</promise> or max iterations

Session Isolation

Each session has its own state file:

state/${SESSION_ID}.md

No interference between terminals!

Commands

Read the command files in commands/ directory:

  • ralph-loop.md – Start loop
  • cancel-ralph.md – Cancel loop
  • help.md – Documentation

Note: Hooks Required

This skill requires Claude Code’s hook system (Stop hook, SessionStart hook). It will be installed to ~/.claude/plugins/ralph-loop-soulbrews/.

ARGUMENTS: $ARGUMENTS