cc-usage-coach
v1.0.1Personalized, behavior-aware analysis of where your Claude Code (Max/Pro) usage-limit tokens go, with ranked, low-effort ways to use fewer — computed entirely from your local session logs. Python measures; Claude concludes.
By Lazy Ants0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cc-usage-coach for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cc-usage-coach@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/lazyants/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cc-usage-coach/.
Plugin files
├── .claude-plugin/plugin.json└── skills/cc-usage-coach/SKILL.md
Included Skills1
Analyze and reduce your own Claude Code token / usage-limit consumption. Use when the user asks where their Claude Code (Max/Pro) limit tokens go, why they hit usage limits, how to use fewer tokens, or wants a personalized report of their CC session history with ranked, behavior-aware ways to cut usage.
Plugin manifests1
{
"name": "cc-usage-coach",
"description": "Personalized, behavior-aware analysis of where your Claude Code (Max/Pro) usage-limit tokens go, with ranked, low-effort ways to use fewer — computed entirely from your local session logs. Python measures; Claude concludes.",
"version": "1.0.1",
"author": {
"name": "Lazy Ants"
},
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cc-usage-coach on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-usage-coach)