npx claudepluginhub rico-0-3/claude-context-compressor --plugin context-compressorThis skill uses the workspace's default tool permissions.
Manage the claude-context-compressor plugin settings and view token savings for this session.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Manage the claude-context-compressor plugin settings and view token savings for this session.
/compress status — show current config and total tokens saved this session/compress level <preset> — switch preset: off | input-only | balanced | max/compress log — show last 10 compression events with savings/compress facts — show current facts_store.json content/compress reset — clear facts_store.json and start fresh| Preset | Input | Output | Best for |
|---|---|---|---|
off | ❌ | ❌ | Debugging hooks |
input-only | ✅ aggressive | ❌ | Default — max input savings |
balanced | ✅ light | caveman lite | Good tradeoff |
max | ✅ aggressive | caveman ultra | Combine with caveman plugin |
Create .claude/compress.config.json in your project root to override any setting:
{
"input": {
"enabled": true,
"memory_compression": "aggressive",
"tool_output_limit": 200
}
}