zenigame-fx-manage-sessions

List, clean up, and complete Claude sessions for zenigame-fx Alpha Factory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables centralized management of Claude sessions for zenigame-fx Alpha Factory, providing quick visibility of active sessions, cleanup of stale ones, and a formal complete-state for workflows.

Core Features & Use Cases

  • View all Claude sessions to monitor activity and status
  • Cleanup zombie or stale sessions with safety checks
  • Mark the current session as complete to finalize a workflow

Quick Start

Run the CLI to manage Claude sessions with actions: status, cleanup, or complete.

Frequently Asked Questions about zenigame-fx-manage-sessions

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

FAQPage Schema
How do I clean up stale Claude sessions in a multi-agent workflow?▼

The cleanup action removes stale or zombie Claude sessions by running safety checks before deletion, preventing persistent sessions from lingering beyond a single invocation in multi-agent workflows.

How do I list active Claude sessions to monitor their current status?▼

To list active Claude sessions, run the CLI with the status action, which provides quick visibility into all ongoing session activity and flags which sessions are currently active.

How do I mark a Claude session as complete to finalize a workflow?▼

You mark a Claude session as complete by running the complete action, which finalizes the workflow and relies on the .cache/alpha_factory/session-completed/ markers to gate the completion state.

Do I need any specific scripts or dependencies to manage Claude sessions for Alpha Factory?▼

Yes, Claude session management requires the mandatory script dependency scripts/cleanup_claude_sessions.py to execute status, cleanup, and complete actions across the multi-agent workflow.

When should I clean up zombie Claude sessions in an automated pipeline?▼

You should clean up zombie Claude sessions when sessions persist beyond a single invocation and require periodic cleanup, using the cleanup action to ensure safety checks prevent accidental removal of active workflows.