From omnisess
Show live Claude Code sessions as a process tree, grouped by shared ancestor chain up to launchd. Covers both CLI sessions and Claude Desktop agent mode. Use this skill when asked about the process tree, ancestor lineage, which terminal or tmux window a Claude session is running in, or what's currently running. Trigger phrases: "process tree", "what's running", "lineage", "ancestor chain", "which terminal is my claude in", "tmux tree", "claude process tree", "session lineage". macOS-only: on other platforms the command prints "unsupported" and exits 0.
npx claudepluginhub psacc/omnisessThis skill is limited to using the following tools:
Show live Claude Code sessions as a process tree with ancestor lineage.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Show live Claude Code sessions as a process tree with ancestor lineage.
omnisess ps
JSON output (machine-readable, includes full ancestor chain with command args):
omnisess ps --json
omnisess binary is available:if ! command -v omnisess &>/dev/null; then
echo "omnisess not found. Install it with:"
echo " go install github.com/psacc/omnisess@latest"
exit 1
fi
omnisess ps "$@"
omnisess ps: unsupported on this platform (macOS only) and exits 0./sbin/launchd and tmux)
so you can see which terminal, tmux pane, or desktop app hosts each session./sbin/launchd (1)
├─ /Applications/Cl (24125)
│ ├─ /Applications/Cl (24780)
│ │ └─ claude c5b1bd94 my-project (c5b1bd94) desktop 27s
│ └─ /Applications/Cl (44287)
│ └─ claude 12f1b011 finn (12f1b011) desktop 4h
└─ tmux (9050)
├─ /bin/bash (23512)
│ └─ claude b9f52b71 finn (b9f52b71) cli 58s
└─ claude 232347cd ai-assistant-pyra (232347cd) cli 12m