Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
npx skills add https://github.com/athola/claude-night-market --skill response-compression
Eliminate response bloat to save 200-400 tokens per response while maintaining clarity.
| 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) |
| Category | Example | When to Use |
|----------|---------|-------------|
| Status Indicators | [pass] [fail] [warn] | In structured output, checklists |
| Technical Precision | Exact error messages | When debugging |
| Safety Warnings | Critical info about data loss | Always preserve |
| Context Setting | Brief necessary background | When user lacks context |
Before (68 tokens):
Great question! I'd be happy to help you understand how this works.
The bloat detector is a powerful tool that analyzes your codebase
and provides comprehensive insights into potential issues...
After (28 tokens):
The bloat detector analyzes codebases using three tiers: quick scan
(heuristics), static analysis (tools), and deep audit (git history).
Before (45 tokens):
I've completed the task. Here's what I did:
- Deleted 5 files
- Saved 18k tokens
Next steps:
1. Review the changes
2. Run tests
3. Commit if satisfied
Let me know if you need anything else!
After (15 tokens):
Done. Deleted 5 files, saved 18k tokens.
Backup: backup/unbloat-20260102
Before:
I think this might potentially be causing the issue, but I could be wrong.
Perhaps we should consider looking into it further.
After:
This causes the issue. Investigate the connection pool timeout setting.
End response immediately after:
| Pattern | Action |
|---------|--------|
| "Next steps:" | Remove unless safety-critical |
| "Let me know if..." | Remove always |
| "Summary:" | Remove (user has the response) |
| "Hope this helps!" | Remove always |
| Bullet recaps | Remove (redundant) |
When Skill(conserve:action-first-output) is active, two rows above
are overridden:
removed. The ban still holds for multi-item "Next steps:" blocks.
required every turn. The ban still holds for recapping content the
reader just read.
See the Precedence table in that skill for the full resolution.
Goal: Information density, not coldness.
| Eliminate | Preserve |
|-----------|----------|
| Unnecessary encouragement | Technical context |
| Rapport-building filler | Safety warnings |
| Hedging without reason | Necessary explanations |
| Positive padding | Factual uncertainty markers |
Eliminate:
Replace with: Direct answers to the question.
Eliminate:
Replace with: Useful information or nothing.
The following are NOT bloat:
Before finalizing response:
| Pattern | Typical Savings |
|---------|-----------------|
| Eliminating opening bloat | 30-50 tokens |
| Removing closing fluff | 20-40 tokens |
| Cutting filler words | 10-20 tokens |
| Removing emoji | 5-15 tokens |
| Direct answers | 50-100 tokens |
| Total per response | 150-350 tokens |
Over 1000 responses: 150k-350k tokens saved.
This skill works with:
conserve:token-conservation - Budget trackingconserve:context-optimization - MECW managementsanctum:code-review - Review feedback"I'd be happy to help", "Let's dive in", "Furthermore",
"Additionally", "In conclusion"
"Feel free to...", "Hope this helps!", "Next steps:" (unless
safety-critical)
naive version of the same content would be, verified by comparing
before/after examples when token impact is measurable
markers are preserved intact; only decorative and conversational
content is removed
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take athola/response-compression from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.