AI agent readiness
Is my code repo AI ready?
A repo is AI ready when a coding agent can find the commands, boundaries, and verification standard without guessing. The fastest check is the instruction surface the agent reads first: `AGENTS.md`.
Quick repo-readiness check
What AGENTS.md should do
`AGENTS.md` should act as a concise repo index, not a long policy dump. Put the commands and rules that apply to every change near the top, then link to deeper docs only when agents need more detail.
The goal is not to document every implementation detail. The goal is to remove the decisions that cause agents to guess: how to set up the repo, which checks count, which paths are sensitive, and what evidence belongs in a pull request.
Score the current draft
The free checker scores pasted `AGENTS.md` content locally in the browser. It checks setup, commands, repo map, conventions, safety, review expectations, scope, and maintenance cues, then returns a copyable Markdown fix plan.
Check an AGENTS.md draft