Long agent sessions silently degrade as context fills up. This Skill monitors token usage, warns before overflow, and executes structured handoffs so nothing is lost between sessions.
// USE CASES
→Prevent silent context overflow in long sessions
→Execute clean handoffs between agent sessions
→Monitor token usage in real time
→Summarize session state before handoff
→Resume complex tasks without losing context