Conserve

Resource optimization and performance monitoring toolkit for efficient Claude Code workflows

by @micsapp 10 skills

Skills in this plugin

10
  1. Clear Context · micsapp bundle
    Automatic context management with graceful handoff to continuation subagent. Use when Context usage approaches 80% during long-running tasks. This skill enables automatic continuation without manual /clear. The key insight: Subagents have fresh context windows. By delegating remaining work to a continuation subagent, we achieve effective "auto-clear" without stopping the workflow.
    3 repo stars
  2. Bloat Detector · micsapp bundle
    Detect codebase bloat through progressive analysis: dead code, duplication, complexity, documentation bloat. Use when context usage high, quarterly maintenance, pre-release cleanup, before refactoring. Do not use when active feature development, time-sensitive bugs, codebase < 1000 lines.
    3 repo stars
  3. Smart Sourcing · micsapp
    balancing accuracy with token efficiency.
    3 repo stars
  4. Decisive Action · micsapp
    Guidance on when to ask clarifying questions vs proceed with standard approaches. Reduces interaction rounds while preventing wrong assumptions.
    3 repo stars
  5. MCP Code Execution · micsapp bundle
    Use this skill BEFORE building complex tool chains. Optimize proactively. location: plugin token_budget: 200. Use when >3 tools chained sequentially, large datasets (>10k rows), large files (>50KB), context usage >25%. Do not use when simple tool calls that do not chain. DO NOT use when: context pressure is low and tools are fast.
    3 repo stars
  6. Token Conservation · micsapp
    Use this skill at the START of every session. This is MANDATORY for quota management. location: plugin token_budget: 300. Use when session starts (mandatory), prompt sizes spike, tool calls increase, before long-running analyses or massive context loads. Do not use when context-optimization already handles the scenario. DO NOT use when: simple queries with minimal context.
    3 repo stars
  7. Cpu Gpu Performance · micsapp
    Use this skill BEFORE resource-intensive operations. Establish baselines proactively. location: plugin token_budget: 400. Use when session starts (auto-load with token-conservation), planning builds or training that could pin CPUs/GPUs for >1 minute, retrying failed resource-heavy commands. Do not use when simple operations with no resource impact. DO NOT use when: quick single-file operations.
    3 repo stars
  8. Context Optimization · micsapp bundle
    Use this skill BEFORE starting complex tasks. Check context levels proactively. Use when context usage approaches 50% of window, tasks need decomposition, complex multi-step operations planned, context pressure is high. Do not use when simple single-step tasks with low context usage. DO NOT use when: already using mcp-code-execution for tool chains.
    3 repo stars
  9. Response Compression · micsapp
    hype, and unnecessary framing. Includes termination and directness guidelines.
    3 repo stars
  10. Code Quality Principles · micsapp
    Provides KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity, preventing over-engineering, and improving maintainability.
    3 repo stars