Export context report as Markdown or HTML
Scanned 5/27/2026
Install via CLI
openskills install egorfedorov/claude-context-optimizer---
name: 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:
```bash
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.
No comments yet. Be the first to comment!