claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
$ npx -y skills add athola/claude-night-market --skill response-compression --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/response-compressionContext preview
The summary Claude sees to decide when to auto-load this skill.
Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
name: response-compression description: Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast. alwaysApply: true category: optimization tags: - tokens - efficiency - communication - directness tools: [] complexity: low model_hint: fast estimated_tokens: 500
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 | |-----
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.