Skip to main content

cancel-ralph

Cancel active Ralph Loop Use when this capability is needed.

インストールへ移動

ソース情報

リポジトリ
tomevault-io/tomes
ソースの最終更新活動
2026年7月23日 21:48
検出された SKILL.md の言語
英語
スター
1
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
cancel-ralph
description
Cancel active Ralph Loop Use when this capability is needed.
metadata
{"author":"charfeng1"}
# Cancel Ralph Stop an active Ralph Loop before completion. ## How to Use When you invoke this skill: 1. First, check if a loop is active: ```bash test -f .opencode/ralph-loop.local.md && echo "Loop is active" || echo "No active loop" ``` 2. If active, read the current iteration count: ```bash grep '^iteration:' .opencode/ralph-loop.local.md ``` 3. Delete the state file to stop the loop: ```bash rm -f .opencode/ralph-loop.local.md ``` 4. Inform the user of the cancellation and which iteration was reached. ## When to Use Use this command when: - The task requirements have changed - You want to restart with different parameters - The loop appears stuck and you want manual control - You need to work on something else Note: Prefer completing tasks properly with `<promise>DONE</promise>` when possible. --- > Source: [charfeng1/opencode-ralph-loop](https://github.com/charfeng1/opencode-ralph-loop) — distributed by [TomeVault](https://tomevault.io). <!-- tomevault:4.0:skill_md:2026-06-18 -->
GitHubで見る