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/yusifeng/formax/agents-mdgit clone --depth 1 https://github.com/yusifeng/formaxWhat 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.03468 | $0.03468 |
| Opus 5 | $0.01734 | $0.01734 |
| Sonnet 5 | $0.00694 | $0.00694 |
| Haiku 4.5 | $0.00347 | $0.00347 |
Grade A, and why
formax 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 3d 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 — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
AGENTS Scope
- Keep high-frequency operational guidance here (review workflow/profile, commonly used commands/scripts, commit workflow, and day-to-day guardrails).
- Keep canonical product/runtime semantics in
docs/contracts/*and related canonical docs. - Keep code navigation in
CODEMAP.md("where to change what"), with AGENTS linking to it instead of duplicating path-level maps.
Project Structure & Module Organization
packages/core/src/contains TypeScript source.entrypoints/CLI/runtime entrypoints (for examplecli.tsx).runtime/cli/argument parsing + command dispatch for the CLI wrapper.runtime/bootstrap/REPL bootstrap + runtime assembly wiring.core/productized app core (config resolution, setup flows, boundaries checks).tui/Ink “wizard” UIs (first-run setup, selectors, forms).adapters/filesystem + setup adapters (config files, setup persistence).screens/Ink screens;components/reusable UI.tools/tool registry, modules, handlers, presenters, runtime managers.streaming/Anthropic streaming client and parsers.features/subagents/registry/runner for sub-agent tools.prompts/,config/,services/,shared/utils/supporting code.
packages/contains companion workspaces. Package-local implementation details belong to each packageAGENTS.md.- Tests live next to source as
*.test.ts/*.test.tsx. docs/holds architecture notes and guides;plans/captures refactor plans.proxy/contains proxy/logger scripts plus traffic/log artifacts used for parity/reference during development.CODEMAP.mdis the “where to change what” index (entrypoints, main loop, tools, plan mode, sub-tasks).
Build, Test, and Development Commands
bun installinstalls dependencies.bun run devruns the CLI viatsx(entry:packages/core/src/entrypoints/cli.tsx).bun run app-server:bridge -- --host 127.0.0.1 --port 3777runs the app-server WebSocket bridge for web client development.bun run buildbundles the CLI todist/cli.js(requires Bun).bun run type-checkruns TypeScript checks + boundary checks (core+ui).bun run check:root-script-governanceenforces rootpackage.jsonscript governance (orchestration-only, no feature alias uplift).bun run ui:boundariesruns UI boundary checks (guardspackages/core/src/tui/,packages/core/src/screens/,packages/core/src/components/from importing forbidden layers).bun run testrunsvitest run;bun run test:watchruns Vitest watch.- Single test:
bun run test -- packages/core/src/tools/registry.test.ts. - Package-specific commands (web/desktop/shared/semantics) live in each package
AGENTS.md.
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.
- 3d ago First seen · 177 lines · 3,468 tokens per session scan A af0ab1e324d9
formax AGENTS.md is an instructions file published in the GitHub repository yusifeng/formax (192 stars, last pushed 1mo ago), licensed MIT. It adds 3,468 tokens to every session, about $0.0173 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
qm AGENTS.md
AGENTS.md instructions for yc-software/qm, covering qm, working on the code, private forks and durable by default.
dsh-TUI AGENTS.md
AGENTS.md instructions for ccch1mneyyy/dsh-TUI, covering agents.md, 仓库布局, 命令, 上游边界与契约 and 约定与红线.
nullclaw CLAUDE.md
Instructions for nullclaw/nullclaw, covering claude.md, mandatory reference, build & test commands, requires exactly zig 0.16.0 (verify: zig version) and build flags.
reverse-engineering-assistant CLAUDE.md
Instructions for cyberkaida/reverse-engineering-assistant, covering claude.md, project overview, build and test commands, java extension (ghidra plugin) and set ghidra installation directory first.
aghub AGENTS.md
Instructions for AkaraChen/aghub, covering aghub knowledge base, structure, where to look, conventions and rust.
openyida AGENTS.md
Instructions for openyida/openyida, covering openyida — ai agent 开发指引, 项目简介, 项目结构, skill 测评 harness(scripts/eval/) and 关键约定.