claude-manager-pause

Toggle the paused flag on claude-manager sessions without terminating tmux.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the paused state of claude-manager sessions, allowing users to temporarily halt a session without closing it, enhancing workflow navigation and efficiency.

Core Features & Use Cases

  • Session Pause Toggle: Quickly pause or unpause a claude-manager session from the worker pane.
  • Non-Intrusive Control: Does not terminate the session or tmux; merely toggles the paused flag.
  • Integration with Manager: The manager observes paused state changes and can react accordingly.
  • Use Case: When a session is waiting for review, simply pause it to avoid distraction in the switcher.

Quick Start

Pause a claude-manager session by typing /claude-manager-pause pause.

Frequently Asked Questions about claude-manager-pause

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

FAQPage Schema
How do I pause a tmux session without killing it?

To pause a tmux session without killing it, you can toggle the paused flag on the session. This suspends the workflow non-intrusively, allowing you to resume it later without losing state or terminating the process.

Can I temporarily halt a claude-manager session for review?

Yes, you can temporarily halt a claude-manager session for review by pausing it. This toggles a paused flag that prevents distractions in the switcher while keeping the session alive in the background.

What happens to the manager when I toggle the paused state?

When you toggle the paused state, the manager observes the change and reacts accordingly. It recognizes the session is paused, allowing you to manage workflow navigation without the session actively running or interrupting.

How do I unpause a session in claude-manager?

You unpause a session in claude-manager by toggling the paused flag back off. This restores the session to an active state, allowing the workflow to continue from where it was temporarily halted.

Does pausing a session terminate the tmux process?

No, pausing a session does not terminate the tmux process. It merely toggles a paused flag on the session, providing non-intrusive control that maintains the session state without killing the underlying tmux environment.