What problem does it solve?
Provides a clear, agent-focused repository manifest so automated coding agents can quickly understand project context, setup, development workflow, testing, and deployment without relying on noisy human-oriented READMEs.
Core Features & Use Cases
- Creates a standardized AGENTS.md at the repository root that follows the public agents.md guidance and organizes actionable commands and context for AI agents.
- Helps with monorepo and single-repo scenarios by summarizing package structure, setup commands, CI checks, and navigation tips to speed up automated tasks.
- Use Case: Onboard an AI assistant to run tests, build packages, and make focused code changes by giving it a predictable location with explicit environment and workflow instructions.
Quick Start
Create an AGENTS.md at the repository root summarizing the project's purpose, setup commands, development and test workflows, build and deployment steps, and any monorepo navigation tips.