/cco-export
Export context report as Markdown or HTML
$ npx -y skills add egorfedorov/claude-context-optimizer --skill cco-export --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cco-export
Context preview
The summary Claude sees to decide when to auto-load this skill.
Export context report as Markdown or HTML
SKILL.md
cco-export.SKILL.mdname: cco-export description: Export context report as Markdown or HTML license: MIT argument-hint: "[md|html] (default: md)" allowed-tools: [Bash]
Export Context Report
Export the context optimizer report in the specified format.
Parse $ARGUMENTS for the format (default: md).
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/export.js $ARGUMENTSShow the user the path to the exported file. If HTML, mention they can open it in a browser for a visual dashboard with charts and color-coded metrics.
Claude Code plugin that tracks token usage, identifies wasted context, and saves 30-50% on API costs. Heatmaps, ROI reports, budget alerts, efficiency scores, git-aware suggestions — all local, zero config.
Repo: egorfedorov/claude-context-optimizer
Other skills on claude-context-optimizer.
- /cco-anatomy
Generate a compact project map so Claude understands the codebase without opening every file
Open skill - /cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — Opus 4.8 default, full 1M context at standard price)
Open skill - /cco-claudemd
Analyze CLAUDE.md files for token bloat and suggest optimizations
Open skill - /cco-clean
Clean up old tracking data and reset statistics
Open skill - /cco-coach
Analyze the user's last prompt for clarity, scope and specificity — give a quality score and concrete suggestions to make the next prompt produce better results
Open skill - /cco-digest
Show weekly/daily efficiency digest with score and trends
Open skill

