herdr

Solid

Control Herdr, the terminal multiplexer for coding agents. Use when the user mentions Herdr or another skill delegates pane control, including concise pane naming, inspection, commands, and agents. Integrates with vd:worktree, vd:codex-workflow, and vd:ultracook. Requires HERDR_ENV=1.

AI & Automation 7 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Herdr Herdr is a terminal multiplexer and runtime for coding agents. It organizes terminals into workspaces, tabs, and panes, detects agent identity and status, and exposes the running session through the `herdr` CLI. This skill adapts the [official Herdr agent skill](https://github.com/herdrdev/herdr/blob/master/SKILL.md) to the `vd:` workflow. The installed CLI remains authoritative when its syntax differs from this file; `herdr --skill` (0.8.0+) prints the exact skill bundled with the running binary. ## Scope and routing | Need | Owner | | --- | --- | | Inspect or control persistent visible panes, processes, output, and agent state | `vd:herdr` | | Create an isolated checkout with copied env, ports, installs, and lifecycle hooks | `vd:worktree` | | Run a deterministic structured fan-out or pipeline without needing visible panes | `vd:codex-workflow` | | Conduct an end-to-end build, review, and ship workflow | `vd:ultracook` | Mentioning Herdr authorizes control of the requested Herdr session. It does not authorize spawning agents, parallel work, new worktrees, merges, deployments, or destructive cleanup. Require the user's explicit request for those actions. Before issuing any control command, check that this agent is running inside a Herdr-managed pane: ```bash test "${HERDR_ENV:-}" = 1 ``` If the check fails, say that you are not running inside Herdr and stop. Do not inspect or control the focused Herdr session from outside Herdr. When the check passes, the `h...

Details

Author
vanducng
Repository
vanducng/skills
Created
4 months ago
Last Updated
today
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category