Technical mechanics for autonomous AI coding loops
Runs autonomous coding loops with configurable iteration limits and completion promise signals.
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-ralph@majestic-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
/majestic-ralph:start "<prompt>" --max-iterations N --completion-promise "WORD"<promise>WORD</promise> to signal genuine completionLocation: .claude/ralph-loop.local.yml
iteration: 1
max_iterations: 50
completion_promise: DONE
started_at: 2024-01-15T10:30:00Z
prompt: |
Your prompt here.
Can be multiline.
Output exactly: <promise>YOUR_PHRASE</promise>
| Rule | Reason |
|---|---|
| Idempotent operations | Migrations with IF NOT EXISTS, etc. |
| Non-interactive commands | No -i flags, no prompts |
| Clear exit criteria | Vague goals loop forever |
# Check iteration
grep '^iteration:' .claude/ralph-loop.local.yml
# Cancel loop
/majestic-ralph:cancel
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.