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/sarutobisasuke8/agentops-template/agents-mdgit clone --depth 1 https://github.com/SarutobiSasuke8/agentops-templateWrote 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.
[](https://agentmods.dev/instructions/sarutobisasuke8/agentops-template/agents-md)<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>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.
| Model | Per session | Once 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 |
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.
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.mdCODEX.mdGEMINI.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:
- Understand the request and inspect relevant files.
- State assumptions, ambiguities, and tradeoffs when they matter.
- Define success criteria before implementing.
- Make the smallest coherent change.
- Verify with the narrowest meaningful check.
- Add or update the quality ratchet when behavior changes.
- Report what changed, what was verified, and what risk remains.
For trivial one-line fixes, use judgment and keep the handoff concise.
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 · 269 lines · 2,642 tokens per session scan A 7f5753602d41
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.
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.
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.
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.
agent-rules child-process.instructions.md
Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.
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.
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.