← ClaudeAtlas

text-optimizelisted

Optimizes text/docs for LLM token efficiency. Triggers - optimize, reduce tokens, compress, deep compress.
kochetkov-ma/claude-brewcode · ★ 29 · AI & Automation · score 69
Install: claude install-skill kochetkov-ma/claude-brewcode
# Optimize text for tokens Compress the requested text while preserving every load-bearing constraint, identifier, example, and safety rule. Measure before and after size, explain material removals, and write only to the requested Codex-owned artifact path. Do not create Markdown agent definitions or unsupported agent calls. ## Complete native workflow Follow every phase below. When a phase delegates work, use Codex collaboration with only `task_name` and `message`; treat each "Codex delegation brief" block as role and message content, not executable syntax. Use `request_user_input` for the documented user gates. Resolve `<skill-directory>`, `<plugin-root>`, `<project-root>`, and `<arguments>` before running commands. # Text & File Optimizer ## Step 0: Load Rules > **REQUIRED:** Read `references/rules-review.md` before ANY optimization. > If file not found -> ERROR + STOP. Do not proceed without rules reference. ## Modes Parse `<arguments>`: `-l`/`--light` | `-s`/`--standard` | `-d`/`--deep` | `-x`/`--max` | no flag -> medium (default) or auto-detect. | Mode | Flag | Target | Compression | Human-readable | Verification | |------|------|--------|-------------|----------------|--------------| | Light | `-l`, `--light` | Any | Minimal | Yes | None | | Medium | _(default)_ | Any | Moderate | Yes | None | | Standard | `-s`, `--standard` | Docs, README | 30-50% | Yes | 1 round | | Deep | `-d`, `--deep` | AGENTS.md, system prompts, agent/skill defs, KNOWLEDGE | 2-3x | No (