Discover and explore top open-source AI tools and projects—updated daily.
A format for guiding coding agents
New!
Top 12.7% on SourcePulse
AGENTS.md provides a standardized format for instructing AI coding agents, akin to a README for automated development tasks. It aims to simplify agent interaction by offering a predictable structure for context and commands, benefiting developers who leverage AI for coding assistance.
How It Works
AGENTS.md uses a Markdown-based structure to define project-specific guidance. This includes development environment tips, testing instructions, and pull request guidelines. The format allows for clear, actionable commands and explanations, enabling agents to navigate and contribute to a project more effectively.
Quick Start & Requirements
To run the accompanying Next.js website locally:
npm install
npm run dev
The website will be accessible at http://localhost:3000
.Highlighted Details
pnpm dlx turbo run
, pnpm install --filter <project_name>
).pnpm vitest run -t "<test name>"
).pnpm lint --filter <project_name>
).Maintenance & Community
The repository includes a Next.js website hosted at https://agents.md/ which elaborates on the project's goals and provides examples.
Licensing & Compatibility
The licensing information is not specified in the provided README.
Limitations & Caveats
The README does not specify the license type, which may impact compatibility and commercial use. Further details on project maintenance and community support are also not provided.
1 week ago
Inactive