What problem does it solve? Language models degrade predictably as context grows, causing agents to lose information, repeat errors, or produce irrelevant outputs. This Skill helps you recognize, diagnose, and mitigate these failure patterns before they derail production systems. ## Core Features & Use Cases - Pattern Recognition: Identify five distinct degradation modes including lost-in-middle, context poisoning, distraction, confusion, and clash. - Empirical Benchmarks: Reference model-specific degradation thresholds and RULER benchmark findings to inform context budget decisions. - Mitigation Strategies: Apply the four-bucket approach (write, select, compress, isolate) and architectural patterns like compaction, masking, and sub-agent isolation. - Use Case: When an agent's output quality drops during a long session, use this Skill to determine whether context poisoning or distraction is the cause and apply the appropriate recovery strategy. ## Quick Start Ask the agent to diagnose why my agent's responses degraded after 60,000 tokens of conversation and suggest mitigation strategies.