plugins marketplace
← All plugins

ccstatus

v0.1.0

Claude Code statusline with cost tracking (daily/weekly/monthly), burn rate, budget bar, git context, PR status, and session timer

Claude Code

by amecoderMIT0updated 3 months ago

Source

git clone https://github.com/amecoder/ccstatus

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

ccstatus/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "ccstatus",
  "description": "Claude Code statusline with cost tracking (daily/weekly/monthly), burn rate, budget bar, git context, PR status, and session timer",
  "version": "0.1.0",
  "author": {
    "name": "amecoder",
    "url": "https://github.com/amecoder"
  },
  "homepage": "https://github.com/amecoder/ccstatus",
  "repository": "https://github.com/amecoder/ccstatus",
  "license": "MIT",
  "keywords": [
    "statusline",
    "cost",
    "budget",
    "burn-rate",
    "git",
    "pr",
    "claude-code",
    "ccusage"
  ]
}