Create and maintain AGENTS.md documentation for simple projects and complex monorepos with deterministic discovery, scoped instruction files, and low-token navigation patterns; use when generating AGENTS.md, updating agent docs, or standardizing AI-facing project guidance.
Does it follow best practices?
Evaluation — 92%
↑ 1.05xAgent success when using this tile
Validation for skill structure
Detailed explanations of what NEVER to include in AGENTS.md files and why.
Examples: "Welcome to...", "This document explains...", "You should..."
Why this is problematic:
Examples: <your-file>, [replace-with-actual-path], TODO: add example
Why this is problematic:
Examples: Multi-sentence explanations, narrative descriptions, background context
Why this is problematic:
Examples: Copying testing patterns, development workflows, code standards
Why this is problematic:
Examples: "run tests", "write clean code", "handle errors properly"
Why this is problematic:
Examples: "We use React because it's popular", "Tests are important for quality"
Why this is problematic:
Examples: "How to write a React component", "Express.js routing basics"
Why this is problematic:
# Welcome to Our Project
This document explains how to work with our codebase. You should read this carefully before making changes.
## About React Components
React components are reusable pieces of UI. In our project, we organize them in folders like this:
- `src/components/<ComponentName>/index.tsx` - Your component goes here
- `src/components/<ComponentName>/styles.css` - Your styles go here
Remember to write tests for your components! Testing is important for code quality.# Project Name
## Component Organization
- Components: `src/components/Button/index.tsx`, `src/components/Modal/index.tsx`
- Styles: Colocated `.css` files
- Tests: `Button/Button.test.tsx`
- Example: Copy pattern from `src/components/Button/`Reference this file with explicit loading trigger:
**MANDATORY - READ ENTIRE FILE**: Before writing any AGENTS.md content,
load `references/anti-patterns.md` to understand what to avoid.
**Do NOT load** other reference files for anti-pattern review.