{"slug": "i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-out", "title": "I built a Claude Code plugin that tells you to slow down or push before your quota runs out", "summary": "A developer built usage-guard, a local plugin for Claude Code that reads real-time 5-hour and weekly quota percentages and warns users before they exhaust their rate limits. The plugin, which has been installed 267 times in its first two weeks, runs locally and is free. It uses a stop hook to alert users when a threshold is crossed, helping them avoid burning through their quota on non-urgent tasks.", "body_md": "Claude Code warns you when you're close to your limit. The problem is that by then the damage is usually done: you've already burned half your 5-hour window on something that could have waited.\n\nSo I built **usage-guard**, a small local plugin that does one thing: it reads the real 5-hour and weekly quota percentages Claude Code exposes, and tells you whether your current pace will actually last until the reset — *before* you hit the wall.\n\nIt's free, it's local (nothing leaves your machine), and it stays free.\n\n`rate_limits`\n\ndata from the status line, not a guess.`Stop`\n\nhook, when a threshold is crossed — so you don't have to remember to check a dashboard.\n\n```\n/plugin marketplace add eltonylfgi-blip/claude-code-usage-guard\n/plugin install usage-guard@cc-guard\n```\n\nThen add the small status-line shim from the README to `~/.claude/settings.json`\n\n. Send one message, run `/usage-guard:usage`\n\n, and if you see fresh 5-hour and weekly percentages plus reset times, the real path is working.\n\nFull setup guide: [https://github.com/eltonylfgi-blip/claude-code-usage-guard](https://github.com/eltonylfgi-blip/claude-code-usage-guard)\n\n267 people installed it in the first two weeks, which surprised me. But installs aren't the interesting number — **activation** is. The real question I'm trying to answer: after setup, does `/usage-guard:usage`\n\nactually show your real quota, or does it fall back? If you try it, I'd genuinely like to know which one you get and on what OS.\n\nOne limit I won't hide: usage-guard can only read what Claude Code exposes. It can't reveal hidden caps or promise you'll never hit a wall. It just makes the wall visible earlier.\n\nIndependent project, not affiliated with Anthropic. Feedback and issues welcome on the repo.", "url": "https://wpnews.pro/news/i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-out", "canonical_source": "https://dev.to/eltony_lfgi/i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-quota-runs-out-52kc", "published_at": "2026-07-18 13:48:10+00:00", "updated_at": "2026-07-18 13:58:38.143269+00:00", "lang": "en", "topics": ["developer-tools", "ai-tools", "large-language-models"], "entities": ["Claude Code", "usage-guard", "Anthropic", "eltonylfgi-blip"], "alternates": {"html": "https://wpnews.pro/news/i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-out", "markdown": "https://wpnews.pro/news/i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-out.md", "text": "https://wpnews.pro/news/i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-out.txt", "jsonld": "https://wpnews.pro/news/i-built-a-claude-code-plugin-that-tells-you-to-slow-down-or-push-before-your-out.jsonld"}}