What problem does it solve?
This Skill allows users to manage and control their herdr environments through a CLI, enabling them to handle workspaces, tabs, and panes with ease.
Core Features & Use Cases
- Workspace and Tab Management: Create, rename, focus, and close workspaces and tabs.
- Pane Operations: Split panes, run commands in them, and send text or keys.
- Agent Status Monitoring: Wait for specific output or agent status changes.
- Use Case: For a developer working with multiple terminal panes and herdr-managed environments, this Skill provides a streamlined way to manage and coordinate different tasks within the herdr ecosystem.
Quick Start
To create a new tab in the current workspace and run a development server, use the command: herdr tab create && herdr pane run "npm run dev"