Plugin Ecosystem
conserve
Resource optimization and performance monitoring toolkit for efficient Claude Code workflows.
New
Source: claude-night-market marketplace Version: 1.4.3 Author: Alex Thola
Key Commands
| Command | Description | When to Use |
|---|---|---|
/bloat-scan | Scan codebase for bloat (dead code, unused files, oversized assets) | When a project feels heavy or builds are slow |
/unbloat | Remove detected bloat based on scan findings | After reviewing /bloat-scan results |
/optimize-context | Optimize context window usage | When context is running low or sessions feel slow |
/cleanup | Clean up temporary files and artifacts | After builds, test runs, or long sessions |
/ai-hygiene-audit | Audit AI interaction patterns for efficiency | When reviewing how effectively Claude is being used |
/analyze-growth | Analyze codebase growth trends | When tracking project size over time |
Skills
| Skill | When It Activates |
|---|---|
| bloat-detector | When detecting code bloat, dead code, and unnecessary files |
| clear-context | When the context window needs clearing for fresh work |
| code-quality-principles | When applying quality principles to keep code lean |
| context-optimization | When optimizing context window usage |
| cpu-gpu-performance | During CPU/GPU performance analysis |
| decisive-action | When decisive action is needed to resolve issues quickly |
| mcp-code-execution | During MCP code execution optimization |
| optimizing-large-skills | When skills are too large and need optimization |
| response-compression | When compressing responses to save tokens |
| smart-sourcing | When sourcing information efficiently without wasting tokens |
| token-conservation | When conserving tokens throughout a session |
Agents
| Agent | Purpose |
|---|---|
| ai-hygiene-auditor | Audit AI interaction patterns for efficiency |
| bloat-auditor | Audit codebase for bloat and unnecessary weight |
| context-optimizer | Optimize context window usage during sessions |
| continuation-agent | Handle context continuation when sessions are long |
| unbloat-remediator | Remove bloat identified by the bloat-auditor |
Common Workflows
Context Management
When sessions get long and context runs low:
- Optimize — Run
/optimize-context. The context-optimizer agent analyzes what is consuming context and suggests what can be dropped or compressed. - Token conservation — The token-conservation skill activates automatically in long sessions, encouraging more concise responses and efficient tool use.
- Clear if needed — The clear-context skill can help reset the context window while preserving essential state for continuation.
Codebase Cleanup
When a project has accumulated technical debt and bloat:
- Scan — Run
/bloat-scan. The bloat-auditor agent searches for dead code, unused imports, oversized files, unnecessary dependencies, and other bloat. - Review findings — Examine the scan results. Each finding includes the file, type of bloat, estimated savings, and confidence level.
- Remove bloat — Run
/unbloatto remove the identified bloat. The unbloat-remediator agent makes targeted removals, preserving necessary code. - Track growth — Use
/analyze-growthto track codebase size over time and catch bloat early.
Tips
- The token-conservation skill is always active. It helps Claude be more efficient with context automatically.
/ai-hygiene-auditis useful for teams — it identifies patterns where AI interactions are wasteful (e.g., asking for information that was already provided).- The smart-sourcing skill helps Claude find information with fewer tool calls, reducing token overhead.
- Run
/bloat-scanperiodically, not just when things feel slow. Prevention is cheaper than cleanup.
See Also
- Available Tools — Full command reference
- — All plugins overview