From 80c8229c44878553faddf529d6c9ed5339e35568 Mon Sep 17 00:00:00 2001 From: Garvit Surana Date: Mon, 20 Apr 2026 14:16:08 +0530 Subject: [PATCH] Add burnd to Usage & Observability section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aad0883..a180ac5 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**Claude-Monitor**](https://github.com/RISCfuture/Claude-Monitor) (38 ⭐) - A menulet that tracks your Claude Code token usage. - [**cccost**](https://github.com/badlogic/cccost) (20 ⭐) - Instrument Claude Code to track actual token usage and cost. - [**claude-code-usage-bar**](https://github.com/leeguooooo/claude-code-usage-bar) (0 ⭐) - Real‑time statusline for Claude Code: token usage, remaining budget, burn rate, and depletion time. +- [**burnd**](https://github.com/garvitsurana271/burnd) (2 ⭐) - Local-first cost-control CLI that reads ~/.claude/projects/*.jsonl, finds 8 cost-leak patterns (Opus-on-routine-work, retry storms, context thrash, project outliers), and prints dollar-denominated fixes. MIT, zero telemetry. ---