🛑
AutomationTypeScript

Ralph Abort

by jmagly

Ralph Abort is an Automation skill for Claude Code, published by jmagly in aiwg.

209 stars32 forkson jmagly/aiwgAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentic-codingai-frameworkanthropicautonomous-agentsclaude-codecodexcopilotcursordeveloper-toolsfine-tuningmulti-agentmulti-platformorchestrationprompt-engineeringsdlctraining-datawarpworkflow-automation
Install in seconds
Install Ralph Abort
Copy Ralph Abort into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/agent-loop/skills/ralph-abort ~/.claude/skills/ralph-abort

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jmagly/aiwg.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agentic/code/addons/agent-loop/skills/ralph-abort/SKILL.md in jmagly/aiwg
Installs to
~/.claude/skills/ralph-abort
Collection
One of 25 skills cataloged from this repository
Category
Automation1860 skills

What Ralph Abort does

Ralph Abort stops a running or paused agent loop. Use it to keep the current changes or revert the loop’s commits and clean up loop state.

Ralph Abort is cataloged under Automation on DirSkills. Ralph Abort comes from a repository tagged agentic-coding, ai-framework, anthropic, autonomous-agents and claude-code.

Documentation

README

Al Abort

Abort a running or paused agent loop.

Usage

/ralph-abort               # Abort, keep changes
/ralph-abort --revert      # Abort and revert all changes
/ralph-abort --force       # Abort even if no active loop

Parameters

--keep-changes (default)

Stop the loop but keep all file changes made during iterations.

--revert

Revert all changes made during the agent loop using git:

  • Identify commits made during loop (prefix: ralph: iteration)
  • Reset to commit before loop started
  • Warning: This discards work

--force

Abort even if state indicates no active loop (for cleanup).

Your Actions

Standard Abort

This is the opening of the README. Read the full README on GitHub.

Commands Ralph Abort provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /ralph-abort
  • /ralph-status
  • /ralph-resume

Frequently asked about Ralph Abort

  • What else does jmagly publish alongside Ralph Abort?

    Ralph Abort is one of 25 skills that DirSkills catalogs from jmagly/aiwg, the repository it ships in. Its siblings there include Agent Loop, Agent Loop and Agent Loop External. Each one is a separate skill with its own page in this directory, installs the same way Ralph Abort does, and is maintained by jmagly in that same repository. The rest of the collection is listed on the jmagly/aiwg page.

  • How does Ralph Abort compare to other Automation skills?

    Ralph Abort ranks #1710 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ralph Abort against them. Open each page to compare what they document and how they install.