From context-engine
Analyze your current context token overhead. Find waste from bloated CLAUDE.md, unnecessary skills, and idle MCP servers. Use to optimize your setup.
npx claudepluginhub artmin96/forge-studio --plugin context-engineThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Context tokens are currency. Everything loaded competes with your actual work. This audit identifies waste.
Read all CLAUDE.md files that would load for this project:
~/.claude/CLAUDE.md (global)./CLAUDE.md (project root)For each: count lines, estimate tokens (~1.3 tokens per word), flag if over 100 lines.
Ceiling: ~150-200 instructions max before compliance drops. Claude's system prompt uses ~50. That leaves 100-150 for you.
Run: cat ~/.claude/plugins/installed_plugins.json (or check settings.json enabledPlugins)
For each enabled plugin: is it relevant to this project? If not, it's loading skill descriptions into context for nothing.
Look at .mcp.json files and settings for active MCP servers. Each loads tool names at minimum.
Rule of thumb: Under 10 MCP servers, under 30 tools total. More = context bloat.
List all skills that auto-load (those without disable-model-invocation: true). Each one costs description tokens every session.
CONTEXT AUDIT
=============
CLAUDE.md: [X lines / ~Y tokens] — [OK / OVER BUDGET]
Plugins: [X enabled] — [List any irrelevant to current project]
MCP Servers: [X active / ~Y tools] — [OK / TOO MANY]
Auto-Skills: [X loading descriptions] — [List any that should be disable-model-invocation]
TOTAL ESTIMATED OVERHEAD: ~[N] tokens per session
RECOMMENDATIONS:
- [Actionable item 1]
- [Actionable item 2]
disable-model-invocation: true cost ZERO until invoked