Conserve
Conserve from athola/claude-night-market.
Skills in this plugin
15- ▌ Context Map · atholaGenerates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before implementing features in an unfamiliar codebase.
- ▌ Elegant Code · athola bundleGuide 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.
- ▌ Clear Context · athola bundleManages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
- ▌ Bloat Detector · athola bundleDetects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.
- ▌ Smart Sourcing · atholaSelects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.
- ▌ Decisive Action · atholaGuides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear.
- ▌ Agent Expenditure · athola bundleTracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.
- ▌ MCP Code Execution · athola bundleRoutes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
- ▌ Token Conservation · atholaEnforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.
- ▌ Action First Output · atholaShapes turns action-first: action leads, steps numbered, state restated. Use for ADHD-friendly output. Do not use to trim tokens; use response-compression.
- ▌ Cpu Gpu Performance · atholaEstablishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.
- ▌ Compression Strategy · athola bundleRecommends context compression strategies for bloated or quota-heavy sessions. Use when context feels sluggish or quota burns faster than expected.
- ▌ Context Optimization · athola bundleOptimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.
- ▌ Response Compression · atholaCompresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.
- ▌ Code Quality Principles · atholaApplies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.