herdr notes Herdr, a terminal multiplexer for AI agents, enables a lead agent to coordinate multiple coding agents across panes via a CLI. The tool requires installing integrations for agents like Claude, Codex, Grok, and Kimi, and uses a skill to teach the lead the CLI, preventing it from inventing MCP or ignoring other panes. The workflow includes starting agents with skip-permissions flags, listing agents, and prompting them with specific commands, with Git operations handled by the lead. The whole product is three steps: 1. Open Herdr in the repo. 2. Open the agents you want in other panes. 3. Tell the lead to talk to them with the Herdr CLI. The skill is the how-to. The prompt is the job. One integration per agent: herdr integration install claude herdr integration install codex herdr integration install grok herdr integration install kimi herdr integration install antigravity-cli agy Teach the lead the CLI: npx skills add herdrdev/herdr --skill herdr -g Without the skill, the lead often invents MCP or ignores the other panes. cd