By centminmod
Parses Claude Code JSONL logs to produce per-turn token/cost/cache breakdowns. Multi-format export (text/JSON/CSV/MD/HTML) with 5-hour session blocks, weekly roll-up, session duration & burn rate, hour-of-day + weekday punchcard, and pluggable chart libraries (Highcharts/uPlot/Chart.js/none). --compare-run spawns two headless `claude -p` sessions for a one-command A/B benchmark (defaults to claude-opus-4-6[1m] vs claude-opus-4-7[1m]); --compare renders IFEval pass-rate + ratio heatmap + shareable HTML from existing JSONLs; --count-tokens-only hits the Anthropic count_tokens API for an inference-free tokenizer check. Zero network by default, stdlib-only Python.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Site: https://ai.georgeliu.com/p/my-claude-code-plugin-marketplace
A personal Claude Code plugin marketplace. Each plugin is an independent, standalone unit that can be installed into any Claude Code project with a single command.
Claude Code's plugin system supports multiple plugins per marketplace and handles install + update lifecycle automatically. See the official plugin-marketplaces docs for the broader ecosystem.
Add this marketplace once, then install any plugin from it:
Run
/plugincommands inside the Claude Code terminal CLI (claudein your shell). They are not recognised in the desktop app, claude.ai/code, or IDE extensions — you'll see "/plugin isn't a recognized command here" if you try. Installed plugins then work from every surface; only the install step requires the CLI.
/plugin marketplace add centminmod/claude-plugins
| Plugin | Description | Install |
|---|---|---|
session-metrics | Per-turn token, cost, and cache metrics for Claude Code sessions. Multi-format export (text/JSON/CSV/MD/HTML) with 5-hour session blocks, weekly roll-up, hour-of-day punchcard, and pluggable chart libraries. | /plugin install session-metrics@centminmod |
More plugins coming.
session-metricsBackground articles by the author on what the skill does and what it surfaces in practice:
Plugin skills are namespaced as plugin-name:skill-name — for example
/session-metrics:session-metrics. In practice you rarely type that form:
each skill declares natural-language triggers in its SKILL.md, so Claude
Code auto-invokes the right one when you ask something like "how much has
this session cost?".
LICENSE).plugins/*/ carries its own LICENSE and may bundle
third-party assets under their upstream licences. For session-metrics
specifically, the default Highcharts renderer ships under a
non-commercial-free licence — commercial use requires a paid Highsoft
licence. MIT-licensed alternatives (uPlot, Chart.js) are selectable via
the --chart-lib flag. See
plugins/session-metrics/skills/session-metrics/scripts/vendor/charts/README.md
for per-library LICENSE.txt files.This is a personal marketplace — issues and pull requests are welcome but plugin additions are curated. Feel free to open an issue to discuss bundling something new.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub centminmod/claude-plugins --plugin session-metricsText-to-speech for Claude Code using Kokoro-FastAPI with voice blending, streaming, and comprehensive format support
Memory compression system for Claude Code - persist context across sessions
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns