Agent skill
reload
Treat the current session and auto-resume in a new terminal window.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/reload
SKILL.md
Treat the session and spawn an auto-resume watcher that opens a new terminal after you exit.
Steps
-
Diagnose first:
bashcozempic current --diagnose -
Dry-run:
bashcozempic treat current -rx $ARGUMENTSIf no argument was provided, use
standard:bashcozempic treat current -rx standard -
Show results including token savings. Ask confirmation.
-
Apply reload (treats + saves + spawns watcher in one shot):
bashcozempic reload -rx $ARGUMENTSDo NOT run
cozempic treat --executebeforecozempic 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."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?