Displays ContextShield status, protected files with 3+ waste sessions, estimated tokens saved, and co-occurrence groups from usage patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-context-optimizer:cco-shieldThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user the current ContextShield protection status and historical waste prevention stats.
Show the user the current ContextShield protection status and historical waste prevention stats.
Run the following command to get pattern data:
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js patterns
From the patterns data, present:
Format as a clean status report. If no pattern data exists yet, tell the user: "ContextShield is warming up! It learns from your usage patterns and will start giving you smart suggestions after a few sessions."
End the report with:
ContextShield runs automatically on every Read. No configuration needed.
npx claudepluginhub egorfedorov/claude-context-optimizerShows context token savings, consumption ratio, and per-tool breakdown from context-mode. Displays read-only stats for the session, with no reset capability.
Analyzes Claude Code session health using PRISM: token usage, CLAUDE.md audits, session failures, and project listings.
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.