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.
npx skills add transparent-pegasus/herdrpowers --skill using-herdr-sibling-panesgit clone --depth 1 https://github.com/transparent-pegasus/herdrpowersWrote 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.
[](https://agentmods.dev/skills/transparent-pegasus/herdrpowers/using-herdr-sibling-panes)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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.
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.
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
orchestrationskill: 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
- Run
herdr pane listand identify your own pane (the orchestrator) by$HERDR_PANE_ID. Every entry carriespane_id,tab_id,workspace_id,agent,agent_status, andcwd. - 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.
- From what remains, select only sibling panes that have an
agentfield andagent_status: idleordone. A pane with noagentfield is a plain shell or a crashed agent — see "Failure handling". Theagentfield 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 exits2when the pane's foreground process is its own shell), so let it — never hand-send text to a pane you have not confirmed. - 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, andcomposer-submit.shwipes that draft withctrl+ubefore 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. - Distribute independent work items across the available panes, one instruction per pane.
- 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/clearyourself. - Do not send a second prompt such as "Please run the task I just sent." The submitted instruction is already running.
- Wait for the instruction's unique completion marker with
herdr wait output, always with a timeout. - On a marker match, re-read
pane list. If the pane is stillworking, wait foridle; if it is alreadyidleordone, continue. Agent status lags behind the visible output — the marker is the completion signal, status is not. - On anything other than a marker match, go to "Failure handling". Never retype into a composer to "fix" a failed submission.
- Read the completed result and integrate it in the orchestrator pane.
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.
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.
- 10d ago First seen · 266 lines · 62 tokens per session scan A 5a3467dc8df0
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.
Other skills, from other repositories
publish
Publish Seed specification as GitHub Issues for team-based project management.
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".
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…
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.
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.
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…