agents-md
Installation
SKILL.md
When to Use
- Creating an
AGENTS.mdfor a new microservice, app, or infrastructure component - Establishing context boundaries so agents/subagents understand their scope
- Referencing skills that are relevant to a specific component
- Defining what an agent SHOULD and SHOULD NOT know about
Core Concept: Agent Hierarchy
AGENTS.md (root) ← Global norms, skill registry, project overview
├── api/AGENTS.md ← Backend architecture, shared API conventions
│ ├── api/auth/AGENTS.md ← Auth service: domain model, endpoints, config
│ ├── api/booking/AGENTS.md ← Booking service context
│ └── api/payment/AGENTS.md ← Payment service context
├── mobile/AGENTS.md ← Flutter mobile conventions
├── web/AGENTS.md ← Flutter web conventions
└── infra/AGENTS.md ← Terraform / IaC conventions