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.
UtilitiesIntermediate★ 377⑂ 36AI score 5/10Last updated: Jul 3, 2026
What it does
- Runs
cozempic current --diagnoseto 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 reloadwhich 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 --executebeforereloadto 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
/reload— prune at the defaultstandardlevel and resume in a new terminal./reload gentle— light pruning that preserves as much context as possible./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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Clone the repo:
git clone https://github.com/Ruya-AI/cozempic.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r cozempic/plugin/skills/reload ~/.claude/skills/ - Install the
cozempicCLI itself per the repo README, then verify withcozempic --version. - Restart Claude Code and run
/reloador/reload gentle. - Review the reported token savings, confirm, then type
/exit— a new terminal window will open automatically.
View source on GitHub ↗License: MIT