# AGENTS.md and Agent Workflow Directory
AGENTS.md is a portable convention for repository instructions used by multiple coding agents. AgentAtlas collects public examples and agent workflows that technical teams can evaluate, reproduce, and adapt.
## Write Useful Repository Instructions
- **Commands**: include exact setup, development, test, lint, build, and focused-test commands.
- **Architecture**: explain important paths, generated code, ownership, and decisions that are hard to infer.
- **Conventions**: document repository-specific patterns instead of repeating generic language guidance.
- **Boundaries**: identify secrets, protected files, destructive actions, and required approvals.
- **Verification**: define the user journey and checks required before work is complete.
- **Scope**: use nested AGENTS.md files when a subdirectory needs more specific guidance.
## What a Complete Listing Includes
- **Outcome**: the job the agent completes and the user or team it serves.
- **Triggers and inputs**: the event that starts work plus the required files, records, messages, or API payloads.
- **Actions and outputs**: the systems the agent reads or changes and the artifact it produces.
- **Integrations**: confirmed APIs, MCP servers, SaaS products, databases, and required credentials.
- **Human control**: approval gates, escalation paths, destructive actions, and sensitive-data restrictions.
- **Operations**: retries, idempotency, status reporting, logging, support ownership, and known failure modes.
- **Evidence**: current documentation, a demonstration, a public repository, pricing, or another link readers can verify.
## Review Before Adopting
Directory inclusion and paid placement are not security audits or endorsements. Confirm permissions, data retention, licensing, pricing, support, and current product behavior with the maintainer before using an agent with production data.
## Submit a Workflow
Read the cross-tool format at [agents.md](https://agents.md/), then publish an entry through the [AgentAtlas submission form](/agents-md/new). Questions, corrections, and partnership inquiries can be sent to [partners@agentatlas.dev](mailto:partners@agentatlas.dev).