Agent skill
background-usage
Check Claude Code plan usage via a hidden tmux session. Reports weekly usage percentage, time until reset, and pacing status.
Install this agent skill to your Project
npx add-skill https://github.com/idvorkin/chop-conventions/tree/main/skills/background-usage
SKILL.md
Background Usage Check
Check your Claude Code plan usage without blocking your current session.
Always dispatch this to a background Agent subagent. Do NOT run the steps inline.
How to run
Spawn a background Agent that reads and executes _impl.md in this skill's directory:
Agent(
description: "Check usage",
prompt: "Read and execute ~/gits/chop-conventions/skills/background-usage/_impl.md — follow all steps and return the one-line summary.",
run_in_background: true
)
When the agent completes, relay its one-line summary to the user.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
up-to-date
Sync git repository with upstream. Use at the start of a session, when asked to sync, get up to date, check git status, or when working on a stale branch.
image-explore
Brainstorm multiple visual directions for a blog image, generate them in parallel, build a comparison page, and optionally publish as a shareable link (Surge.sh or gist).
build-bd
ammon
What time is it for Ammon? Looks up the current time in Denmark (Europe/Copenhagen timezone) and reports it.
showboat
Create executable demo documents with screenshots using Showboat + Rodney. Use when the user wants to document an app, create a visual walkthrough, take screenshots of a deployed site, run an accessibility audit, or build self-verifying documentation.
clock
Schedule recurring tasks in your session. Defaults to time check every 15 min.
Didn't find tool you were looking for?