AGENTS.md · CLAUDE.md · scoped rules
Repository instructions
Durable, version-controlled guidance that tells coding agents how a repository is organized, how to verify work, and which boundaries matter.
Open field guideInstruction files are not Skills. Skills are not subagents. Tools are not memory. This living library explains where each component fits, when to use it, and how to know it is production-ready.
The operating model
Start with a well-shaped task and concise project truth. Add reusable capability, delegation, external access, persistence, and automation only when the workflow earns them. Every added layer creates a new quality and security boundary.
Repository instructions carry concise, durable project truth.
Skills and plugins load specialized procedures and resources.
Subagents isolate independent work and return bounded results.
Tools, protocols, hooks, permissions, and evals make work useful and accountable.
12
maintained field guides
24
unique primary sources
30 days
maximum review interval
Decision library
Each guide includes a decision boundary, production checklist, artifact patterns, adjacent layers, and an evidence ledger.
What the agent knows now and can recover later.
AGENTS.md · CLAUDE.md · scoped rules
Durable, version-controlled guidance that tells coding agents how a repository is organized, how to verify work, and which boundaries matter.
Open field guideWorking context · durable memory · retrieval
The systems that decide what an agent sees now, what it can retrieve later, and which durable facts persist across sessions.
Open field guideReusable knowledge and procedures loaded when relevant.
SKILL.md · scripts · references · assets
Discoverable, reusable packages of instructions and resources that teach an agent a specialized workflow without loading the whole procedure into every session.
Open field guideHow extensions are packaged, installed, and updated.
Skills · agents · hooks · connectors
Installable bundles that distribute one or more agent extensions—such as Skills, subagents, hooks, MCP servers, or application connectors—as a coherent product.
Open field guideHow work is delegated, isolated, and synthesized.
Delegation · isolation · parallel work
Specialized workers that perform bounded tasks in separate contexts and return results to a coordinating agent or shared team.
Open field guideHow agents reach tools, data, and other agents.
Capabilities · resources · prompts · servers
Typed tools connect an agent to actions and data. The Model Context Protocol standardizes how compatible clients discover and invoke those capabilities.
Open field guideA2A · agent cards · tasks · messages
Protocols for discovering remote agents, negotiating supported interfaces, exchanging messages, and tracking long-running tasks across organizational boundaries.
Open field guideDeterministic boundaries around probabilistic behavior.
Lifecycle events · policy checks · formatters
Deterministic handlers that run at defined points in an agent lifecycle to validate, block, transform, log, or trigger work.
Open field guideLeast privilege · approvals · sandboxing · audit
The trust boundaries that constrain what an agent can read, execute, change, publish, purchase, or send on a user's behalf.
Open field guideHow stable agent workflows run without constant supervision.
Schedules · triggers · unattended runs
Repeatable agent runs started by time or events, with explicit inputs, permissions, outputs, review gates, and recovery behavior.
Open field guideHow teams measure, compare, and prevent regressions.
Representative tasks · graders · traces · regression gates
A repeatable evidence loop that measures whether an agent completes representative tasks correctly, safely, and efficiently.
Open field guideHow agents participate in purchases with accountable consent.
UCP · AP2 · consent · mandates
Standards and controls for product discovery, checkout, payment authorization, and evidence of user intent in agent-mediated transactions.
Open field guideAgentAtlas checks the linked primary sources every week, refuses stale catalog entries, validates citations and structure, and publishes a rotating Agent Stack Brief. Human pages, JSON APIs, feeds, sitemaps, and AI-readable indexes all use this same reviewed dataset.
Still deciding?
Get direct answers for AGENTS.md vs Skills, MCP vs A2A, hooks vs instructions, memory vs repository context, and more.