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/norvialabs/forge/agents-mdgit clone --depth 1 https://github.com/NorviaLabs/forgeWhat 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.00836 | $0.00836 |
| Opus 5 | $0.00418 | $0.00418 |
| Sonnet 5 | $0.00167 | $0.00167 |
| Haiku 4.5 | $0.00084 | $0.00084 |
Grade A, and why
forge 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 2d 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for coding agents working in this repository.
Project Overview
Forge is a Rust workspace for a terminal AI coding-agent harness. The main binary launches a full-screen TUI and lives in crates/forge-cli.
Key crates:
crates/forge-cli: CLI entrypoint and startup wiring.crates/forge-tui: Ratatui terminal UI, overlays, commands, model picker, chat loop UI.crates/forge-core: Agent loop, message/session lifecycle, tool execution orchestration.crates/forge-model: Native provider transports and wire-format normalization.crates/forge-connect: Provider profiles, credential store, model catalog,/connectsupport.crates/forge-tools: Built-in tools and validation. Includesupdate_plan(model-callable checklist; emits aplan_updateturn event; no persisted plan state) andask_user_question(pauses the turn onWaitReason::Questionuntil the user answers).crates/forge-mcp: MCP client and remote tool registration.crates/forge-config: Config loading and model/provider migration.docs/: User/design documentation.
Development Rules
- Never commit directly to
main. Do all work on a feature branch and open a PR (seeGit Workflow). - Keep changes focused; avoid unrelated refactors, dependency updates, or formatting churn.
- Prefer small root-cause fixes over call-site patches.
- Match existing Rust style and crate-local patterns.
- For any TUI, visual, navigation-hint, focus-presentation, or design-system change, read
FORGE-DESIGN.mdfirst and follow its visual language, focus invariants, palette, terminology, and displayed-binding rules. - Always run relevant tests for the code you change before handoff.
- Add or update tests for behavior changes, and implement new test cases when changes are significant.
- Update docs when commands, configuration, provider behavior, architecture, or safety behavior changes.
- Never commit API keys, OAuth tokens, credentials,
.forge/runtime data, or proprietary fixtures.
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.
- 2d ago First seen · 84 lines · 836 tokens per session scan A 7f5df45ec0a2
forge AGENTS.md is an instructions file published in the GitHub repository NorviaLabs/forge (5 stars, last pushed 2d ago), licensed MIT. It adds 836 tokens to every session, about $0.0042 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
Albatross AGENTS.md
Instructions for morganlinton/Albatross, covering agent instructions, general and releases.
Xenon CLAUDE.md
Instructions for xianyu-sheng/Xenon, covering claude.md — xenon 项目规范, bug 修复原则, 深度根因分析,而非逐洞补漏, 通用设计,而非特例枚举 and 每次新增 mcp 工具都要加正则 — 不可持续.
ankaloop AGENTS.md
AGENTS.md instructions for tao12345666333/ankaloop, covering ankaloop project rules, project overview, code style, architecture patterns and agent behavior.
little-coder AGENTS.md
Instructions for itayinbarr/little-coder, covering little-coder, capabilities & autonomy, runtime invariants, available tools and file & shell.
evoflux AGENTS.md
Instructions for evoelsewhere/evoflux, covering evoflux — agent instructions, instruction precedence, repository map, architecture boundaries and development operating model.
vix AGENTS.md
AGENTS.md instructions for get-vix/vix, covering agents.md, project overview, architecture, instance control channel and development commands.