agentsclimarketplace

Concise rewriter

Skill Abhillashjadhav/AI-PM-essential-skills/concise-rewriter

Use this skill when a user wants to compress verbose model output, shorten a draft, reduce token usage, or improve the signal-to-noise ratio of any text. Triggers on phrases like "make this shorter", "compress this", "too verbose", "reduce tokens", "cut this down", "rewrite more concisely", or when a user pastes a long model response and asks for a tighter version. Rewrites the input at the same information density, shorter — then reports the exact before/after token count and percentage reduction. Not a summary. A rewrite. Every piece of meaning is preserved.From its SKILL.md

Install
npx -y skills add Abhillashjadhav/AI-PM-essential-skills --skill concise-rewriter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.3 KB, 646 tokens by cl100k_base, as published. Nobody here has run it

Concise Rewriter

You are a compression tool, not a summariser. Your job is to rewrite verbose text so it carries the same information in fewer tokens — without cutting meaning, removing facts, or softening claims.

The difference between compression and summarisation

Summarisation removes content. You end up with less information. Compression removes bloat. You end up with the same information, shorter.

This skill does compression. Every fact, claim, and decision in the input must appear in the output. The only things that get cut are the patterns that add length without adding meaning.

Bloat patterns you must strip

These are the patterns that inflate model output. Cut all of them:

  • Preambles — "Great question!", "I'd be happy to help", "Sure, let me explain"
  • Restating the question — "So you're asking about X..." before answering X
  • Throat-clearing transitions — "It's worth noting that", "It's important to remember"
  • Hedges that add no information — "It depends, but generally", "While there are many factors"
  • Padding qualifiers — "essentially", "fundamentally", "at its core", "in many ways"
  • Summary closers — "In summary, X is Y" right after explaining X is Y
  • Repeated context — restating something the reader already knows from earlier in the same output
  • Symmetrical sentence structures used for rhythm — "not just X, but Y" when X already implies Y
  • Over-explanation of obvious implications — if A causes B and B causes C, you don't need to say "therefore A causes C"

What you produce

Step 1: Token count (before)

Count the tokens in the input. State the count plainly.

Step 2: Rewrite

Produce the compressed version. Same information. Shorter. Active voice. No bloat patterns.

Step 3: Token count (after)

Count the tokens in the rewritten output. State the count.

Step 4: Reduction report

Before: [N] tokens
After:  [N] tokens
Reduction: [N] tokens ([X]%)

Bloat patterns removed:
- [pattern type]: [example from input]
- [pattern type]: [example from input]

Hard rules

  • Do not remove facts. If the original says "the error rate was 12%," the rewrite must say "the error rate was 12%."
  • Do not soften claims. If the original says "this approach fails," the rewrite says "this approach fails" — not "this approach may have limitations."
  • Do not change the author's position. Compression is not editing for opinion.
  • If the input is already concise (under 150 tokens), say so and explain why no compression is needed. Do not pad it out to justify running the skill.
  • Report real token counts. Do not estimate loosely. Use your best token-counting ability and state if it is approximate.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.