Add claude-limit-guard (usage-limit guard) to DevOps & Performance
loading diff…
Adds claude-limit-guard to the DevOps & Performance list.
It watches your Claude Pro/Max subscription usage limits (the 5-hour and 7-day windows) in the status line, and — at a threshold you choose — the Stop hook gracefully saves a handoff to RESUME.md and offers to resume after the limit resets. So unlike usage displays, it acts on the limit to prevent losing work mid-task.
rate_limits from stdin (no per-keystroke network call); OAuth usage endpoint as fallbackNot a duplicate of the existing cost-observability entry (Manifest tracks token/cost telemetry; this guards subscription limits and saves/resumes work).
/plugin marketplace add funhunter7/claude-limit-guard then /plugin install claude-limit-guard@claude-limit-guardLimit session: 45% -> 14:40 | Week Limit: 38% -> Wednesday 6/10/2026 09:00/limit-guard-config to see the guard save a handoff at the limit.No telemetry; the only network call is to Anthropic's own usage endpoint (same source as /usage), only as a fallback.