Conserve

Conserve from athola/claude-night-market.

by @athola 15 skills

Skills in this plugin

15
  1. Context Map · athola
    Generates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before implementing features in an unfamiliar codebase.
    1 install
  2. Elegant Code · athola bundle
    Guide minimal code via a decision ladder with full safety, edge, and negative-case coverage. Use when adding code, choosing a dependency, or auditing a diff.
    1 install
  3. Clear Context · athola bundle
    Manages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
    1 install
  4. Bloat Detector · athola bundle
    Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.
    1 install
  5. Smart Sourcing · athola
    Selects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.
    1 install
  6. Decisive Action · athola
    Guides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear.
    1 install
  7. Agent Expenditure · athola bundle
    Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.
    1 install
  8. MCP Code Execution · athola bundle
    Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
    1 install
  9. Token Conservation · athola
    Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.
    1 install
  10. Action First Output · athola
    Shapes turns action-first: action leads, steps numbered, state restated. Use for ADHD-friendly output. Do not use to trim tokens; use response-compression.
    1 install
  11. Cpu Gpu Performance · athola
    Establishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.
    1 install
  12. Compression Strategy · athola bundle
    Recommends context compression strategies for bloated or quota-heavy sessions. Use when context feels sluggish or quota burns faster than expected.
    1 install
  13. Context Optimization · athola bundle
    Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.
    1 install
  14. Response Compression · athola
    Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
    1 install
  15. Code Quality Principles · athola
    Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.
    1 install