From pordee
Displays real token usage and estimated cost savings for the current Claude Code session by reading session logs directly. Invoke via /pordee-stats for accurate, non-AI computed stats.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pordee:pordee-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is delivered by `hooks/pordee-stats.js` (read by `hooks/pordee-mode-tracker.js` on `/pordee-stats`). The model does not need to do anything when this skill fires — the hook returns `decision: "block"` with the formatted stats as the reason. The user sees the numbers immediately.
This skill is delivered by hooks/pordee-stats.js (read by hooks/pordee-mode-tracker.js on /pordee-stats). The model does not need to do anything when this skill fires — the hook returns decision: "block" with the formatted stats as the reason. The user sees the numbers immediately.
npx claudepluginhub kerlos/pordee --plugin pordeeShows real token usage and estimated savings for the current Claude Code session by reading the session log directly. Triggered via `/caveman-stats`.
Displays real token usage and estimated savings for current Claude Code session from session logs—no AI estimation. Invoke via `/genshijin-stats` for session stats, `--all` lifetime totals, `--share` summaries, or `--since` periods.
Displays per-session token usage breakdown for Claude Code. Supports custom date ranges via `/token-usage N`.