context-budget

Audit Claude Code context window consumption across agents, skills, MCP servers, and rules.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/samymity/bridge-ventures-backend --skill context-budget-samymity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-budget
Source: https://github.com/samymity/bridge-ventures-backend/tree/main/.claude/skills/context-budget
Command: npx skills add https://github.com/samymity/bridge-ventures-backend --skill context-budget-samymity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It identifies why Claude Code sessions consume too much context, causing sluggish performance and degraded output quality.

Core Features & Use Cases

  • Context inventory across your whole workspace: estimates token overhead from agents, skills, rules, MCP servers, and the CLAUDE.md chain.
  • Actionable prioritization for token savings: flags bloated descriptions, heavy files, redundant/overlapping components, and MCP over-subscription.
  • Optimizations you can apply immediately: produces a ranked report that targets the highest-impact removals or lazy-loading opportunities.

Quick Start

Run the audit by asking: "Use /context-budget --verbose to show per-file context overhead, highlight redundancies, and recommend the top token-savings changes."

Frequently Asked Questions about context-budget

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my Claude Code session consume so much context and slow down?

Claude Code context bloat typically stems from heavy MCP server schemas, redundant agent rules, or bloated CLAUDE.md files. Auditing your workspace components estimates token overhead and identifies which elements to remove or lazy-load to restore performance.

How do I audit token overhead across agents and MCP servers?

To audit token overhead, scan component directories to estimate per-file context costs using file heuristics and per-tool schema costs. Classify elements as keep, sometimes, or rarely-needed to generate a prioritized report targeting the highest-impact token savings.

What is context budgeting in Claude Code and when do I need it?

Context budgeting is estimating and optimizing token consumption across agents, skills, rules, and MCP servers. You need it when debugging sluggish sessions after adding components or when planning capacity before expanding your workspace with more tools.

Can I check if redundant skills or overlapping rules are wasting tokens?

Yes, you can detect redundancy by scanning component directories and classifying elements as keep, sometimes, or rarely-needed. This flags overlapping components and bloated descriptions, producing a ranked report of immediate token-savings opportunities.

What is the best way to plan context capacity before adding new MCP servers?

The best way to plan capacity is auditing existing context window consumption to estimate token overhead from current agents and servers. This generates a prioritized token-savings report, revealing whether you have budget to expand or need to optimize first.