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/rmyndharis/aimhooman/copilot-instructionsgit clone --depth 1 https://github.com/rmyndharis/aimhoomanWrote 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/rmyndharis/aimhooman/copilot-instructions)<a href="https://agentmods.dev/instructions/rmyndharis/aimhooman/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/rmyndharis/aimhooman/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.00828 | $0.00828 |
| Opus 5 | $0.00414 | $0.00414 |
| Sonnet 5 | $0.00166 | $0.00166 |
| Haiku 4.5 | $0.00083 | $0.00083 |
Grade C, and why
aimhooman copilot-instructions.md scanned grade C with 1 finding 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
(`id_rsa` and files containing a private-key header), `.aws/credentials`, Copies of this mod
2 near-identical copies found in the catalogue:
- aimhooman GEMINI.md — 100% identical, 0 lines differ
- aimhooman AGENTS.md — 100% identical, 2 lines differ
What it actually says
aimhooman
This repository uses aimhooman to keep AI tooling artifacts out of Git history. Its policy:
- Never stage or commit local AI session/state files. Examples include
.claude.json,.claude/session*.json,.claude/history*,.claude/todos/*,.claude/shell-snapshots/*,.claude/statsig/*,.claude/projects/*,.claude/logs/*,.codex/sessions/*,.codex/history*,.codex/log/*,.codex/logs/*,.copilot/*,.cursor/session*,.cursor/chats/*,.cursor/logs/*,.aider.*,.specstory/*,.continue/sessions/*,.playwright-mcp/*,.remember/*,.superpowers/*, and.agent/*. The examples are not exhaustive; the packagedrules/paths.jsonis the detection source of truth for these artifacts. If one is staged, unstage it and keep it out of Git instead. - Never commit secrets: a real
.env(not.env.example), private keys (id_rsaand files containing a private-key header),.aws/credentials,.claude/.credentials.json, service-account keys, or a provider API key (GitHub, GitLab, npm, Slack, Anthropic, OpenAI, Google, Stripe, Hugging Face, SendGrid). Public certificates are allowed. aimhooman does not scan for secrets — this rule is on you, and a dedicated scanner such as gitleaks is the right backstop for it. - Never add AI attribution to commit messages: no
Co-authored-bytrailer naming an AI (Claude, Copilot, Codex), no "Generated with/by " lines, no AI-service noreply emails. A commit message reads as if a human wrote it. - Write in a human voice, not an AI voice. No
delve,leverage,utilize,seamless,robust,comprehensive,underscore,foster,pivotal,myriad,tapestry,landscape; no "This PR addresses…", "adversarial self-review", "live-verified", "thoroughly tested with comprehensive examples", "in today's", "let's dive in", "in conclusion"; no bold lead-in on every bullet and no paired em-dash asides. Say what broke or what changed, pick the plain short verb, name the number, and vary sentence length. If the first line could open any PR on any repo, delete it. - Treat
AGENTS.md,CLAUDE.md,GEMINI.md, and.github/copilot-instructions.mdas review-required: they may be intentional team config, so confirm before committing them.
Project map:
src/scan.mjsandsrc/rules.mjsload rules and make policy decisions.src/hook.mjsandsrc/githooks.mjsenforce them in agent and Git hooks.src/state.mjsowns local policy state.bin/aimhooman.mjsis the CLI.tests/mirrors the production paths and includes real temporary Git repos.
Use Node.js 22.8 or newer. Before finishing a change, run:
npm run check
npm test
npm run test:coverage
aimhooman also enforces the artifact and attribution rules at commit time, so a blocked commit means a real violation to fix, not a check to bypass. The rule is simple: AI works, hoomans ship.
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 · 59 lines · 828 tokens per session scan C 3910eaec4581
aimhooman copilot-instructions.md is an instructions file published in the GitHub repository rmyndharis/aimhooman (4 stars, last pushed 23d ago), licensed MIT. It adds 828 tokens to every session, about $0.0041 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
stealth-browser-mcp AGENTS.md
Instructions for vibheksoni/stealth-browser-mcp, covering agent instructions, start here, recommended proxy services, environment and validation.
Graph-It-Live CLAUDE.md
Claude Code instructions for magic5644/Graph-It-Live, covering claude.md, commands, build, test and e2e (real vs code electron instance).
elnora-plugins AGENTS.md
AGENTS.md instructions for Elnora-AI/elnora-plugins, covering agents.md, what this is, setup, dispatch — which skill for what and pitfalls.
lumen CLAUDE.md
Instructions for Sardor-M/lumen, covering lumen — project rules, what is lumen, repo structure, commands (run from repo root) and hard rules (apply to all apps).
h5i-ctx2img CLAUDE.md
Instructions for Koukyosyumei/h5i-ctx2img, a project described as: Render agent context as images. Same text, 60–75% fewer tokens.
plugin.delivery copilot-instructions.md
Copilot instructions for nirholas/plugin.delivery, covering plugin.delivery and terminal management.