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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-engine:audit-contextThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Context tokens are currency. Everything loaded competes with your actual work. This audit identifies waste.
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 invokednpx claudepluginhub artmin96/forge-studio --plugin context-engineAudits Claude Code setup for token waste and context bloat. Checks MCP servers, CLAUDE.md, skills, and settings. Trigger with 'audit my context', 'usage audit', or similar phrases.
Audits Claude Code context window usage across agents, skills, rules, MCP servers, and CLAUDE.md. Detects bloat, redundancy, and recommends prioritized token-saving optimizations.
Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.