reload

reload is a skill for Claude Code from Ruya-AI/cozempic. It costs 16 tokens per session (275 once invoked), scanned A, original, MIT.

A session-cleanup command that trims the current coding-agent conversation and can reopen it in a new terminal window after you exit.

In plain words
What is it for?
Use it when a coding session has grown too large or cluttered and you want to continue in a fresh terminal window.
Why use it?
Long sessions can use unnecessary space and become harder to continue. It removes selected old or repeated content and resumes the shorter session automatically.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the cozempic plugin — 5 skills shipped together

Good fit Use it when a coding session has grown too large or cluttered and you want to continue in a fresh terminal window.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ruya-ai/cozempic/reload
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Ruya-AI/cozempic --skill reload
Clone the repo
git clone --depth 1 https://github.com/Ruya-AI/cozempic

Made for: Claude Code.

Or install cozempic, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reload

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruya-ai/cozempic/reload/github.svg)](https://agentmods.dev/skills/ruya-ai/cozempic/reload)
Your own site
<a href="https://agentmods.dev/skills/ruya-ai/cozempic/reload"><img src="https://agentmods.dev/badge/skills/ruya-ai/cozempic/reload/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reload

Your own site · 80×15
<a href="https://agentmods.dev/skills/ruya-ai/cozempic/reload"><img src="https://agentmods.dev/badge/skills/ruya-ai/cozempic/reload.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 275 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00275
Opus 5 $0.00008 $0.00138
Sonnet 5 $0.00003 $0.00055
Haiku 4.5 $0.00002 $0.00028

Measured 9d ago against content hash eb7ee4bb47c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

reload scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/reload/SKILL.md · 36 lines

What it actually says

Treat the session and spawn an auto-resume watcher that opens a new terminal after you exit.

Steps

  1. Diagnose first:

    cozempic current --diagnose
    
  2. Dry-run:

    cozempic treat current -rx $ARGUMENTS
    

    If no argument was provided, use standard:

    cozempic treat current -rx standard
    
  3. Show results including token savings. Ask confirmation.

  4. Apply reload (treats + saves + spawns watcher in one shot):

    cozempic reload -rx $ARGUMENTS
    

    Do NOT run cozempic treat --execute before cozempic reload — reload already treats internally. Running both would double-treat.

  5. Tell the user: "Treatment applied. Type /exit — a new Terminal window will open automatically with the pruned session."

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 36 lines · 16 tokens per session scan A eb7ee4bb47c5

Subscribe to this mod's changes

reload is a skill published in the GitHub repository Ruya-AI/cozempic (404 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 275 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hermes

Send Telegram messages from an agent through the Hermes MCP telegram tool, with the Hermes CLI (@andrebuilds/hermes) as a fallback. Use when a user asks to send a Telegram message, mentions Hermes, wants to interact with the Hermes toolset, asks to verify Hermes manually, or needs to choose between the Hermes MCP and…

andrebuilds/hermes · 75 tokens

session-manager

A fallback skill for recording development sessions and restoring project context from an Obsidian vault, a folder of linked notes. It handles explicit resume, handoff, status, and end-of-session requests when automatic capture is unavailable.

Enakoneschniy/claude-dev-stack · 108 tokens

budget-continue

Show 4-option continuation prompt when session budget is low. Options: remind later (CronCreate), auto-continue locally (Desktop task), auto-continue in cloud (Cloud task), continue now. Trigger when: budget warning fires, session limit reached, context is full, user sees budget warning.

Enakoneschniy/claude-dev-stack · 64 tokens

agency-multi-brand-pack

Per-client asset templates scoped by workspace.

PicsArt/gen-ai-skills · 14 tokens

shell-scripting

A guide to writing Bash shell scripts, which automate command-line tasks on Linux and similar systems. It covers variables, arrays, conditions, loops, functions, and safer script structure.

chaterm/terminal-skills · 13 tokens

onboard

Build the evidence bank from the user's raw career material (resumes, CVs, notes; pdf/md/txt/tex or pasted text). Ingests everything in bank/sources/ (or given paths / a paste), structures it into experiencebank.md + profile.json, interviews the user with a few high-value questions, and finishes with the evidence map.…

ledq/resumery · 88 tokens