Add burnd — local-first Claude Code cost-leak detector#219
Open
garvitsurana271 wants to merge 1 commit intojqueryscript:mainfrom
Open
Add burnd — local-first Claude Code cost-leak detector#219garvitsurana271 wants to merge 1 commit intojqueryscript:mainfrom
garvitsurana271 wants to merge 1 commit intojqueryscript:mainfrom
Conversation
burnd is a local-first CLI tool that reads ~/.claude/projects/*.jsonl session files and finds 8 cost-leak patterns (Opus on routine work, retry storms, context thrash, project outliers, etc). It prints dollar-denominated fixes and runs 100% locally — no account, no upload. https://github.com/garvitsurana271/burnd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding burnd to the Usage & Observability section.
What it is
burnd is a local-first CLI that reads your
~/.claude/projects/*.jsonlsession files and finds 8 specific cost-leak patterns:Each detection returns a dollar value and a concrete fix (e.g., specific CLAUDE.md snippets).
Why it fits this section
It's in the same family as ccusage, CodexBar, and claude-usage — but differs by focusing on cross-session leak patterns with dollar-denominated fixes rather than just current usage display. Works entirely offline, zero telemetry (anonymous install ping only, opt-out via env var).
Install
Already merged in rohitg00/awesome-claude-code-toolkit#283 for cross-reference.
Thanks for maintaining this list 🙏