mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
66f97ff583
* Add avatar images to all plugins Add assets/avatar.png to each plugin directory and set the `logo` field in every plugin.json manifest so each plugin has a visible avatar in the marketplace. Co-authored-by: Cursor <cursoragent@cursor.com> * Update avatar images with new designs Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
807 B
JSON
31 lines
807 B
JSON
{
|
|
"name": "ralph-loop",
|
|
"displayName": "Ralph Loop",
|
|
"version": "1.0.0",
|
|
"description": "Continuous self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Run the agent in a while-true loop with the same prompt until task completion.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"ralph",
|
|
"loop",
|
|
"iteration",
|
|
"self-referential",
|
|
"automation",
|
|
"iterative-development"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"automation",
|
|
"iteration",
|
|
"agent-loop"
|
|
],
|
|
"skills": "./skills/",
|
|
"hooks": "./hooks/hooks.json"
|
|
}
|