Super Claude browser extension tracks Claude AI usage velocity and limit predictions

A developer has created a browser extension called Super Claude to provide real-time visibility into Claude AI usage patterns, particularly useful during a month with multiple service outages.
What it does
The extension adds usage velocity indicators directly within the Claude interface. These are colored arrows that show at a glance whether you're consuming your allocation quickly or have room to continue working. It also calculates time-to-100% predictions, allowing users to see when they'll hit their usage limit before it actually happens.
Context and motivation
The developer built this tool after experiencing multiple Claude outages in March 2024, including incidents on March 2-3, March 11, and a cluster of errors the previous week. With the x2 promo ending in three days from the post date, the tool helps users front-load serious work into off-peak windows while they still exist.
Technical details
- Built as a browser extension for Chrome and Firefox
- Developed solo using Claude AI
- Free to install
- Chrome version available at: https://chromewebstore.google.com/detail/super-claude/hogiifbepjnfjaikjfifaacppefnjblg
- Firefox version available at: https://addons.mozilla.org/firefox/addon/super-claude/
The developer mentions this is particularly useful for users with the 5-hour allocation who want to better pace their usage during periods of service instability.
📖 Read the full source: r/ClaudeAI
👀 See Also

Custom Output Styles Collection for Claude Code
A developer has created 13 custom output styles for Claude Code that modify the AI's behavior through system prompts. The styles include Roast for brutal code critique, Socratic for guided questioning, Breaker for adversarial testing, Ship It for pragmatic solutions, Paranoid for security focus, and TDD for test-driven development.
MathCode: A Mathematical Coding Agent with Lean 4 Formalization
MathCode is a terminal AI coding assistant that converts plain-language math problems into Lean 4 theorems and attempts formal proofs, with a persistent REPL, reusable libraries, and an Obsidian knowledge graph.

Privacy-First MCP Server Directory Launches with Documented Data Handling Policies
A new directory at toolora.dev/mcp-hub lists MCP servers with documented data handling policies, including local vs hosted classification, what data each tool transmits, and whether accounts are required. The creator also provides a browser test method to verify privacy claims.

Claude Desktop Feature Request: Session Start Hook for Automatic Initialization
A developer building persistent context systems for Claude Desktop identifies a gap: the User Preferences field only injects instructions when the user sends the first message, requiring manual triggers for initialization. They propose adding an "On Session Start" execution field that runs automatically when a new conversation opens.