npx claudepluginhub shsym/claude-session-tools --plugin session-toolsDetect and handle permission prompts in a Claude Code tmux session
List all running ai-* Claude Code tmux sessions with their current status
Spawn a new Claude Code tmux session as a subagent worker
Get a detailed summary of what's happening in a Claude Code tmux session
Detect stuck states in a Claude Code tmux session and resolve them
Claude Code plugin for monitoring, summarizing, and interacting with running Claude Code tmux sessions.
ai-* Claude Code sessions with status/plugin marketplace add shsym/claude-session-tools
/plugin install session-tools@shsym-claude-session-tools
Spawn a new Claude Code session as a subagent:
/session-tools:spawn-session worker api -- Implement the REST API
Show all running ai-* sessions:
/session-tools:list-sessions
Get a summary of what's happening in a specific session:
/session-tools:summarize-session ai-worker-001
Handle permission prompts interactively:
/session-tools:approve-action ai-worker-002
Or approve/deny directly:
/session-tools:approve-action ai-worker-002 approve
/session-tools:approve-action ai-worker-002 deny
Diagnose a stuck session:
/session-tools:unstick-session ai-worker-001
Diagnose and auto-fix:
/session-tools:unstick-session ai-worker-001 auto
This plugin recognizes tmux sessions with ai- prefixes.
| Script | Purpose |
|---|---|
spawn-session | Create new Claude Code tmux session |
next-session-name | Generate next available session name |
capture-session | Capture and clean tmux output |
detect-state | Detect session state (working, idle, etc.) |
detect-stuck-type | Identify specific stuck condition |
send-unstick | Send keys to resolve stuck state |
list-ai-sessions | List all ai-* sessions with state |
E2E tests are in a separate repo: claude-session-tools-tests
MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.