Because working with AI for a long time creates three different problems:
1. **Losing the thread of the session**
The AI and the user start to forget where they were, what has already been decided, and what the next step is.
→ That is why `session-statusline` exists.
2. **Accumulating bad memory or bloated context**
`CLAUDE.md` / memory can become a dumping ground for old, repeated, or irrelevant information.
→ That is why `memory-audit` exists.
3. **Clearing the session and losing continuity**
When you run `/clear` or switch agents, a lot of useful information can disappear.
→ That is why `session-handoff` exists.
Summary in one sentence:
> We created these Skills to keep AI lean, avoid rework, and ensure continuity without carrying unnecessary context.