Skip to main content

prompt-compress

Numeric-aware prompt compression for long ENGLISH prose you're about to feed another LLM โ€” meeting transcripts, paper intros/discussion, web-article bodies, logs. Uses LLMLingua-2 (local, CPU, no API) but FIRST triages numeric-sentence density: if the document is number-heavy (FEA results, datasheets, spec tables, PN lists), it REFUSES to compress, because protecting the numbers caps the ratio near 1.3x and blind compression silently corrupts figures ("13,700 MPa"->"13,000"). Number-bearing sentences are protected verbatim (โ‰ˆ100% numeric recall); only the prose between them is compressed. Use when you have a large low-numeric-density English text blob to shrink before sending to a model. Triggers: "์ด ์ปจํ…์ŠคํŠธ ์••์ถ•", "ํ”„๋กฌํ”„ํŠธ ํ† ํฐ ์ค„์—ฌ์ค˜", "๊ธด ๋ฌธ์„œ ์••์ถ•ํ•ด์„œ ๋„ฃ์–ด์ค˜", "llmlingua", "compress this context". NOT for: spec/datasheet/results tables (it'll refuse), Korean text (compressor is English/MeetingBank-trained โ€” quality unverified), or static repeated context (prompt caching is the lossless, cheaper answer there).

Jump to install

Source facts

Repository
jsb4702-glitch/verification-harness
Last source activity
July 19, 2026 at 12:50
Detected SKILL.md language
English
Stars
6
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.