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/yhooch/project-delivery-manager/agents-mdgit clone --depth 1 https://github.com/yhooch/project-delivery-managerWrote 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/yhooch/project-delivery-manager/agents-md)<a href="https://agentmods.dev/instructions/yhooch/project-delivery-manager/agents-md"><img src="https://agentmods.dev/badge/instructions/yhooch/project-delivery-manager/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.1 | $0.00503 | $0.00503 |
| Opus 5 | $0.00251 | $0.00251 |
| Sonnet 5 | $0.00101 | $0.00101 |
| Haiku 4.5 | $0.00050 | $0.00050 |
Grade A, and why
project-delivery-manager 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
AGENTS.md
- 使用中文交流,除非用户明确要求其他语言。
- 当前项目以 Notion 中的原始需求和实施计划为准;需求不明确时先回查 Notion,再给出判断或升级给主 agent。
- 主 agent 是总体入口,只负责任务拆分、派发、过程协调、集成和验收;除非出现必须由主 agent 处理的阻塞或收口问题,否则不直接参与代码编写。
- 主 agent 不得无必要中断子 agent;派发任务后必须给予子 agent 足够时间完成实现、验证和总结,不得因催进度、提前验收、主观担心或顺手接管而打断子 agent。仅当用户明确要求、子 agent 报告或主 agent 明确确认阻塞、修改范围越界、实现方向明显偏离 Notion 事实源或任务边界、并行任务冲突需要收口、继续执行会破坏契约/迁移/他人改动,或集成验收必须立即介入时,主 agent 才能中断子 agent。
- 子 agent 负责边界清晰的并行开发任务,交付时说明实现内容、验证结果、风险和需要主 agent 判断的问题。
- 并行派发子 agent 时必须明确禁止
git stash、git stash pop、git checkout HEAD -- ...、git reset、git restore,即便只是诊断已有工作树错误也禁止。 - 子 agent 不得修改
package.json或运行pnpm install/pnpm add、不得删除node_modules、不得修改globals.css/layout.tsx/ 路由 layout/page,除非这些文件在其明确归属范围内;需要依赖或全局基础设施变更时先停下交给主 agent。 - 修改代码前先阅读相关上下文,保持改动小而聚焦,不回滚他人未明确授权的改动。
- 提交前至少运行与改动相关的
corepack pnpm lint、corepack pnpm typecheck、corepack pnpm test或更小范围验证。 - GitHub 认证只使用本仓库本地配置,不写入全局 Git 配置。
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 · 13 lines · 503 tokens per session scan A e99ec2f891b0
project-delivery-manager AGENTS.md is an instructions file published in the GitHub repository yhooch/project-delivery-manager (2 stars, last pushed 2mo ago), licensed MIT. It adds 503 tokens to every session, about $0.0025 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-31.
Other instructions, from other repositories
mitshe CLAUDE.md
Instructions for mitshe/mitshe, covering claude.md - mitshe, quick reference, 1. struktura monorepo, deployment modes and 2. komendy (justfile).
prompt-tracker GEMINI.md
Gemini CLI instructions for DaRabus/prompt-tracker, covering gemini.md, project overview, architecture, build & test commands and full stack.
prompt-tracker AGENTS.md
AGENTS.md instructions for DaRabus/prompt-tracker, covering agents.md, project, mandatory rules, rule 1 — always update tests and rule 2 — always update readme.md.
prompt-tracker copilot-instructions.md
Copilot instructions for DaRabus/prompt-tracker, covering github copilot instructions, project, agent skills index, project skills and external skills.
prompt-tracker CLAUDE.md
Claude Code instructions for DaRabus/prompt-tracker, covering claude.md, quick reference, claude-specific behavior, tool usage and skills are mandatory.
nextjs-agent-mcp-starter AGENTS.md
AGENTS.md instructions for buildbase-app/nextjs-agent-mcp-starter: This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in nodemodules/next/dist/docs/ before writing any code. Heed deprecation notices.