Brief project description (50-100 words)
This agents.md example showcases industry best practices for AI agent instruction. The agents.md example provides a comprehensive template that you can adapt for your specific project requirements.
Every element in this agents.md example has been carefully designed to optimize OpenAI Codex performance and ensure consistent AI agent behavior across your development workflow.
To use this agents.md example in your project, download the template and customize it according to your specific needs. This agents.md example serves as a solid foundation for your AI agent configuration.
Study the structure and conventions used in this agents.md example to understand how successful projects implement AI agent instruction for optimal results.
Briefly describe the purpose, functionality, and applicable scenarios of this project. Explain why this project is needed and what problems it solves.
List the main technologies and tools used in the project:
Describe the recommended project directory structure:
project-name/
├── src/
│ ├── components/
│ ├── pages/
│ ├── utils/
│ └── ...
├── public/
├── tests/
├── docs/
├── package.json
└── README.md
# 1. Clone the project
git clone [repository-url]
# 2. Install dependencies
npm install
# 3. Start development server
npm run dev
Describe the implementation approach and key code examples for main features.
// Example code
function exampleFunction() {
// Implementation logic
}
Describe the implementation of another important feature.
# Build command
npm run build
# Required environment variables
API_URL=
DATABASE_URL=
SECRET_KEY=
Solution: Detailed solution steps
Solution: Detailed solution steps
Note: Please adjust and improve the above content according to the specific project type, remove inapplicable sections, and add project-specific content.