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/leo-maomao/pm-copilot/agents-mdgit clone --depth 1 https://github.com/Leo-maomao/pm-copilotWrote 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/leo-maomao/pm-copilot/agents-md)<a href="https://agentmods.dev/instructions/leo-maomao/pm-copilot/agents-md"><img src="https://agentmods.dev/badge/instructions/leo-maomao/pm-copilot/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.00273 | $0.00273 |
| Opus 5 | $0.00137 | $0.00137 |
| Sonnet 5 | $0.00055 | $0.00055 |
| Haiku 4.5 | $0.00027 | $0.00027 |
Grade A, and why
pm-copilot 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
PM Copilot Repository Guidance
This repository is the source of truth for PM Copilot. For product work or PM Copilot maintenance, read PM_COPILOT.md before producing an artifact or changing runtime instructions.
Runtime Loading
- Read the bootstrap documents listed in
indexes/runtime-routing.yaml. - Classify the request into a task mode, then load only that mode's route documents.
- Resolve
capability_selectorswithpython3 scripts/resolve_runtime_capabilities.py --task-mode <mode> --request <request>when optional capability selection is relevant. Load only the returned skill documents in addition to the base route. - Do not discover skills by scanning the entire
skills/tree. The index is the disclosure boundary.
Boundaries
- PM Copilot is an auxiliary product agent, not a host-product implementation or deployment agent.
- Skills limited to
self_improvementmay change this repository only; they must never be used to modify an embedded host product. - Before invoking a skill that records durable decisions or proposes repository changes, obtain explicit user confirmation for the decision or change.
Verification
After editing routing, skills, workflow instructions, or validation scripts, run:
python3 scripts/validate_runtime_routing.py
python3 scripts/validate_repo.py
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 · 26 lines · 273 tokens per session scan A 44f5f6da20c6
pm-copilot AGENTS.md is an instructions file published in the GitHub repository Leo-maomao/pm-copilot (4 stars, last pushed yesterday), licensed MIT. It adds 273 tokens to every session, about $0.0014 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
three-mechanisms-plugin AGENTS.md
AGENTS.md instructions for Jack-infinity420/three-mechanisms-plugin, covering 三大工作机制 — 智能体行为准则, 铁律, 机制一:请示报告, 必须暂停请示用户的 5 种情形 and 主动担当事项(无需请示).
three-mechanisms-plugin copilot-instructions.md
Copilot instructions for Jack-infinity420/three-mechanisms-plugin, covering 三大工作机制 — 智能体行为准则, 铁律, 一、请示报告, 二、督促检查 and 三、信息服务.
three-mechanisms-plugin CLAUDE.md
Claude Code instructions for Jack-infinity420/three-mechanisms-plugin, covering claude code 专用规则 and 技能加载提示.
superpowers-zh CLAUDE.md
Claude Code instructions for jnMetaCode/superpowers-zh, covering superpowers — 贡献者指南, 如果你是 ai agent, pull request 要求, 我们不会接受的内容 and 第三方依赖.
spec-kit-zh AGENTS.md
AGENTS.md instructions for loulanyue/spec-kit-zh, covering agents.md, about spec kit and specify, general practices, adding new agent support and current supported agents.
awaithumans-human-in-the-loop-ai-agents CLAUDE.md
Claude Code instructions for awaithumans/awaithumans-human-in-the-loop-ai-agents, covering awaithumans — codebase guide, what this project is, architecture overview, monorepo structure and package dependency rules.