Exports Claude Code context optimizer report as Markdown or HTML file. HTML provides visual dashboard with charts and color-coded metrics for browser review.
npx claudepluginhub egorfedorov/claude-context-optimizerThis skill is limited to using the following tools:
Export the context optimizer report in the specified format.
Generates explorable HTML reports of Claude Code session usage including tokens, cache, subagents, skills, and expensive prompts from ~/.claude/projects transcripts.
Renders agent findings as a self-contained styled HTML report in the browser with dark/light themes, severity cards, Mermaid diagrams, collapsible sections, and responsive design. Use for full/detailed reports or when CLI output exceeds 40 lines.
Generates markdown and HTML reports from data with charts, tables, analysis, summaries, and recommendations. Handles CSV/JSON inputs; supports PDF export and comparisons.
Share bugs, ideas, or general feedback.
Export the context optimizer report in the specified format.
Parse $ARGUMENTS for the format (default: md).
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/export.js $ARGUMENTS
Show 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.