Agent skill

background-usage

Check Claude Code plan usage via a hidden tmux session. Reports weekly usage percentage, time until reset, and pacing status.

Stars 0
Forks 1

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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results