zenigame-manage-sessions

Manage the lifecycle of Claude sessions with status, cleanup, and complete operations.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-manage-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-manage-sessions
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/_archived/zenigame-manage-sessions
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-manage-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude session management simplifies lifecycle control by enabling quick status checks, safe cleanups, and completion marking for active conversational sessions.

Core Features & Use Cases

  • Status overview of all Claude sessions to monitor activity.
  • Safe cleanup of stale or zombie sessions with user confirmation.
  • Mark the current session as complete to finalize work streams.
  • Use Case: An operator runs status to identify zombies, confirms cleanup, and then marks completion to keep the session pool healthy.

Quick Start

Run the cleanup_claude_sessions.py script with --status to view sessions, then use --cleanup to remove stale ones and --complete to finalize the current session.

Frequently Asked Questions about zenigame-manage-sessions

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

FAQPage Schema
How do I check the status of active Claude sessions across multiple users?

Run the cleanup_claude_sessions.py script with the --status flag to view an overview of all Claude sessions and their current activity. This provides quick visibility into active and stale sessions across users or bots.

What is the best way to clean up stale or zombie Claude sessions safely?

Run cleanup_claude_sessions.py with the --cleanup flag to safely remove stale or zombie Claude sessions. The script requires explicit user confirmation before deletion, ensuring active sessions are not accidentally removed.

Can I mark a specific Claude session as complete to finalize work streams?

Yes, run cleanup_claude_sessions.py with the --complete flag to mark the current Claude session as complete. This finalizes the active work stream and helps maintain a healthy session pool for operations.

Do I need Python to manage Claude session lifecycles with this tool?

Yes, you need Python installed to execute the cleanup_claude_sessions.py script for managing Claude session lifecycles. The script handles status checks, cleanup, and completion actions without requiring additional external dependencies.

When should I perform Claude session cleanup for multiple bots?

You should perform Claude session cleanup when stale or zombie sessions accumulate from running operations across multiple users or bots. Regular status checks followed by confirmed cleanup keep the session pool healthy and prevent resource buildup.