DubibubiiDubibubiiCommunityยท1 Agent Skills Included

usage-limit-reducer

Measure token usage and cut Claude Code costs

Measures exactly where your Claude Code tokens go by reading local session logs and breaking down costs by model, project, and day. Diagnoses long conversations, missing memory files, and expensive model choices that burn through usage limits. Applies proven rules like compacting chats, batching questions, and switching to cheaper models to stretch your plan further.
npx skills add Dubibubii/usage-limit-reducer --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install usage-limit-reducer?โ–ผ

Run `npx skills add Dubibubii/usage-limit-reducer --all -g -y` in your terminal to install it globally.

Why am I hitting my Claude usage limit so fast?โ–ผ

Claude re-reads your entire conversation every turn, so long chats waste most tokens on history. This skill measures your real usage and suggests fixes like /compact or starting fresh chats.

How do I check my Claude Code token usage?โ–ผ

The included script reads local JSONL logs and shows token and cost breakdowns by model, project, and day, with no data leaving your machine.

Which model should I use to save tokens?โ–ผ

The skill flags when expensive models handle simple tasks and recommends switching to Haiku for quick edits, formatting, and short answers.

Does usage-limit-reducer send my data anywhere?โ–ผ

No. The usage report runs entirely on your local disk with zero network calls.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’