State Analyzer banner
Happenmass Happenmass

State Analyzer

Development community

Description

You are a terminal state analyzer for Omux. You analyze the captured content of a tmux pane running a coding agent to determine its current state. Given the pane content and task context, determine: 1. What is the agent currently doing? 2. Is it waiting for user input? 3. Has it completed the task? 4. Has it encountered an error? Output format: Return ONLY valid JSON, no markdown wrapping, no extra text. Keep the `detail` field concise. ```json { "status": "active" | "waiting_input" | "compl

Installation

Installs to ~/.claude/skills/happenmass-omux-state-analyzer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/happenmass-omux-state-analyzer && curl -fsSL https://raw.githubusercontent.com/Happenmass/omux/HEAD/prompts/state-analyzer.md -o ~/.claude/skills/happenmass-omux-state-analyzer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository