From omnisess
List AI coding sessions across all sources (Claude Code, Cursor, Codex, Gemini). Use this skill when asked to list sessions, show recent sessions, filter sessions by tool, or get an overview of coding activity. Trigger phrases: "list sessions", "show sessions", "recent sessions", "sessions from cursor", "sessions today", "how many sessions", "show me my sessions".
npx claudepluginhub psacc/omnisessThis skill is limited to using the following tools:
List AI coding sessions across all sources.
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.
List AI coding sessions across all sources.
omnisess list [--tool <name>] [--since <duration>] [--limit N] [--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 list "$@"
# List all sessions, most recent first
omnisess list
# Filter by tool
omnisess list --tool claude
# Limit output
omnisess list --limit 10
# JSON output for scripting
omnisess list --json