using-herdr-sibling-panes

using-herdr-sibling-panes is a skill for Claude Code, Codex from transparent-pegasus/herdrpowers. It costs 62 tokens per session (7,320 once invoked), scanned A, original, Apache-2.0.

A delegation guide for herdr, an environment where multiple coding-agent panes can work together. It applies when the current pane coordinates work and idle sibling panes are available.

In plain words
What is it for?
Use it to delegate standalone repository work or pass routed tasks to idle sibling agents when HERDRENV is set to 1.
Why use it?
It helps split suitable repository tasks among available agent panes and gives the orchestrator a defined way to coordinate them. It requires the herdr environment to be active.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Part of the herdrpowers plugin — 16 skills, 7 commands shipped together

Good fit Use it to delegate standalone repository work or pass routed tasks to idle sibling agents when HERDRENV is set to 1.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add transparent-pegasus/herdrpowers --skill using-herdr-sibling-panes
Clone the repo
git clone --depth 1 https://github.com/transparent-pegasus/herdrpowers

Made for: Claude Code, Codex.

Or install herdrpowers, the plugin that ships this one along with the rest of its 16 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for using-herdr-sibling-panes

README.md
[![agentmods](https://agentmods.dev/badge/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes/github.svg)](https://agentmods.dev/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes)
Your own site
<a href="https://agentmods.dev/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes"><img src="https://agentmods.dev/badge/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for using-herdr-sibling-panes

Your own site · 80×15
<a href="https://agentmods.dev/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes"><img src="https://agentmods.dev/badge/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 63
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.07320
Opus 5 $0.00031 $0.03660
Sonnet 5 $0.00012 $0.01464
Haiku 4.5 $0.00006 $0.00732

Measured 10d ago against content hash 5a3467dc8df0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

using-herdr-sibling-panes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/composer-submit.sh, scripts/probe-composer.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/using-herdr-sibling-panes/SKILL.md · 266 lines

How it starts

The opening of the file, as written. The whole thing — 266 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Using herdr sibling panes

HERDR_ENV=1 is required. If it is missing, stop.

Placeholder resolution: <KEY> placeholders in this file (such as <REPORT_DIRECTORY>) resolve from the Herdrpowers Configuration section of the repository's CLAUDE.md / AGENTS.md. If that section is missing, initialize it with the pack's init workflow (/herdrpowers:init on Claude Code plugin installs; commands/init.md otherwise), or fall back to the git-ignored workspace that pane-driven-development/scripts/pdd-workspace [PLAN_FILE] prints (per-plan with a plan file, the shared adhoc directory without one).

For pane layout, read herdr. Use this skill only for multi-pane delegation to idle sibling agent panes.

When to use

Use when you are inside herdr, your pane is acting as the orchestrator for the task (whichever pane received the task — no specific tool is assumed or required), and one or more sibling agent panes are idle.

What to delegate depends on how this skill was entered:

  • Driven by the orchestration skill: this skill is the delegation transport; the orchestration skill's task routing decides what goes to which agent, including complex coding.
  • Standalone: delegate only independent operational work such as tests, lint, formatting, file reads, git status/diff/log, server logs, and command output. Do not delegate coding, design, root-cause debugging, planning, or reasoning-heavy work.

Workflow

  1. Run herdr pane list and identify your own pane (the orchestrator) by $HERDR_PANE_ID. Every entry carries pane_id, tab_id, workspace_id, agent, agent_status, and cwd.
  2. Discard every out-of-scope pane first — by default that is every pane outside your own tab. See "Delegation scope" below; it applies before anything else in this list.
  3. From what remains, select only sibling panes that have an agent field and agent_status: idle or done. A pane with no agent field is a plain shell or a crashed agent — see "Failure handling". The agent field alone is not proof the agent is alive: it can name a CLI that has since exited, leaving the pane at a shell prompt. The helper checks this before sending anything (it exits 2 when the pane's foreground process is its own shell), so let it — never hand-send text to a pane you have not confirmed.
  4. When more than one candidate remains, confirm the composer is empty before you send: herdr pane read "$PANE" --source visible. An empty composer reads as an empty follow-up placeholder (, → Add a follow-up). A pane showing unsent text is not a candidate — another orchestrator is composing there, and composer-submit.sh wipes that draft with ctrl+u before it resets the session. The helper cannot tell a half-written brief from any other composer content and must not try: this is someone else's work being destroyed, not a failure to recover from. If the only candidate has leftover text, do not send — report the pane to the user.
  5. Distribute independent work items across the available panes, one instruction per pane.
  6. Submit one self-contained instruction per pane with scripts/composer-submit.sh. It resets the target session and submits the instruction in one call; do not send /clear yourself.
  7. Do not send a second prompt such as "Please run the task I just sent." The submitted instruction is already running.
  8. Wait for the instruction's unique completion marker with herdr wait output, always with a timeout.
  9. On a marker match, re-read pane list. If the pane is still working, wait for idle; if it is already idle or done, continue. Agent status lags behind the visible output — the marker is the completion signal, status is not.
  10. On anything other than a marker match, go to "Failure handling". Never retype into a composer to "fix" a failed submission.
  11. Read the completed result and integrate it in the orchestrator pane.

Read the full file on GitHub · 266 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 266 lines · 62 tokens per session scan A 5a3467dc8df0

Subscribe to this mod's changes

using-herdr-sibling-panes is a skill published in the GitHub repository transparent-pegasus/herdrpowers (11 stars, last pushed 13d ago), licensed Apache-2.0. It adds 62 tokens to every session and 7,320 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

publish

Publish Seed specification as GitHub Issues for team-based project management.

Q00/ouroboros · 14 tokens

handoff

Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".

anton-abyzov/specweave · 44 tokens

design-inventory

Use to run the Claude Design to ClosedLoop pipeline against the current web-ui. Stage A inventories a design export zip into schema-validated findings (typed design units - screens, regions like nav bars, standalone components like a chat dialog; UX and behavioral changes; Storybook component reuse mapping; token…

closedloop-ai/claude-plugins · 173 tokens

linear-graphql-skill

Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.

holon-run/uxc · 51 tokens

genie-orca-wish

Turn a brainstorm/design into an APPROVED-able wish whose Dispatch plan is the literal input to Orca tasks and Linear issues. High-reasoning pass: pre-decide everything so fast workers can execute without judgment calls.

automagik-dev/genie · 51 tokens

procurement

Use when a small operator must choose what to buy and from whom: pick a supplier, write an RFI/RFQ/RFP that returns comparable bids, score quotes on total cost of ownership, negotiate price and payment terms, or judge single-source risk. NOT redlining the purchase agreement (that is contracts), NOT the price you…

ericrisco/rsc-harness · 92 tokens