codegobrrrr9

Cheapskate — Development skill for Claude Code

Development community

Where did my tokens go.

How to install Cheapskate

Installs to ~/.claude/skills/codegobrrrr9-cheapskate-cheapskate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codegobrrrr9-cheapskate-cheapskate && curl -fsSL https://raw.githubusercontent.com/codegobrrrr9/cheapskate/HEAD/commands/cheapskate.md -o ~/.claude/skills/codegobrrrr9-cheapskate-cheapskate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cheapskate does


description: Where did my tokens go? Runs the cheapskate meter on this project's newest Claude Code session and reports the biggest line items and one thing to change. allowed-tools: Bash(node:*), Read

Run the cheapskate meter on the current project.

  1. Run node ${CLAUDE_PLUGIN_ROOT}/skills/cheapskate/scripts/meter.js $ARGUMENTS from the project root (if that path does not exist, find meter.js under the installed cheapskate skill directory). Pass through any arguments the use

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Caveman Micro — 6-line caveman micro prompt (85 tokens) that outperformed the original 552-token skill 162 ★
  • Coder Eval Create Plan — Create a structured, phased implementation plan for a feature or change in the coder_eval codebase, executable 116 ★

Full documentation available on GitHub

View Source Repository