Jovan1666

Commandcode Usage — Development skill for Claude Code

Development community

Command Code plan usage for seven coding agents: one core, seven adapters.

How to install Commandcode Usage

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Jovan1666/commandcode-usage and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Commandcode Usage does

Command Code plan usage for seven coding agents: one core, seven adapters. Runs locally, so checking your quota costs no quota.

Alternatives in Development

  • Claude Usage — A local dashboard for tracking your Claude Code token usage, costs, and session history 864 ★
  • Cavemem — Frozen — cross-agent persistent memory for coding assistants 674 ★
  • Claude Code Otel — A comprehensive observability solution for monitoring Claude Code usage, performance, and costs 306 ★

README

Command Code Usage

See how much of your **Command Code** plan is left — 5-hour, weekly and monthly windows with reset times — **inside the coding agent you already have open**.

Runs on your machine. No model round-trip, so **checking your quota costs no quota**.

CC GOAT │ 5h █▎░░░░░░░░ 12% 4h27m后重置 │ 周 █▏░░░░░░░░ 11% 09-27重置 │ 月 ▋░░░░░░░░░ 6% $66.03 10-20重置

[简体中文](README.zh-CN.md) · [What was verified](docs/FINDINGS.md)

[![Check](https://github.com/Jovan1666/commandcode-usage/actions/workflows/check.yml/badge.svg)](https://github.com/Jovan1666/commandcode-usage/actions/workflows/check.yml)


Install

Each agent has its own way of loading plugins, so pick yours. All of them end up running the same core script (`core/cc-usage.mjs`).

Agent How Persistent?
Claude Code /plugin marketplace add Jovan1666/commandcode-usage then /plugin install commandcode-usage, then run plugins/claude-code/scripts/setup.mjs ✅ status line
Codex CLI plugin marketplace (.agents/plugins/marketplace.json) — the bundled hook runs each turn; Codex will ask you to trust it ⚠️ per-turn line
Grok Build grok plugin marketplace add Jovan1666/commandcode-usage, then run plugins/grok/scripts/setup.mjs ✅ status line
opencode run plugins/opencode/scripts/setup.mjs ✅ sidebar
pi pi install ./commandcode-usage/plugins/pi, or copy index.ts into ~/.pi/agent/extensions/ ✅ above the input
DeepSeek Harness clone this repo, then dsh plugin --profile web add ./commandcode-usage/plugins/dsh (needs dsh ^0.1.5-rc.1) ✅ sidebar
ZCode /plugin marketplace add Jovan1666/commandcode-usage then install from it ⚠️ command only

Nothing here asks for your API key up front. The script finds it — see [Credentials](#credentials).

Why some installs need a setup script

Claude Code and Grok keep their status line in the **user's** config, and neither lets a plugin declare it