creating-agents-md
Installation
SKILL.md
Creating agents.md Files
Overview
The agents.md format provides project-specific context for AI coding assistants. It's the simplest format: plain markdown only with NO YAML frontmatter, NO special syntax.
CRITICAL:
- No frontmatter - Pure markdown only (no YAML)
- Free-form content - No required structure
- Single file - Typically
agents.mdin project root
Quick Reference
| Aspect | Requirement |
|---|---|
| Format | Plain markdown |
| Frontmatter | None (forbidden) |
| Structure | Free-form |
| File location | agents.md in project root |