Stats
Links
Categories
npx claudepluginhub bradleygolden/ralph-claude-pluginRalph Wiggum loop - continuous Claude execution with repomirror visualization
A Claude Code plugin that runs the "Ralph Wiggum loop" - continuous Claude execution with repomirror visualization.
The Ralph loop continuously:
repomirror visualize for visualizationCtrl+C# Step 1: Add the marketplace
/plugin marketplace add bradleygolden/ralph-claude-plugin
# Step 2: Install the plugin
/plugin install ralph@ralph-claude-plugin --scope user
claude --plugin-dir ./plugins/ralph
Runs with sandbox enabled and auto-allow for bash commands:
/ralph:ralph "Review the codebase and suggest improvements"
/ralph:ralph @PROMPT.md
Use --unsafe to bypass sandbox and use --dangerously-skip-permissions:
/ralph:ralph --unsafe "your prompt"
/ralph:ralph --unsafe @PROMPT.md
Use --model to specify which Claude model to use:
/ralph:ralph --model opus "your prompt"
/ralph:ralph --model haiku "quick task"
/ralph:ralph --model sonnet @PROMPT.md
Valid model values: sonnet, opus, haiku, or full model IDs.
Flags can be combined in any order:
/ralph:ralph --unsafe --model opus "your prompt"
/ralph:ralph --model haiku --unsafe @PROMPT.md
Press Ctrl+C to stop the loop.
npx repomirror visualize)MIT