agents.md  by openai

A format for guiding coding agents

Created 1 month ago
7,230 stars

Top 7.1% on SourcePulse

GitHubView on GitHub
Project Summary

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:

  1. Install dependencies: npm install
  2. Start the development server: npm run dev The website will be accessible at http://localhost:3000.

Highlighted Details

  • Provides specific commands for package management (e.g., pnpm dlx turbo run, pnpm install --filter <project_name>).
  • Details testing procedures, including running specific test suites with Vitest patterns (pnpm vitest run -t "<test name>").
  • Includes instructions for linting and ensuring code quality (pnpm lint --filter <project_name>).
  • Specifies a pull request title format and emphasizes running tests before committing.

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.

Health Check
Last Commit

16 hours ago

Responsiveness

Inactive

Pull Requests (30d)
15
Issues (30d)
12
Star History
1,494 stars in the last 30 days

Explore Similar Projects

Starred by Chris Van Pelt Chris Van Pelt(Cofounder of Weights & Biases), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
30 more.

developer by smol-ai

0.0%
12k
Agent for embedding a developer in your app
Created 2 years ago
Updated 1 year ago
Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), Chaoyu Yang Chaoyu Yang(Founder of Bento), and
6 more.

pr-agent by qodo-ai

0.7%
9k
AI tool for pull request automation, feedback, and suggestions
Created 2 years ago
Updated 17 hours ago
Feedback? Help us improve.