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/marcusquinn/aidevops/agents-mdgit clone --depth 1 https://github.com/marcusquinn/aidevopsWrote 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/marcusquinn/aidevops/agents-md)<a href="https://agentmods.dev/instructions/marcusquinn/aidevops/agents-md"><img src="https://agentmods.dev/badge/instructions/marcusquinn/aidevops/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.1 | $0.00929 | $0.00929 |
| Opus 5 | $0.00464 | $0.00464 |
| Sonnet 5 | $0.00186 | $0.00186 |
| Haiku 4.5 | $0.00093 | $0.00093 |
Grade A, and why
aidevops 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.
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI DevOps Framework - Developer Guide
Quick Reference
- User Guide:
.agents/AGENTS.md(deployed to~/.aidevops/agents/) - Commands:
./setup.sh(deploy) |.agents/scripts/linters-local.sh(quality) |.agents/scripts/version-manager.sh release [major|minor|patch] - Config: Runtime-specific (see
.agents/AGENTS.md"Runtime References") - Quality:
.agents/AGENTS.md"Framework Rules"
File Structure: TODO.md (tasks), todo/ (plans, PRDs), .agents/ (agents, tools, services, workflows, scripts).
Before extending: Read .agents/aidevops/architecture.md (design patterns, conventions, extension guide).
Two AGENTS.md Files
| File | Purpose | Audience |
|---|---|---|
~/Git/aidevops/AGENTS.md |
Development guide | Contributors |
~/Git/aidevops/.agents/AGENTS.md |
User guide | Users of aidevops |
The .agents/AGENTS.md is copied to ~/.aidevops/agents/AGENTS.md by setup.sh.
Development Lifecycle
See .agents/AGENTS.md "Operational Routines" for code-change routing and
.agents/AGENTS.md "Git Workflow" for the full lifecycle.
Completion self-check: see .agents/AGENTS.md "Framework Rules > Task and completion discipline".
Contributing
See .agents/aidevops/ (architecture, setup) and .agents/tools/ (agent/MCP authoring) for framework development guidance:
| File | Purpose |
|---|---|
.agents/tools/build-agent/build-agent.md |
Composing efficient agents |
.agents/tools/build-agent/agent-review.md |
Reviewing and improving agents |
.agents/tools/build-mcp/build-mcp.md |
MCP server development |
.agents/tools/mcp-toolkit/mcporter.md |
MCP runtime toolkit (discover, call, generate CLIs) |
.agents/aidevops/architecture.md |
Framework structure |
.agents/aidevops/setup.md |
AI guide to setup.sh |
Agent Design Principles
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.
- today Changed · +33 tokens per session 7e53b7559e84
- 2d ago First seen · 89 lines · 896 tokens per session scan A cd6cfd400710
aidevops AGENTS.md is an instructions file published in the GitHub repository marcusquinn/aidevops (392 stars, last pushed today), licensed MIT. It adds 929 tokens to every session, about $0.0046 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-09-03.
Other instructions, from other repositories
agents-reverse-engineer AGENTS.md
Instructions for GeoloeG-IsT/agents-reverse-engineer, covering agents-reverse-engineer, stack, subdirectories, architecture and behavioral contracts.
project-starter-template-es-ai AGENTS.md
AGENTS.md instructions for brayandiazc/project-starter-template-es-ai, covering agents.md — [nombredelproyecto], resumen del proyecto, mapa del repositorio (lee esto primero), configuración y comandos and acuerdo de trabajo.
agent-operating-protocol AGENTS.md
Instructions for ryu-tada/agent-operating-protocol, covering agents.md - agent operating protocol, 0. instruction priority and trust boundaries, 1. core operating stance, 2. why high-agency agents feel strong and 3. default work loop.
agentlint AGENTS.md
AGENTS.md instructions for agentlint/agentlint, covering agents.md — agentlint, project, build, test, lint, typecheck, architecture and conventions.
agentlint CLAUDE.md
Claude Code instructions for agentlint/agentlint, covering claude.md — entry point for agents working on this repo, reading order (do not skip), operating principles (the short version), closing-session ritual and co-authorship.
agents-md-facts AGENTS.md
Instructions for Wolfe-Jam/agents-md-facts, covering agents.md — agents-md-facts, setup & build, run the tests, where things live and conventions.