Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

reload — Prune Session and Auto-Resume

Uses the cozempic CLI to prune your current Claude Code session and auto-open a new terminal that resumes it.

UtilitiesIntermediate37736AI score 5/10Last updated: Jul 3, 2026

What it does

  • Runs cozempic current --diagnose to inspect the current session's context state.
  • Performs a dry run with cozempic treat current -rx <level> and reports token savings before asking for confirmation.
  • After approval, runs cozempic reload which prunes, saves, and spawns an auto-resume watcher in one shot.
  • When you type /exit, a new terminal window opens with the pruned session.
  • Explicitly warns against running treat --execute before reload to avoid double-pruning.

Who it's for

  • Claude Code users with long sessions that keep hitting context limits.
  • Anyone already using (or considering) the cozempic CLI.
  • Users who want lower token usage without losing conversation continuity.

Examples

  1. /reload — prune at the default standard level and resume in a new terminal.
  2. /reload gentle — light pruning that preserves as much context as possible.
  3. /reload aggressive — maximum token reduction for a nearly-full long session.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/Ruya-AI/cozempic/HEAD/plugin/skills/reload/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the plugin/skills/reload folder from the GitHub repo Ruya-AI/cozempic into my ~/.claude/skills/reload/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/Ruya-AI/cozempic.git && mkdir -p ~/.claude/skills && cp -r cozempic/plugin/skills/reload ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Clone the repo: git clone https://github.com/Ruya-AI/cozempic.git
  2. Create the skills folder: mkdir -p ~/.claude/skills
  3. Copy the skill: cp -r cozempic/plugin/skills/reload ~/.claude/skills/
  4. Install the cozempic CLI itself per the repo README, then verify with cozempic --version.
  5. Restart Claude Code and run /reload or /reload gentle.
  6. Review the reported token savings, confirm, then type /exit — a new terminal window will open automatically.