ai-agent-project-template AGENTS.md

ai-agent-project-template AGENTS.md is an instructions file for Codex, OpenCode from rumotion/ai-agent-project-template. It costs 1,433 tokens per session, scanned A, original, MIT.

A repository instruction set that tells coding agents how to initialize and navigate the rumotion/ai-agent-project-template. AGENTS.md is a project file used to record instructions for AI coding tools.

In plain words
What is it for?
Use it to guide startup, resuming work, switching models, keeping context small, and locating project-specific instructions.
Why use it?
It gives different coding assistants one shared starting procedure and points them to the right project memory and handoff 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/rumotion/ai-agent-project-template/agents-md
Clone the repo
git clone --depth 1 https://github.com/rumotion/ai-agent-project-template

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-agent-project-template AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rumotion/ai-agent-project-template/agents-md.svg)](https://agentmods.dev/instructions/rumotion/ai-agent-project-template/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/rumotion/ai-agent-project-template/agents-md"><img src="https://agentmods.dev/badge/instructions/rumotion/ai-agent-project-template/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,433 This file is loaded in full into every session.
When invoked 1,433 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.01433 $0.01433
Opus 5 $0.00717 $0.00717
Sonnet 5 $0.00287 $0.00287
Haiku 4.5 $0.00143 $0.00143

Measured 4d ago against content hash 236e9eb52f54, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ai-agent-project-template 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 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.

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 · 102 lines

How it starts

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

AGENTS.md — Canonical Agent Instructions

Single source of truth for all AI agents in this repo. Adapters (GEMINI.md, CLAUDE.md, .clinerules/, .agents/, .github/copilot-instructions.md, .cursor/rules/agents.mdc, .codex/AGENTS.md) only point here.

Startup path — keep context small

  1. Read this file.
  2. Read memory-bank/startup.md.
  3. If resuming work or switching models, also read memory-bank/handoff.md.
  4. Read memory-bank/00-index.md only to choose additional files.
  5. Load source/docs/workflows/skills only when the task requires them.

Reserve most context for the actual project, not template instructions.

Cross-model continuity

Multiple models share this project (Gemini, Claude, Codex, Cline, Cursor, Copilot). memory-bank/handoff.md is the rolling "where we left off" pointer — update on pause/switch, read on resume. Model routing lives in memory-bank/model-routing.md.

Initialization modes

FAST_INIT (default)

Low-token initialization with verified basics only.

  • Read only: AGENTS.md, memory-bank/startup.md, memory-bank/00-index.md, memory-bank/handoff.md (if resuming), and stack-detection files (package.json, pyproject.toml, requirements.txt, go.mod, Cargo.toml, tsconfig.json, vite.config.*, next.config.*) when present.
  • Do not read by default: README.md, docs/, workflows/, skills, references/, assets/, .mcp/, validator scripts.
  • Update only: memory-bank/startup.md, memory-bank/handoff.md, memory-bank/projectbrief.md, memory-bank/activeContext.md, memory-bank/progress.md, memory-bank/techContext.md.
  • Keep unknowns as TBD. Do not run full-repo audits. Minimize turns and narration.

DEEP_AUDIT (explicit only)

Use when the user asks for full template review, publishing readiness, architecture audit, or broad cleanup. Read deeper docs/workflows/skills/scripts as needed; document findings; propose focused changes.

Escalation rule

Start in FAST_INIT. Escalate only when required facts cannot be verified from allowed files, or the user explicitly asks.

Read the full file on GitHub · 102 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. 4d ago First seen · 102 lines · 1,433 tokens per session scan A 236e9eb52f54

Subscribe to this mod's changes

ai-agent-project-template AGENTS.md is an instructions file published in the GitHub repository rumotion/ai-agent-project-template (1 stars, last pushed 14d ago), licensed MIT. It adds 1,433 tokens to every session, about $0.0072 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.

Related

Other instructions, from other repositories

agent-commons AGENTS.md

AGENTS.md instructions for jpbaking/agent-commons: This umbrella follows the Portable Agent Authoring guides.

jpbaking/agent-commons · 195 tokens

agent-commons CLAUDE.md

Claude Code instructions for jpbaking/agent-commons, a project described as: One canonical source, every coding-agent harness — umbrella for portable Agent Skills, rules, and merge-aware installers (Codex, Claude Code, Antigravity, Cline).

jpbaking/agent-commons · 5 tokens

nextarter-tailwind AGENTS.md

AGENTS.md instructions for agustinusnathaniel/nextarter-tailwind, covering next.js: always read docs before coding, ai agent guidance: nextarter-tailwind, 1. mental model for agents, implementation delegation and tooling strategy.

agustinusnathaniel/nextarter-tailwind · 1,839 tokens

lovable-boilerplate global.instructions.md

Instructions for chihebnabil/lovable-boilerplate, covering react + vite + shadcn/ui template - premium design system, critical rules - read first, never create, always create and essential commands.

chihebnabil/lovable-boilerplate · 1,766 tokens

claude-code-templates CLAUDE.md

Claude Code instructions for Justdvp/claude-code-templates, covering claude.md, project overview, development commands, package management and application commands.

Justdvp/claude-code-templates · 4,007 tokens

FrameCode-VibeWork AGENTS.md

AGENTS.md instructions for Sistema2D/FrameCode-VibeWork, covering agents.md, instruction order, reading-trigger rule, regression rule and when a plan is required.

Sistema2D/FrameCode-VibeWork · 1,586 tokens