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/milady-ai/milady/agents-mdgit clone --depth 1 https://github.com/milady-ai/miladyWrote 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/milady-ai/milady/agents-md)<a href="https://agentmods.dev/instructions/milady-ai/milady/agents-md"><img src="https://agentmods.dev/badge/instructions/milady-ai/milady/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.05601 | $0.05601 |
| Opus 5 | $0.02801 | $0.02801 |
| Sonnet 5 | $0.01120 | $0.01120 |
| Haiku 4.5 | $0.00560 | $0.00560 |
Grade A, and why
milady 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.
How it starts
The opening of the file, as written. The whole thing — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Milady — Project Codex Guidance
Milady is a local-first AI assistant built on elizaOS. It wraps the elizaOS runtime with a CLI, desktop app (Electrobun), web dashboard, and platform connectors (Telegram, Discord, WeChat, etc.). Inherits ~/.codex/AGENTS.md.
Cloud frontend visual review (REQUIRED for any UI change)
Any change in eliza/packages/cloud-frontend/ MUST go through the manual-review
loop before being declared done. Automated tests catch what they assert; hover
regressions, palette drift, broken empty states, and mobile layout breaks slip
through. The harness produces evidence — you produce the verdicts.
How to run
bun run --cwd eliza/packages/cloud-frontend audit:cloud
This runs tests/e2e/aesthetic-audit.spec.ts headlessly across every route in
src/App.tsx (53 routes × desktop + mobile × rest + hover ≈ 200 screenshots).
The injected-ethereum login flow is wired into the spec so dashboard pages
render their authed content; admin pages are dev-open via import.meta.env.DEV.
Output lands in:
eliza/packages/cloud-frontend/aesthetic-audit-output/
desktop/<slug>.png rest screenshot
desktop/<slug>--hover.png hover state (primary button focused)
mobile/<slug>.png
mobile/<slug>--hover.png
manual-review/<slug>.md REQUIRED per-page verdict markdown
contact-sheet.html grid view of every shot + flagged issues
report.json machine-readable audit data
Required loop (run 5+ iterations until every page hits verdict=good)
- Run
audit:cloud. - Open
contact-sheet.html. Walk every page touched by your change (and every page reachable through transitive deps — header, footer, theme, buttons). - For each page, open
manual-review/<slug>.mdand fill in:- Visual issues (anything that looks wrong or off-brand)
- Color / hover violations (orange→black or any blue is banned)
- Layout breaks (viewport + element)
- Interaction targets the e2e suite should cover
- Verdict:
good·needs-work·needs-eyeball·broken
- Fix the issues.
- Commit screenshots + reviews + code together.
- Re-run the audit. Repeat. Do not declare done until every page is
good.
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 · 326 lines · 5,601 tokens per session scan A fd147d8f0a1a
milady AGENTS.md is an instructions file published in the GitHub repository milady-ai/milady (357 stars, last pushed 15d ago), licensed MIT. It adds 5,601 tokens to every session, about $0.0280 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
hive AGENTS.md
AGENTS.md instructions for aden-hive/hive, covering repository guidelines, coding agent notes, multi-agent safety and change hygiene.
Upsonic CLAUDE.md
Claude Code instructions for Upsonic/Upsonic, covering claude.md, project overview, ai operational guides, default pre-work consultation and keep documents/ai/explanation/ in sync with code.
agentsys CLAUDE.md
Claude Code instructions for agent-sh/agentsys, covering agentsys, critical rules, model selection, core priorities and dev commands.
lobu AGENTS.md
Instructions for lobu-ai/lobu, covering repo map, unrecoverable — never do these, facts you cannot derive, ship a change and how to work.
openakita AGENTS.md
AGENTS.md instructions for openakita/openakita, covering openakita, tech stack, dev environment setup, build & run and cli interactive mode.
SeekMoney-ai CLAUDE.md
Claude Code instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.