conservation
3 skills · 0 free · cap $19/skill or unlock all for $99
bloat-detector
IncludedDetects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.
conservation
context-optimization
IncludedOptimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.
conservation
clear-context
IncludedManages context overflow by handing off to a fresh subagent at 80% usage. Use when context pressure is critical and work must continue uninterrupted.
conservation