用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/paxlabs-inc/matrix-core --skill ralph-loop命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | ralph-loop |
| description | Use when performing ralph wiggum style long-running development loops with pacing control. |
Long-running iterative development loops with pacing control.
Do NOT use for simple one-shot tasks or quick fixes.
Call ralph_start to begin a loop on yourself:
ralph_start({
name: "loop-name",
taskContent: "# Task\n\n## Goals\n- Goal 1\n\n## Checklist\n- [ ] Item 1\n- [ ] Item 2",
maxIterations: 50, // Default: 50
itemsPerIteration: 3, // Optional: suggest N items per turn
reflectEvery: 10, // Optional: reflect every N iterations
useSubagents: true, // Optional: delegate each task to subagent
subagentAgent: "default" // Optional: subagent name (default: 'default')
})
.ralph/<name>.mdralph_done tool to proceed to next iteration<promise>COMPLETE</promise>/ralph start <name|path> - Start a new loop/ralph resume <name> - Resume loop/ralph stop - Pause loop (when agent idle)/ralph-stop - Stop active loop (idle only)/ralph status - Show loops/ralph list --archived - Show archived loops/ralph archive <name> - Move loop to archive/ralph clean [--all] - Clean completed loops/ralph cancel <name> - Delete loop/ralph nuke [--yes] - Delete all .ralph dataDuring streaming: press ESC to interrupt, send a normal message to resume, and run /ralph-stop when idle to end the loop.
# Task Title
Brief description.
## Goals
- Goal 1
- Goal 2
## Checklist
- [ ] Item 1
- [ ] Item 2
- [x] Completed item
## Notes
(Update with progress, decisions, blockers)
Delegate each checklist task to a separate subagent thread:
/ralph start my-tasks --use-subagents --subagent-agent default
How it works:
- [ ] Task)- [x] Task)Benefits:
When to use: