claude-manager-shutdown

Capture tmux session snapshots and update registry entries for Claude shutdown.

5|Updated Apr 9, 2018
One-click install
npx skills add https://github.com/angusjfw/hbz --skill claude-manager-shutdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-manager-shutdown
Source: https://github.com/angusjfw/hbz/tree/main/claude/skills/claude-manager-shutdown
Command: npx skills add https://github.com/angusjfw/hbz --skill claude-manager-shutdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages Claude sessions, ensuring that sessions can be paused and later resumed without losing context, while also cleanly shutting down sessions.

Core Features & Use Cases

  • Session Shutdown: Kills the tmux session while preserving the registry entry for later resumption.
  • Snapshot Capture: Takes multi-window pane snapshots and creates a structured resume_state file.
  • Resumption Management: Allows for the resumption of the session from the last paused state.
  • Use Case: When taking a break from work, this Skill can be used to safely shut down a Claude session, ensuring that the state is saved for a seamless return later.

Quick Start

Use the claude-manager-shutdown skill to shut down the current Claude session.

Frequently Asked Questions about claude-manager-shutdown

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

FAQPage Schema
How do I safely shut down a Claude tmux session without losing context?

To safely shut down a Claude tmux session without losing context, use a session management tool that captures multi-window pane snapshots and creates a structured resume state file before killing the process.

Can I pause an AI session and resume it later in tmux?

Yes, you can pause an AI session and resume it later in tmux by capturing a snapshot of the current state and updating the registry entry, which allows for a seamless return without losing context.

Do I need tmux to manage Claude session shutdown and resumption?

Yes, you need tmux to manage Claude session shutdown and resumption, as the process involves killing the tmux session while preserving its registry entry for later state restoration.

What is the best way to preserve Claude session state for future resumption?

The best way to preserve Claude session state is by taking multi-window pane snapshots and generating a structured resume state file, ensuring that the session context is saved before shutdown.

How does a session snapshot work when shutting down Claude?

A session snapshot works by capturing the multi-window pane state and creating a structured resume state file, which allows the Claude session to be cleanly shut down and later resumed from the exact paused point.

What happens to the registry entry when a Claude session is shut down?

When a Claude session is shut down, the tmux session is killed while the registry entry is actively preserved, enabling the session management system to locate and resume the state later.