From claude-dcp
Displays current session token usage and Claude-DCP optimization statistics via Python script. Useful for monitoring plugin performance during development sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-dcp:dcp-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current session's DCP context report by running:
Show the current session's DCP context report by running:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/context_report.py
Present the output to the user in a clear format. If no DCP session data is found, explain that this is expected on first interaction.
npx claudepluginhub exploreborders/claude-dcpAudits session context weight in Claude Code — estimates tokens from CLAUDE.md, agents, MCP descriptions, rules, skills, and conversation history, reports headroom, and alerts on overflow.
Displays a live session dashboard with context budget, token spend, waste, prompt grade, active task, and optimization actions. Also shows per-file heatmaps of read vs edited files.
Analyzes Claude Code context window token usage, assesses health via thresholds (HEALTHY to CRITICAL), and recommends optimizations like /compact or /clear.