If you're running multiple CLI agents locally and need them to work in parallel without stepping on each other, this gives you a Python wrapper around tmux sessions with task assignment and log monitoring built in. You can spin up agents, tail their output, and feed them instructions without juggling terminal windows yourself. The cron integration is a nice touch for recurring workflows. It's not groundbreaking orchestration, but if you're already comfortable with tmux and need something lightweight to coordinate a handful of local agents without reaching for Docker or a full workflow engine, it does the job. Just clone the repo, point it at your agents directory, and you're running.
npx skills add https://github.com/davila7/claude-code-templates --skill agent-manager-skill