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/allcolor/pawflow-agents/agents-mdgit clone --depth 1 https://github.com/allcolor/PawFlow-AgentsWrote 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/allcolor/pawflow-agents/agents-md)<a href="https://agentmods.dev/instructions/allcolor/pawflow-agents/agents-md"><img src="https://agentmods.dev/badge/instructions/allcolor/pawflow-agents/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.00233 | $0.00233 |
| Opus 5 | $0.00117 | $0.00117 |
| Sonnet 5 | $0.00047 | $0.00047 |
| Haiku 4.5 | $0.00023 | $0.00023 |
Grade A, and why
PawFlow-Agents 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 5d 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
Agent Instructions
This file complements CLAUDE.md (development conventions). Read both.
Releases
Before preparing or executing any release, read
docs/RELEASE_PROCEDURE.md and the project wiki page
complete-release-procedure (project_wiki(action='page', slug='complete-release-procedure')).
The version-controlled document is the source of truth and the wiki page must
mirror it. These rules are non-negotiable:
- A
Release 1.0.0-beta.Ncommit contains only release metadata (pyproject.toml,CHANGELOG.md,PROJECT_SUMMARY.md, version-string references). All feature/fix/test/doc content lands in its own dedicated commits pushed before the release commit — never bundled into the release commit. - Tag only a SHA whose full branch CI matrix is green; never push tag and release commit together.
- Release tags are named exactly
1.0.0-beta.N. A leadingvis forbidden: never create or pushv1.0.0-beta.N.
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.
- 5d ago First seen · 22 lines · 233 tokens per session scan A 29d242076194
PawFlow-Agents AGENTS.md is an instructions file published in the GitHub repository allcolor/PawFlow-Agents (25 stars, last pushed today), licensed MIT. It adds 233 tokens to every session, about $0.0012 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
relay AGENTS.md
AGENTS.md instructions for AgentWorkforce/relay, covering git workflow rules, never push directly to main, correct workflow, ... do work .. and stop here - let user merge.
lihongwei-cn CLAUDE.md
Claude Code instructions for LiHongwei-cn/lihongwei-cn, covering claude.md — claude code 项目记忆, 用户身份, 回复风格(红线), 网站 and 技术栈.
agentsmith AGENTS.md
AGENTS.md instructions for PromptPartner/agentsmith, covering operating agreement, who you're talking to, how to read the rest of this agreement, how sessions run and when to pause and ask.
Warden-AI GEMINI.md
Gemini CLI instructions for rynald0cst0ltziam/Warden-AI, covering warden — context governance and verification layer, session start (important — do this first), layer 1: before starting work — context selection, layer 2: during work — tool output pruning and enforcement hooks (automatic).
claude-code-safety-net CLAUDE.md
Claude Code instructions for waleedkhanbaloch/claude-code-safety-net, covering claude.md, project overview, commands, architecture and code style (typescript).
claude-code-safety-net AGENTS.md
AGENTS.md instructions for waleedkhanbaloch/claude-code-safety-net, covering agent guidelines, commands, pre-commit hooks, commit conventions and code style (typescript).