herdr

Execute herdr CLI commands to manage workspaces, tabs, and panes.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Matthieusz/skills --skill herdr-matthieusz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: herdr
Source: https://github.com/Matthieusz/skills/tree/main/herdr
Command: npx skills add https://github.com/Matthieusz/skills --skill herdr-matthieusz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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"

Frequently Asked Questions about herdr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage terminal workspaces and split panes from the command line?▼

You can manage terminal workspaces and split panes by executing CLI commands to create, rename, focus, and close tabs or split panes. This requires a running herdr instance to handle the terminal context.

What is the best way to run a development server in a new terminal tab?▼

The best way to run a development server in a new terminal tab is to execute `herdr tab create && herdr pane run "npm run dev"`, which creates a tab and passes the command directly to the pane.

Can I send text or keystrokes to a specific terminal pane using CLI commands?▼

Yes, you can send text or keystrokes to a specific terminal pane using CLI commands. The Skill operates within a herdr-managed terminal context to split panes and send targeted input.

How do I monitor agent status changes and wait for specific outputs in a terminal session?▼

You can monitor agent status changes and wait for specific outputs by executing CLI commands designed to track agent status within the herdr-managed terminal environment.

Do I need a running herdr instance to control terminal workspaces and tabs?▼

Yes, you need a running herdr instance to control terminal workspaces and tabs. The Skill operates within a herdr-managed terminal context to execute its suite of workspace and pane commands.