Cancel Ralph Marketer Loop banner
muratcankoylan muratcankoylan

Cancel Ralph Marketer Loop

Development community intermediate

Description

The user wants to cancel the Ralph Marketer loop.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for muratcankoylan/ralph-wiggum-marketer, shared by 4 entries in this directory. It describes the repository, not this entry specifically.


description: Cancel the active Ralph Marketer loop allowed-tools: [Bash, Write] model: haiku

Cancel Ralph Marketer Loop

The user wants to cancel the Ralph Marketer loop.

Actions

  1. Remove the loop state file if it exists:
rm -f .claude/ralph-marketer-loop.local.md 2>/dev/null && echo "Loop state cleared" || echo "No active loop found"
  1. Inform the user:
  • The Ralph loop has been cancelled
  • Any in-progress work has been preserved in git
  • They can check progress with /ralph-status
  • They can restart with /ralph-marketer

The loop is now cancelled. You will no longer receive repeated prompts.