mcpbeat

Reload

ruya-ai/reload

Treat the current session and auto-resume in a new terminal window.

260 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
364
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Ruya-AI/cozempic --skill reload

The instruction itself

1 sections, as written by the author

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

Steps

  • Diagnose first:
   cozempic current --diagnose
  • Dry-run:
   cozempic treat current -rx $ARGUMENTS

If no argument was provided, use standard:

   cozempic treat current -rx standard
  • Show results including token savings. Ask confirmation.
  • 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.

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

How to use it

Copy the folder

Take ruya-ai/reload from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.