This skill allows an agent running inside a herdr environment to control its own multiplexing shell. It enables the agent to manage its workspace, create and switch between tabs, split panes for parallel tasks (like running a server in one and tests in another), and monitor the output of sibling panes.
Activate this skill whenever HERDR_ENV=1 is detected. It is essential for agents that need to coordinate multiple terminal processes, spawn sub-agents in separate panes, or wait for specific output strings (like 'server ready') before proceeding.
herdr CLI.herdr wait for output and agent status.Agents running within the herdr multiplexer environment.
Well-documented skill for controlling the herdr terminal multiplexer via CLI commands over a local unix socket. No bundled scripts — purely instructional SKILL.md with comprehensive command reference, recipes, and version-pinned documentation (v0.5.8). Clean structure with good progressive disclosure and practical warnings. Niche but genuinely useful for agents running inside herdr.
Pure documentation skill with no scripts. No security concerns — only interacts with local unix socket. Excellent writing quality with clear examples and anti-patterns called out.