Keeps your agent coherent during long multi-step tasks by monitoring context quality like a surfer reading a wave. It activates automatically after you've set intent and plan, watches for drift signals like hallucination or hedging, and exits cleanly with a handoff file before output quality degrades. Integrates with Entire CLI to use session state as ground truth, works alongside intent-framed-agent (which checks scope while this checks coherence), and hands off to simplify-and-harden when the work completes. Most useful for complex refactors or unfamiliar codebases where silent context corruption would be expensive. Think of it as the execution wrapper that keeps you from working with a confused agent.
npx skills add https://github.com/pskoett/pskoett-ai-skills --skill context-surfing