Our review
Lists all running ai-* tmux sessions with their current status.
Strengths
- Provides a quick overview of all AI session states.
- Clear status classification (working, idle, permission-prompt, etc.).
- Non-intrusive: does not interfere with running sessions.
Limitations
- Requires sessions to be named with the 'ai-' prefix.
- Works only with tmux, not other terminal multiplexers.
- May miss some complex states (e.g., blocked subprocesses).
When managing multiple Claude Code sessions and need a quick status overview.
If using a different session manager or sessions lack the 'ai-' prefix.
Security analysis
SafeThe skill only lists and inspects local tmux sessions; it does not perform any destructive, exfiltrating, or obfuscated actions. The commands are straightforward and benign.
No concerns found
Examples
List all running ai-* tmux sessions with their status.Show me the status of all Claude Code sessions right now.name: list-sessions description: List all running ai-* Claude Code tmux sessions with their current status
List Claude Code Sessions
List all running ai-* prefixed tmux sessions and show their current status.
Instructions
-
Get all ai- sessions:*
tmux list-sessions -F "#{session_name}" 2>/dev/null | grep -E '^ai-' || echo "" -
For each session, capture recent output:
"$PLUGIN_DIR/bin/capture-session" "<session_name>" 15 -
Analyze each session's output to determine status:
working- Has✢,⏺, orThinking…idle- At❯prompt with no activitypermission-prompt- Waiting for permission approvalwaiting-input- Waiting for user input (y/n, choice, text)stuck- In editor, pager, or hanging
-
Output a table:
Session Status Details ─────────────────────────────────────────────────── ai-worker-001 working Editing src/api.ts ai-worker-002 permission-prompt Bash: npm install ai-brainstorm-design idle At prompt -
If no sessions found:
No ai-* sessions found. To create one: /session-tools:spawn-session worker
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.