agentops-template AGENTS.md

agentops-template AGENTS.md is an instructions file for Codex, OpenCode from SarutobiSasuke8/agentops-template. It costs 2,642 tokens per session, scanned A, original, MIT.

The central instruction file for an agentops-template repository. It defines the project’s identity, product goal, required agent instruction files, and workflow for keeping them aligned.

In plain words
What is it for?
Defining project expectations, synchronising agent-specific instruction files, and running the repository’s agent-document checks.
Why use it?
It acts as the main source of rules for coding agents, reducing conflicting instructions between tools such as Claude, Codex, Gemini, and Copilot.

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/sarutobisasuke8/agentops-template/agents-md
Clone the repo
git clone --depth 1 https://github.com/SarutobiSasuke8/agentops-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 agentops-template AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sarutobisasuke8/agentops-template/agents-md.svg)](https://agentmods.dev/instructions/sarutobisasuke8/agentops-template/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sarutobisasuke8/agentops-template/agents-md"><img src="https://agentmods.dev/badge/instructions/sarutobisasuke8/agentops-template/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,642 This file is loaded in full into every session.
When invoked 2,642 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.02642 $0.02642
Opus 5 $0.01321 $0.01321
Sonnet 5 $0.00528 $0.00528
Haiku 4.5 $0.00264 $0.00264

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

Security

Grade A, and why

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

AGENTS.md · 269 lines

How it starts

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

AGENTS.md - Canonical Agent Contract

This is the source of truth for all AI coding agents working in this repository.

Every model-specific instruction file must stay aligned with this contract:

  • CLAUDE.md
  • CODEX.md
  • GEMINI.md
  • .github/copilot-instructions.md
  • .cursor/rules/vibe-coding-core.mdc

When this file changes, update the adapters and run the drift check:

./scripts/check-agent-docs.sh     # macOS / Linux / git-bash
./scripts/check-agent-docs.ps1    # Windows PowerShell

Project Identity

  • Project name: TODO
  • Project type: TODO
  • Primary agent: TODO
  • Primary user: TODO
  • Current stage: prototype | active build | maintenance | archived
  • Product owner persona: personas/head-of-product-vibe-coding.md
  • Technical owner persona: personas/cto-vibe-coding.md
  • Persona council protocol: personas/agent-council-protocol.md
  • Design system contract: DESIGN.md
  • Design owner persona: personas/design-director-vibe-coding.md

Product Goal

Describe the real user-facing outcome this repo exists to create.

TODO: one or two paragraphs explaining what good looks like, who it helps, and what feeling it should create.

Non-Negotiable Standard

The project must be useful, reliable, and vibe-true.

Speed matters, but only as speed to quality. Do not ship impressive-looking work that fails under ordinary use. Do not bury uncertainty. Do not inflate scope. Protect the product feeling and the codebase at the same time.

Operating Loop

For non-trivial work, follow this loop:

  1. Understand the request and inspect relevant files.
  2. State assumptions, ambiguities, and tradeoffs when they matter.
  3. Define success criteria before implementing.
  4. Make the smallest coherent change.
  5. Verify with the narrowest meaningful check.
  6. Add or update the quality ratchet when behavior changes.
  7. Report what changed, what was verified, and what risk remains.

For trivial one-line fixes, use judgment and keep the handoff concise.

Read the full file on GitHub · 269 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. 3d ago First seen · 269 lines · 2,642 tokens per session scan A 7f5753602d41

Subscribe to this mod's changes

agentops-template AGENTS.md is an instructions file published in the GitHub repository SarutobiSasuke8/agentops-template (9 stars, last pushed 14d ago), licensed MIT. It adds 2,642 tokens to every session, about $0.0132 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

agentic-code AGENTS.md

Instructions for shinpr/agentic-code, covering agents.md, goal, operating boundaries, session setup and task routing.

shinpr/agentic-code · 760 tokens

agentic-workstation AGENTS.md

Instructions for ulises-jeremias/agentic-workstation, covering ai agent guidelines for agentic-workstation, purpose, core principles, script standards and naming and structure.

ulises-jeremias/agentic-workstation · 1,506 tokens

agentic-workstation CLAUDE.md

Instructions for ulises-jeremias/agentic-workstation, a project described as: AI-native workstation provisioning layer — chezmoi, host policies and tooling that installs/configures Agent Toolkit across modern coding agents.

ulises-jeremias/agentic-workstation · 3 tokens

agent-rules child-process.instructions.md

Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.

lirantal/agent-rules · 196 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

finding-unknowns-skills CLAUDE.md

Claude Code instructions for Neeeophytee/finding-unknowns-skills, covering repo notes, what ships, and the gate that decides, version lives in three manifests — move them together, files that must be edited together and shipped guidance is not this file.

Neeeophytee/finding-unknowns-skills · 1,447 tokens