From omnisess
Show the full detail of a single AI coding session by its ID. Session IDs are in the format <tool>:<id> (e.g., claude:5c3f2742, cursor:a1b2c3d4). Use this skill when asked to show a specific session, inspect a session, read a session, or view the messages in a session. Trigger phrases: "show session", "open session", "inspect session", "read session", "show me claude:5c3f2742", "view session details", "what happened in session".
npx claudepluginhub psacc/omnisessThis skill is limited to using the following tools:
Show full detail for a single AI coding session.
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 full detail for a single AI coding session.
omnisess show <tool>:<session-id>
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
if [ -z "$1" ]; then
echo "Usage: omnisess show <tool>:<session-id>"
echo "Example: omnisess show claude:5c3f2742"
exit 1
fi
omnisess show "$1"
Session IDs always use the <tool>:<id> format:
claude:5c3f2742cursor:a1b2c3d4codex:e5f6g7h8Use omnisess list to find available session IDs.
omnisess show claude:5c3f2742