A GitHub repository focused on collecting and showcasing agents.md files, providing structured AI agent instruction content for frontend websites.
This repository collects agents.md files for various project types, each containing AI agent instructions tailored to specific project categories. All files use YAML front matter to store metadata, ensuring structured and easily parseable content.
agents_md_collection/
├── examples/ # Various project type agents.md examples
│ ├── react-project.md # React project example
│ └── ... # More examples
├── templates/ # Template files
│ └── agents-template.md # agents.md template
├── CONTRIBUTING.md # Contribution guidelines
└── README.md # Project documentation
Each agents.md file follows this format:
---
name: "Project Name"
description: "Brief project description"
category: "Project Category"
author: "Author Name"
authorUrl: "Author Link (optional)"
tags: ["tag1", "tag2", "tag3"]
lastUpdated: "2024-05-30"
---
# Project Title
Specific agents.md content goes here...- Browse Examples: Check out various project examples in the
examples/directory - Use Templates: Copy
templates/agents-template.mdas a starting point - Contribute Content: Refer to
CONTRIBUTING.mdto learn how to contribute new agents.md files
| Field | Type | Required | Description |
|---|---|---|---|
name |
String | ✅ | Project or template name |
description |
String | ✅ | Brief project description |
category |
String | ✅ | Project category (e.g., Frontend Framework, Backend Service) |
author |
String | ✅ | Author name |
authorUrl |
String | ❌ | Author's GitHub or personal website link |
tags |
Array | ✅ | Related technology tags |
lastUpdated |
String | ✅ | Last update date (YYYY-MM-DD format) |
We welcome contributions of new agents.md files! Please check CONTRIBUTING.md for detailed contribution guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
- 🌐 Live Demo - AgentsMD.net - Explore all agents.md files with beautiful UI! Try it now →
- What is agents.md?
- AI Agent Best Practices
⭐ If this project helps you, please give us a Star!