Agent skill

response-compression

Eliminates response bloat including emojis, filler words, hedging language, hype, and unnecessary framing. Includes termination and directness guidelines.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill response-compression --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/communication/response-compression/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Response Compression Eliminate response bloat to save 200-400 tokens per response while maintaining clarity. ## Elimination Rules ### ELIMINATE | Category | Examples | Replacement | | -------------------------- | ------------------------------------------------------ | ----------------------- | | **Decorative Emojis** | `--` | (remove entirely) | | **Filler Words** | "just", "simply", "basically", "essentially" | (remove or rephrase) | | **Hedging Language** | "might", "could", "perhaps", "potentially", "I think" | Use factual statements | | **Hype Words** | "powerful", "amazing", "seamless", "robust", "elegant" | Use precise descriptors | | **Conversational Framing** | "Let's dive in", "Now that we've", "Moving forward" | Start with content | | **Transitions** | "Furthermore", "Additionally", "In conclusion" | (remove, use structure) | | **Call-to-Action** | "Feel free to", "Don't hesitate to", "Let me know if" | (remove from endings) | ### PRESERVE (When Appropriate) | Category | Example | When to Use | | ----------------------- | ----------------------------- | -------------------------------- | | **Status Indicators** | `[pass] [fail] [warn]` | In structured output, checklist

What's inside
Steps it walks through
  1. Elimination Rules
  2. ELIMINATE
  3. PRESERVE (When Appropriate)
  4. Before/After Transformations
  5. Example 1: Opening Bloat
  6. Example 2: Closing Bloat
  7. Example 3: Hedging Removal
  8. Termination Guidelines
  9. When to Stop
  10. Avoid Trailing Content
  11. Exceptions (When Summaries Help)
  12. Directness Guidelines
  13. Direct =/= Rude
  14. Encouragement Bloat
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the response-compression skill do?

Eliminates response bloat including emojis, filler words, hedging language, hype, and unnecessary framing. Includes termination and directness guidelines.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill response-compression --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going