AI-Rig AGENTS.md

AI-Rig AGENTS.md is an instructions file for Codex, OpenCode from Borda/AI-Rig. It costs 2,049 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for AI-Rig, defining how coding agents should layer instructions, limit edits, and handle executables across operating systems.

In plain words
What is it for?
Use them when changing repository instructions, agent configuration, plugins, or related files, especially when a policy change may affect other instruction layers.
Why use it?
They reduce conflicting rules and prevent agents from editing installation locations instead of the project files.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/borda/ai-rig/agents-md
Clone the repo
git clone --depth 1 https://github.com/Borda/AI-Rig

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for AI-Rig AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/borda/ai-rig/agents-md.svg)](https://agentmods.dev/instructions/borda/ai-rig/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/borda/ai-rig/agents-md"><img src="https://agentmods.dev/badge/instructions/borda/ai-rig/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,049 This file is loaded in full into every session.
When invoked 2,049 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.02049 $0.02049
Opus 5 $0.01025 $0.01025
Sonnet 5 $0.00410 $0.00410
Haiku 4.5 $0.00205 $0.00205

Measured today against content hash 61be0a654a49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

AI-Rig 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 today.

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.

AGENTS.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Agent Instructions

  • Any policy change in one listed instruction file must trigger a relevance review of every other listed file before completion.
  • Synchronize applicable shared policy in either direction; preserve intentional agent-specific differences and record when no counterpart change is needed.

Instruction Layering

  • Repository-wide policy belongs in this top-level file.
  • Lower-scope instruction files inherit it and must add only narrower rules or explicit exceptions, never repeat the same policy; when a top-level policy changes, review lower layers for conflicts or obsolete duplication rather than copying the new text into them.

Edit Scope

  • All edits stay inside this project directory. Never edit $CODEX_HOME or ~/.claude/ directly — both are install targets populated from this checkout, and a hand-edit there is overwritten on the next sync.
  • Permitted roots: .codex/ (Codex config, skills, session policy), .claude/settings.json and .claude/settings.local.json, plugins/*/{agents,skills,rules,hooks,bin}/.
  • The Makefile installs from the pushed GitHub remote, not the local working tree: commit and push first, then make sync-claude or make sync-codex. Running it against uncommitted work silently installs the previous state.
  • Never initiate propagation mid-task; it is a deliberate human-triggered step.

Core Principles

Simplicity and reliability come first. Understand the affected flow and root cause, then prefer the smallest clear, reversible solution that satisfies the verified contract. Prefer established project patterns, standard tools, and deletion over new abstractions, dependencies, configuration, or layers; add complexity only when current evidence proves it necessary.

Verification is part of implementation. Work is not complete until relevant checks pass and failures, residual risks, and deliberately deferred scope are reported accurately.

Read the full file on GitHub · 101 lines

Changes

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.

  1. today Changed · +4 lines · +48 tokens per session 61be0a654a49
  2. 3d ago First seen · 97 lines · 2,001 tokens per session scan A 2c06b636a4b8

Subscribe to this mod's changes

AI-Rig AGENTS.md is an instructions file published in the GitHub repository Borda/AI-Rig (25 stars, last pushed today), licensed Apache-2.0. It adds 2,049 tokens to every session, about $0.0102 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.