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

CommandDescriptionWhen to Use
/bloat-scanScan codebase for bloat (dead code, unused files, oversized assets)When a project feels heavy or builds are slow
/unbloatRemove detected bloat based on scan findingsAfter reviewing /bloat-scan results
/optimize-contextOptimize context window usageWhen context is running low or sessions feel slow
/cleanupClean up temporary files and artifactsAfter builds, test runs, or long sessions
/ai-hygiene-auditAudit AI interaction patterns for efficiencyWhen reviewing how effectively Claude is being used
/analyze-growthAnalyze codebase growth trendsWhen tracking project size over time

Skills

SkillWhen It Activates
bloat-detectorWhen detecting code bloat, dead code, and unnecessary files
clear-contextWhen the context window needs clearing for fresh work
code-quality-principlesWhen applying quality principles to keep code lean
context-optimizationWhen optimizing context window usage
cpu-gpu-performanceDuring CPU/GPU performance analysis
decisive-actionWhen decisive action is needed to resolve issues quickly
mcp-code-executionDuring MCP code execution optimization
optimizing-large-skillsWhen skills are too large and need optimization
response-compressionWhen compressing responses to save tokens
smart-sourcingWhen sourcing information efficiently without wasting tokens
token-conservationWhen conserving tokens throughout a session

Agents

AgentPurpose
ai-hygiene-auditorAudit AI interaction patterns for efficiency
bloat-auditorAudit codebase for bloat and unnecessary weight
context-optimizerOptimize context window usage during sessions
continuation-agentHandle context continuation when sessions are long
unbloat-remediatorRemove bloat identified by the bloat-auditor

Common Workflows

Context Management

When sessions get long and context runs low:

  1. Optimize — Run /optimize-context. The context-optimizer agent analyzes what is consuming context and suggests what can be dropped or compressed.
  2. Token conservation — The token-conservation skill activates automatically in long sessions, encouraging more concise responses and efficient tool use.
  3. 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:

  1. Scan — Run /bloat-scan. The bloat-auditor agent searches for dead code, unused imports, oversized files, unnecessary dependencies, and other bloat.
  2. Review findings — Examine the scan results. Each finding includes the file, type of bloat, estimated savings, and confidence level.
  3. Remove bloat — Run /unbloat to remove the identified bloat. The unbloat-remediator agent makes targeted removals, preserving necessary code.
  4. Track growth — Use /analyze-growth to 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-audit is 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-scan periodically, not just when things feel slow. Prevention is cheaper than cleanup.

See Also

  • Available Tools — Full command reference
  • — All plugins overview