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 agentmods add instructions/transparent-pegasus/herdrpowers/agents-mdgit 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/instructions/transparent-pegasus/herdrpowers/agents-md)<a href="https://agentmods.dev/instructions/transparent-pegasus/herdrpowers/agents-md"><img src="https://agentmods.dev/badge/instructions/transparent-pegasus/herdrpowers/agents-md.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00160 | $0.00160 |
| Opus 5 | $0.00080 | $0.00080 |
| Sonnet 5 | $0.00032 | $0.00032 |
| Haiku 4.5 | $0.00016 | $0.00016 |
Grade A, and why
herdrpowers AGENTS.md 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 4d 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.
What it actually says
Agents Guide
This repository IS the herdrpowers plugin. The payload lives at the repo root: skills/ (16 skills), commands/ (6 workflows), docs/ (framework docs). Plugin manifests: .claude-plugin/, .codex-plugin/, .cursor-plugin/, .agents/plugins/marketplace.json.
When editing pack behavior, edit the payload directories directly. The pack's invariants (no in-process subagents in the payload, roles and gate names instead of tool names, structural review independence from reset sessions that no configuration relaxes), its Apache-2.0 licensing and NOTICE duties, and the changelog and validation protocol are listed in CLAUDE.md — they apply to any agent working on this repo.
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.
- 4d ago First seen · 6 lines · 160 tokens per session scan A 1e9961677b50
herdrpowers AGENTS.md is an instructions file published in the GitHub repository transparent-pegasus/herdrpowers (11 stars, last pushed 8d ago), licensed Apache-2.0. It adds 160 tokens to every session, about $0.0008 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 instructions, from other repositories
collie CLAUDE.md
Claude Code instructions for AltanS/collie, covering claude.md — working agreement for this repo, decision records — read before reopening a settled question, versioning — mandatory, build / run (operational facts that are easy to forget) and linting — one linter, one config.
collie AGENTS.md
AGENTS.md instructions for AltanS/collie: The working agreement for this repo lives in CLAUDE.md — read it before changing anything. This file exists so agents that look for AGENTS.md find it too; there is one set of rules, not two, so nothing is restated here.
awesome-herdr AGENTS.md
Instructions for yigitkonur/awesome-herdr, covering agents.md, 1. project philosophy & minimalist structure, 2. project language & voice values, 2.1. plain-english, verb-first prose and 2.2. the 1–2 sentence rule.
superpowers-v AGENTS.md
Instructions for procoders/superpowers-v, covering what this plugin does, orchestrator surface (v1.0 + 1.1), v-memory recall surface (v2.0), how codex / non-claude-code harnesses use it and tool name mapping (claude code → codex).
superpowers-v GEMINI.md
Instructions for procoders/superpowers-v, covering compound v — gemini cli shim (🧪 experimental, untested), what this plugin does, orchestrator surface (v1.0 + 1.1), v-memory recall surface (v2.0) and how gemini uses it.
Multiplex AGENTS.md
AGENTS.md instructions for multiplex-term/Multiplex, covering build & test, build, unit tests — fast, no device i/o, architecture and reference docs — read before touching an area.