Ceiling Guard
Description
Local plan-window meter and observe-only watchdog for Claude Code, Codex, and Grok CLI
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Ceiling Guard
[](https://github.com/ak2tx/ceiling-guard/actions/workflows/ci.yml) [](https://pypi.org/project/ceiling-guard/)
Don't lose another agent run to a plan limit.
Ceiling Guard shows how much of your Claude Code, Codex or Grok subscription window is left, warns your agent before it runs out, and writes a handoff for the next run. It reads usage the official CLIs already record on your machine — no provider credentials, no proxy, no account access.
Codex and Grok usage appears immediately. Claude publishes its percentage only during a non-interactive run, so wrap one Claude command to start tracking it.
Zero dependencies. Python 3.11+. Linux, macOS, Windows, or a container.
uv tool install ceiling-guard # or, if you have it: pipx install ceiling-guard
cg setup # guided: finds your CLIs, seeds a reading, done
`cg setup` is the whole first run. It reports which agent CLIs it can see, offers to seed the Claude reading (Claude publishes its usage only while a run is in flight, so one short wrapped job is needed), installs the Agent Skill, and shows you the numbers. Re-run it any time to change settings.
Or drive it yourself:
cg quota # read-only, nothing to configure
cg wrap -- claude -p "continue the migration"
cg statusline # -> cg 48%
**If you have neither `uv` nor `pipx`, use a venv — not `pip --user`.** On Debian, Ubuntu and every other PEP 668 distribution, the system Python is externally managed and `python3 -m pip install --user ceiling-guard` is refused outright:
python3 -m venv ~/.venvs/cg && ~/.venvs/cg/bin/pip install ceiling-guard
~/.venvs/cg/bin/cg quota
Measured on Ubuntu 24.04.4, Python 3.12.3, no pip cache: **2.9 seconds** from no install to a true reading, over three c
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11