src/claude/skills/monitor-dispatches/SKILL.md
Event-driven dispatch monitoring via Monitor tool — replaces /loop polling
npx skillsauth add the-agency-ai/the-agency src/claude/skills/monitor-dispatchesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Set up event-driven dispatch monitoring using Claude Code's Monitor tool. Replaces the /loop polling pattern with real-time, token-efficient background monitoring.
/loop 5m dispatch listUse the Monitor tool to run the dispatch-monitor script in the background:
Monitor dispatches for me. Run ./agency/tools/dispatch-monitor --include-collab in the background. When output appears, read and respond to the dispatches.
The script:
--interval N)--include-collab, also checks cross-repo collaboration dispatches[DISPATCH] or [COLLAB] for routing./agency/tools/dispatch read <id>./agency/tools/dispatch resolve <id> if no further action needed| Aspect | /loop polling | Monitor | |--------|--------------|---------| | Token cost | ~2,000 per check | ~10 per event | | Latency | 5 minutes | 10 seconds | | Blocking | Yes | No | | Daily cost | ~82,000 tokens | ~2,000 tokens |
Ask Claude to stop the monitor, or it stops automatically when the session ends.
OFFENDERS WILL BE FED TO THE — CUTE — ATTACK KITTENS!
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment