Context Budget banner
ysyecust ysyecust

Context Budget

Development community

Description

--- description: Analyze context window usage across agents, skills, MCP servers, and rules to find optimization opportunities. Helps reduce token overhead and avoid performance warnings. --- # Context Budget Optimizer Analyze your Claude Code setup's context window consumption and produce actionable recommendations to reduce token overhead. ## Usage ``` /context-budget [--verbose] ``` - Default: summary with top recommendations - `--verbose`: full breakdown per component $ARGUMENTS ## Wh

Installation

Installs to ~/.claude/skills/ysyecust-everything-claude-code-context-budget/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ysyecust-everything-claude-code-context-budget && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/commands/context-budget.md -o ~/.claude/skills/ysyecust-everything-claude-code-context-budget/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository