18 lines
567 B
JSON
18 lines
567 B
JSON
{
|
|
"name": "ralph-wiggum",
|
|
"owner": {
|
|
"name": "Daisy Hollman",
|
|
"email": "daisy@anthropic.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ralph-wiggum",
|
|
"description": "Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-anthropics-claude-code-plugins-ralph-wiggum.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |