Production-ready Claude Code plugins from the Ultimate Guide
npx claudepluginhub florianbruniaux/claude-code-pluginsSession analytics hook for Claude Code — 15 configurable sections (models, cost, cache, tools, files, git diff, RTK savings...)
Share bugs, ideas, or general feedback.
Production-ready plugins for Claude Code from the Ultimate Guide.
| Plugin | Description | Version |
|---|---|---|
| session-summary | Session analytics dashboard with 15 configurable sections | 3.0.0 |
# 1. Add the marketplace
claude plugin marketplace add FlorianBruniaux/claude-code-plugins
# 2. Install a plugin
claude plugin install session-summary@florian-claude-tools
That's it. Hooks are auto-wired, no manual configuration needed.
# List installed plugins
claude plugin list
# Check available plugins from this marketplace
claude plugin marketplace list florian-claude-tools
# Uninstall
claude plugin uninstall session-summary
# Remove marketplace
claude plugin marketplace remove florian-claude-tools
Displays a comprehensive analytics dashboard when your Claude Code session ends.
15 configurable sections: session metadata, duration, model usage, estimated cost, tool calls, error details, files touched, lines of code, features used, git diff, RTK savings, conversation ratio, thinking blocks, context window estimate, section order.
See plugin README for full documentation.
jq (required for JSON parsing)bc, ccusage, rtk, git (optional, for enhanced sections)See CONTRIBUTING.md for guidelines on adding new plugins.
MIT - See LICENSE