Whoff Agents
Production-tested Claude Code skills for multi-agent workflows. Free context-anchor skill + Atlas Starter Kit.
Agent Handoff
Generate a structured context packet before dispatching any subagent. Prevents the #1 cause of subagent failure: the agent acts on a wrong assumption that was never stated. Use before every Agent tool call, tmux dispatch, or session delegation.
Context Anchor
Drop a working reference at any point in a session to prevent cascading context drift. Use when switching tasks, resuming after a break, or handing off between agents.
Cost Cap Guard
Enforce per-session token budgets before dispatching agents. Calculates expected token cost, flags over-budget operations, and generates a trimmed prompt that fits within your limit — without losing the objective.
Dead Letter
Capture a failed or blocked task before it disappears. Categorizes the failure mode, extracts what was learned, and generates either a retry packet with the root cause fixed or an escalation message with specific decision points. Use whenever an agent returns a blocker, error, or partial result.