Skip to content
Development
Command

/ralph-loop

在當前會話中啟動 Ralph 循環

From plugin
claude-plugin-marketplace
2614 skills18 agents14 commands
Install
$ npx -y skills add DennisLiuCk/claude-plugin-marketplace --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/ralph-loop

Context preview

What this command does when you run it.

在當前會話中啟動 Ralph 循環

Command definition

ralph-loop.md
description: "在當前會話中啟動 Ralph 循環"
argument-hint: "PROMPT [--max-iterations N] [--completion-promise TEXT]"
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh:*)"]
hide-from-slash-command-tool: "true"

Ralph Loop 命令

執行設置腳本以初始化 Ralph 循環:

"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS

請開始處理任務。當你嘗試退出時,Ralph 循環會將相同的提示回饋給你進行下一次迭代。你會在檔案和 git 歷史記錄中看到之前的工作成果,讓你能夠迭代改進。

關鍵規則:如果設置了完成承諾,你只能在該陳述完全且毫無疑問為真時才能輸出它。不要為了逃離循環而輸出虛假的承諾,即使你認為自己卡住了或應該因為其他原因退出。循環的設計就是要持續運行直到真正完成。

Ships withclaude-plugin-marketplace

專為繁體中文使用者設計的 Claude Code 插件集合,提供開發、生產力、安全與學習等工具。

Get the whole plugin, auto-invoked
Stats
26
Stars
1
Views
5
Forks
Maintained
Maintenance
Python
Language
5mo ago
Last commit
8mo ago
Created

Repo: DennisLiuCk/claude-plugin-marketplace