reload

Spawn an auto-resume watcher that opens a new terminal after exit.

368|36|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Ruya-AI/cozempic --skill reload
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reload
Source: https://github.com/Ruya-AI/cozempic/tree/main/plugin/skills/reload
Command: npx skills add https://github.com/Ruya-AI/cozempic --skill reload

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Auto-resume watcher: opens a fresh terminal and resumes the previous workflow after you exit.
  • Configurable behavior: supports the argument-hint choices gentle, standard, and aggressive to tailor the reload flow.
  • Safe operation: respects disable-model-invocation to ensure no model calls occur during the reload.

Quick Start

Reload with your preferred risk profile to automatically reopen a terminal and resume work.

Frequently Asked Questions about reload

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically resume a terminal session after exiting Claude Code?

Session resumption is automated by spawning an auto-resume watcher that opens a new terminal and continues your previous workflow immediately after you exit.

Can I configure the auto-resume watcher behavior for different workflow needs?

Yes, the watcher supports argument-hint choices including gentle, standard, and aggressive profiles, allowing you to tailor the reload flow to your specific continuity requirements.

Does the auto-resume watcher trigger model calls during the terminal restart?

No, the watcher respects the disable-model-invocation constraint, ensuring no model calls occur during the reload process to maintain safe operation.

What is the best way to maintain seamless continuity across terminal-based Claude Code workflows?

Using a bash-based watcher script to automatically spawn a fresh terminal upon exit ensures seamless continuity across sessions and restarts without manual intervention.

Do I need specific terminal configurations to enable auto-resume session management?

The watcher relies on Bash scripts and standard terminal session-management capabilities, requiring a terminal environment that supports spawning new windows for the auto-resume process.