What problem does it solve?
This skill solves the problem of context window exhaustion by shrinking large blobs like logs, tool outputs, or RAG chunks into compact, lossy views that the model can expand on demand.
Core Features & Use Cases
- Content-Routed Compression: Automatically applies specialized compactors for JSON skeletons, code outlines, or text head-tail views.
- Byte-Exact Recovery: Ensures that the original data is cached locally and can be retrieved byte-for-byte, preserving non-UTF-8 characters and specific formatting.
- Use Case: When a massive log file or a minified JSON response exceeds your context budget, use this skill to compress it into a small handle, allowing the model to inspect the structure and only retrieve the full content when necessary.
Quick Start
Use the ccr skill to compress the file named big-data.json and generate a retrieval handle.