Compress
Shorten the input without losing meaning.
Use this for information and instructions, not ordinary prose polishing. Use deslop when voice and writing quality are the main problem.
Process
- Identify the purpose and intended reader or agent.
- Extract the required content: facts, actions, inputs, outputs, constraints, defaults, examples, edge cases, checks, and stop conditions.
- Remove repetition, throat-clearing, backstory, generic advice, motivational language, and structure that does not change understanding or behaviour.
- Replace vague phrases with a concrete instruction only when the source supports it. Otherwise cut them.
- Merge overlapping rules and place each fact once, where the reader needs it.
- Rewrite in plain words and the smallest structure that preserves the logic.
- Compare the result with the source. Restore anything whose removal changes the likely interpretation or outcome.
Keep
- facts, numbers, names, paths, commands, schemas, and citations
- explicit scope, priorities, and exceptions
- requirements created by past failures
- defaults that resolve real ambiguity
- examples that define a format or expose an edge case
- verification, failure behaviour, and stop conditions
- useful voice when compressing a brain dump or note
Cut
- repeated goals, summaries, and conclusions
- obvious preambles and narration about the document
- baseline advice such as "be thorough" or "use good judgement"
- adjectives such as "robust," "polished," and "production-ready" without a test
- hedging that does not change confidence or responsibility
- examples that merely repeat the rule
- headings, bullets, or steps that add shape but no meaning
- synonyms for a term already named clearly
Test every cut
Ask: if this disappears, could a capable reader act differently or lose a fact, limit, decision, warning, or piece of voice?
If no, cut it. If yes, keep it or rewrite it more clearly.
Return only the compressed result unless the user asks for a summary of changes.
1---2name: compress3description: Shorten a prompt, specification, plan, skill, note, or brain dump without changing its meaning or behaviour. Use when asked to compress, shorten, simplify, tighten, remove repetition, or use fewer tokens. Preserve facts, constraints, examples, edge cases, and checks that affect the result.4---56# Compress78Shorten the input without losing meaning.910Use this for information and instructions, not ordinary prose polishing. Use `deslop` when voice and writing quality are the main problem.1112## Process13141. Identify the purpose and intended reader or agent.152. Extract the required content: facts, actions, inputs, outputs, constraints, defaults, examples, edge cases, checks, and stop conditions.163. Remove repetition, throat-clearing, backstory, generic advice, motivational language, and structure that does not change understanding or behaviour.174. Replace vague phrases with a concrete instruction only when the source supports it. Otherwise cut them.185. Merge overlapping rules and place each fact once, where the reader needs it.196. Rewrite in plain words and the smallest structure that preserves the logic.207. Compare the result with the source. Restore anything whose removal changes the likely interpretation or outcome.2122## Keep2324- facts, numbers, names, paths, commands, schemas, and citations25- explicit scope, priorities, and exceptions26- requirements created by past failures27- defaults that resolve real ambiguity28- examples that define a format or expose an edge case29- verification, failure behaviour, and stop conditions30- useful voice when compressing a brain dump or note3132## Cut3334- repeated goals, summaries, and conclusions35- obvious preambles and narration about the document36- baseline advice such as "be thorough" or "use good judgement"37- adjectives such as "robust," "polished," and "production-ready" without a test38- hedging that does not change confidence or responsibility39- examples that merely repeat the rule40- headings, bullets, or steps that add shape but no meaning41- synonyms for a term already named clearly4243## Test every cut4445Ask: if this disappears, could a capable reader act differently or lose a fact, limit, decision, warning, or piece of voice?4647If no, cut it. If yes, keep it or rewrite it more clearly.4849Return only the compressed result unless the user asks for a summary of changes.