Draft Tightener
Cut 20 percent of a draft while preserving the argument, using sentence-level surgery instead of paragraph deletion.
🧠 Why it works
The fastest way to make a draft 20 percent shorter is to delete paragraphs, but that also deletes content. The slowest way is to rewrite end-to-end. In between is the sentence-level pass that removes the 10-15 percent of every paragraph that is purely connective tissue. An LLM is ideal here because it can recognize hedging patterns ('it could be argued that') without needing you to define them.
⚙️ How it works
- Chunk the draft by paragraph. 2. For each paragraph, prompt for sentence-level edits with a strict rule: no claims, numbers, quotes, or section headings may be removed. 3. Enforce the word-count target as a hard constraint in the prompt (reject and retry if output is longer than target). 4. Render the result as a diff — strikethroughs for deletions, green for rewrites. 5. Emit a one-line summary per paragraph explaining what pattern was cut (e.g., 'removed three hedging phrases').
Description
Input: a draft and a target percentage (default 20 percent). Output: the same draft with filler phrases, hedging stacks, and redundant transitions removed — but every claim, number, and quote preserved. Each cut is shown as a strikethrough so you can see what went.
Install this skill
A Claude skill is a skill.md file with YAML frontmatter and a markdown body.
Drop the file into your tool of choice — or pick a different format if you use Cursor, Windsurf, Copilot, or something else.
mkdir -p ~/.claude/skills/draft-tightener \
&& curl -L https://aidiveforge.com/skill/draft-tightener.skill-md \
-o ~/.claude/skills/draft-tightener/skill.md
Save to ~/.claude/skills/draft-tightener/skill.md
Recommended Use
Sign in to suggestTools and workflow packs this skill pairs well with. Forge picks are auto-generated from category + capability signals; Community picks are added by people who've used the pairing.
Forge Auto-recommended matches
Tools
-
Jasper enhance 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Copy.ai enhance 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Rytr enhance 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Anyword enhance 37%
Why: category partial · caps 0/0 · domain content · io-match
-
Copy.ai enhance 32%
Why: category partial · caps 0/0 · domain content
-
Easy-Peasy.AI enhance 32%
Why: category partial · caps 0/0 · domain content
-
Writesonic enhance 30%
Why: caps 0/0 · domain content · io-match
-
Grammarly AI enhance 30%
Why: caps 0/0 · domain content · io-match
-
Notion AI enhance 30%
Why: caps 0/0 · domain content · io-match
Report compatibility
Tell the community which tool you used this skill with, and whether it worked.
Suggest a pairing
Recommend a tool or workflow pack that this skill works well with. Up to 5 recommendations per day.