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

  1. 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.

  2. Goal over process - State WHAT to achieve, not HOW. Let the model choose its approach.

Installs
12
GitHub Stars
14
First Seen
Mar 1, 2026
compress-prompt — doodledood/claude-code-plugins