Catalyst Stats banner
adrijshikhar adrijshikhar

Catalyst Stats

Development community

Description

--- description: Show a compact read-only report of the current session — approximate token usage (exact when transcript usage is present), cache-read ratio, and recent session-degradation / failure-pattern alerts. No model call; numbers are computed by scripts/session-stats.sh. --- Run `bash ${CLAUDE_PLUGIN_ROOT}/scripts/session-stats.sh "$CLAUDE_TRANSCRIPT_PATH"` (use the current session's transcript path; if unavailable, run with no argument). Print the rendered report verbatim to the user.

Installation

Installs to ~/.claude/skills/adrijshikhar-catalyst-catalyst-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adrijshikhar-catalyst-catalyst-stats && curl -fsSL https://raw.githubusercontent.com/adrijshikhar/catalyst/HEAD/commands/catalyst-stats.md -o ~/.claude/skills/adrijshikhar-catalyst-catalyst-stats/SKILL.md

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

Full documentation available on GitHub

View Source Repository