compress-prompt
Installation
SKILL.md
Compress Prompt
Goal
Transform a prompt into the minimal instruction needed for the model to succeed. Not "preserve everything densely"—instead, "what's the least I need to say?"
Output: Display compressed result + stats. Optionally write to file with --output <path>.
Input
$ARGUMENTS = prompt (file path or inline text) [--output path]
If file path: read content. If inline: use directly. If ambiguous: try as file first.
Principles
-
Trust capability, enforce discipline - Models know HOW to do tasks. But they cut corners, forget context, skip verification, declare victory early. Drop capability instructions, keep discipline guardrails.
-
Goal over process - State WHAT to achieve, not HOW. Let the model choose its approach.