plugins marketplace
← All plugins

ralph-loop

v1.0.0

Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.

Claude Code

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ralph-loop/ inside the repository.

Layout

plugins/ralph-loop/
└── .claude-plugin/plugin.json

Manifests1

plugins/ralph-loop/.claude-plugin/plugin.json
{
  "name": "ralph-loop",
  "version": "1.0.0",
  "description": "Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}