# Token Saver Context Compression

> Token Saver Context Compression

- Skill: `oimiragieo/token-saver-context-compression` (Agent Skill, multi-file: 10 files)
- Install (CLI): `npx skillmds@latest add oimiragieo/token-saver-context-compression`
- Raw SKILL.md: https://api.skillmd.com/api/skills/oimiragieo/token-saver-context-compression/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: oimiragieo (https://skillmd.com/u/oimiragieo)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/oimiragieo/token-saver-context-compression

---


# Token Saver Context Compression

Alias for `context-compressor`. Provides context window optimization by compressing large payloads before reasoning.

## When to Use

- Context approaching budget limits (80K+ tokens)
- Large file reads that can be summarized
- Multi-agent pipelines with context handoff
- Any scenario where `context-compressor` would be used

## Activation

Activate this skill when `compression-reminder.txt` appears or when the active context is approaching the 80K token pressure threshold.

## Usage

```javascript
Skill({ skill: 'context-compressor' });
```

This skill exists as a named alias so agents referencing `token-saver-context-compression` in their skills arrays resolve correctly. The implementation lives in `context-compressor`.

