context-budget-auditor

Monitors and reports token consumption for Claude Code sessions, flagging bloated components exceeding thresholds.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/cody-hutson/pmo-platform --skill context-budget-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-budget-auditor
Source: https://github.com/cody-hutson/pmo-platform/tree/main/core/skills/context-budget-auditor
Command: npx skills add https://github.com/cody-hutson/pmo-platform --skill context-budget-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill tracks and reports on the token consumption of various components within a Claude Code session, helping to identify and flag bloat in the context chain.

Core Features & Use Cases

  • Token Consumption Monitoring: Tracks the estimated token cost of each loadable component within a Claude Code session.
  • Bloat Flagging: Identifies components that exceed certain thresholds, indicating potential inefficiencies or unnecessary information in the context chain.
  • Use Case: A PMO practitioner can use this Skill to audit the context budget for a Claude Code session, identifying components that consume excessive tokens and may be candidates for optimization.

Quick Start

Run the context-budget-auditor skill to get a report on token consumption across all components in your Claude Code session.

Frequently Asked Questions about context-budget-auditor

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

FAQPage Schema
How do I monitor Claude Code session token consumption?

To monitor Claude Code session token consumption, run the context-budget-auditor in Measure mode. It scans the session context and estimates the token cost of each loadable component without making changes.

What is context bloat flagging in Claude Code?

Context bloat flagging identifies components in a Claude Code session that exceed specific token consumption thresholds. It flags potential inefficiencies or unnecessary information in the context chain for optimization.

How do I audit my context budget for Claude Code?

You audit your context budget by scanning the Claude Code session context and the SKILL.md catalog. The auditor generates a report estimating token consumption across all components to highlight optimization candidates.

Can I check token costs without modifying my Claude Code session?

Yes, you can check token costs without modifications by using the single Measure mode. It scans, estimates, and reports token consumption while ensuring no changes are made to the active session context.

Do I need access to the SKILL.md catalog to measure context tokens?

Yes, measuring context tokens requires access to both the Claude Code session context and the SKILL.md catalog. These dependencies are necessary to estimate the token cost of loadable components accurately.