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 ~/.claude/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.