What problem does it solve? When running multiple coding-agent sessions (Copilot CLI, Claude Code, Codex, opencode) across terminal tabs and projects, it is hard to know which session is blocked waiting on you. This Skill answers that question in one command instead of manually cycling through tabs. ## Core Features & Use Cases - Cross-agent status overview: Lists every live or recent session with its agent, project, and inferred state (waiting, working, idle, done, unknown), waiting sessions first. - Filtered waiting view: The waiting command shows only sessions blocked on a human, with a definitive empty state when none exist. - Peek without switching tabs: show <session> prints the last recorded event of a session so you can respond without changing windows. - Blocking wait loop: wait polls in the foreground until a session needs attention, honoring --timeout and --interval, and exits cleanly on expiry or Ctrl+C. - Use Case: You have four agent sessions running across three repositories; run agent-pager waiting to instantly see which one finished its turn and is waiting for your reply. ## Quick Start Ask the agent to run agent-pager and tell you which coding-agent sessions are currently waiting for your input.