---
title: "Cancel Skill Improver"
description: "Cancel the active skill improvement loop:"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/cancel-skill-improver
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:08:42.461Z
license: CC-BY-4.0
attribution: "Cancel Skill Improver — Claudary (https://claudary.paisolsolutions.com/skills/cancel-skill-improver)"
---

# Cancel Skill Improver
Cancel the active skill improvement loop:

## Overview

---
description: "Stops, cancels, or aborts the active skill improvement loop while preserving all changes made to skill files. Use to manually stop, cancel, abort, or kill the iteration process early."
argument-hint: "[SESSION_ID]"
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/cancel-skill-improver.sh:*)"]
---

# Cancel Skill Improver

Cancel the active skill improvement loop:

```!
"${CLAUDE_PLUGIN_ROOT}/scripts/cancel-skill-improver.sh" "$ARGUMENTS"
```

All changes made to the skill files during the improvement loop are preserved.

If multiple improvement sessions are active (from parallel Claude Code instances), provide the session ID shown in the list.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/cancel-skill-improver) · https://claudary.paisolsolutions.com
