| name | agents-md-gen |
| description | Generate AGENTS.md files for repositories |
AGENTS.md Generator
When to Use
- Creating a new repository
- Adding AI agent documentation to existing project
- Updating repository structure documentation
Instructions
- Run generator:
python scripts/generate_agents_md.py <repo-path>
- Review generated file
- Commit to repository root
Output
Creates AGENTS.md with:
- Repository purpose
- Directory structure
- Development conventions
- AI agent guidelines
Validation
See REFERENCE.md for AGENTS.md best practices.