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/zhangyu94/humanfile/copilot-instructionsgit clone --depth 1 https://github.com/zhangyu94/humanfileWrote 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/zhangyu94/humanfile/copilot-instructions)<a href="https://agentmods.dev/instructions/zhangyu94/humanfile/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/zhangyu94/humanfile/copilot-instructions.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.00282 | $0.00282 |
| Opus 5 | $0.00141 | $0.00141 |
| Sonnet 5 | $0.00056 | $0.00056 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
humanfile copilot-instructions.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
.human File Boundaries
This project uses .human files to declare files where a human takes
responsibility. Before editing any file, check if it is covered by a .human
rule. Listed files are not necessarily hand-written — they are files the human
wants to stay in the loop on.
Rules
- Look for
.humanfiles from the target file's directory up to the repo root. - Patterns use
.gitignoreglob syntax:- Plain patterns (e.g.
core/) → confirm: ask the user before editing. !-prefixed patterns (e.g.!LICENSE) → readonly: do NOT edit.- Unmatched files → free: edit normally.
- Plain patterns (e.g.
- Later patterns override earlier ones (last match wins).
- Deeper
.humanfiles override shallower ones.
Behavior
- free: proceed normally.
- confirm: ask the user for explicit permission before editing. State the intended change.
- readonly: do NOT edit. Inform the user the file is protected by
.human.
Treat confirm and readonly files as source of truth — when you see
conflicting information in the repo, prefer the content in these files.
Never modify .human files without the user explicitly asking.
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 · 27 lines · 282 tokens per session scan A 7c9bc3d5fee5
humanfile copilot-instructions.md is an instructions file published in the GitHub repository zhangyu94/humanfile (10 stars, last pushed 4mo ago), licensed MIT. It adds 282 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
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.
Meta_Kim CLAUDE.md
Claude Code instructions for KimYx0207/Meta_Kim, covering metakim for claude code, fast read, what this repository is, claude code's role and canonical vs runtime files.
nopua AGENTS.md
Instructions for wuji-labs/nopua, covering nopua · codex 入仓规则, 一 · 项目定位, 二 · 起手必读, 三 · 工程与研究纪律 and 四 · 对外署名.
agent-toolkit AGENTS.md
AGENTS.md instructions for ulises-jeremias/agent-toolkit, covering agents.md — ai agent contract, what this toolkit does, repository structure, operating rules and how to add a skill.
Atomic-Spec AGENTS.md
Instructions for Chappygo-OS/Atomic-Spec, covering agents.md — adding a new ai agent to atomic spec, about atomic spec and the atomicspec cli, general practices, adding new agent support and current supported agents.