cancel-ralph

The user wants to cancel or stop an active Ralph loop.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cancel-ralph" with this command: npx skills add cursor/plugins/cursor-plugins-cancel-ralph

Cancel Ralph

Trigger

The user wants to cancel or stop an active Ralph loop.

Workflow

Check if .cursor/ralph/scratchpad.md exists.

If it does not exist: Tell the user "No active Ralph loop found."

If it exists:

  • Read .cursor/ralph/scratchpad.md to get the current iteration from the iteration: field.

  • Remove the state file and any done flag: rm -rf .cursor/ralph

  • Report: "Cancelled Ralph loop (was at iteration N)."

Output

A short confirmation with the iteration count, or a message that no loop was active.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

deslop

No summary provided by upstream source.

Repository SourceNeeds Review
General

fix-merge-conflicts

No summary provided by upstream source.

Repository SourceNeeds Review
General

continual-learning

No summary provided by upstream source.

Repository SourceNeeds Review
General

check-compiler-errors

No summary provided by upstream source.

Repository SourceNeeds Review