AgentCal: local calendar for Claude Code sessions showing rate limit windows
AgentCal is a local calendar app that displays Claude Code sessions as blocks on a week view, with parallel sessions side by side. It shows the current 5-hour usage window as a shaded band, the exact reset time with a dashed line, and a countdown in the header, along with weekly and per-model caps. It solves the problem of developers staying up late or planning their day around Claude Code rate limits by making the reset times and usage visible at a glance.
Entities
Related
Claude Code extension that injects real system time into context
A browser extension for Claude Code that adds a real-time clock to the AI's context, so it knows the current time and can detect long gaps between messages. This solves the problem of Claude having no sense of time, which leads to incorrect assumptions about project duration and inappropriate suggestions like telling users to sleep at 9 AM.
unsnooze: auto-resumes AI CLI sessions after usage limit resets
Unsnooze is a tool that automatically resumes Claude, Codex, or other AI CLI sessions when the usage limit resets. It solves the problem of long-running AI coding tasks being interrupted by rate limits, allowing users to start a session before bed and have it continue automatically without manual intervention.
ccpool: monitor shared Claude Code subscription usage
ccpool is an open-source tool that tracks how much each user consumes from a shared Claude Code subscription. It solves the problem of fair usage monitoring among friends or team members sharing a single subscription.
quota-axi: CLI tool aggregates LLM quota windows for agents
quota-axi is a CLI tool that reports quota windows for Claude, Codex, Cursor, GitHub Copilot, and Grok in a single AXI-shaped call. It is designed to give agents awareness of subscription quotas before deciding where to run work, without routing, recommending, or proxying.
MCP server for Reassign.ai circular day planner
An MCP server that connects Claude to Reassign.ai, a circular 24-hour day planner. Users can braindump tasks on paper, ask Claude to organize them into the planner, and have the AI replan when the day changes. It solves the problem of manual scheduling and replanning for busy individuals.


