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-toolsThat'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-toolsDisplays 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.
- Claude Code with plugin support
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
- Claude Code Ultimate Guide - Comprehensive documentation
- Claude Code Documentation - Official docs