Free · Hyrax

The AGENTS.md that stops AI slop at the source

A drop-in rules file for your AI coding agent (Claude Code, Cursor, Codex, Copilot). It makes the agent produce small, tested, convention-following, reviewable PRs, so the slop never reaches your review queue.

Save it as AGENTS.md at your repo root (or CLAUDE.md for Claude Code). Agents read it before they work. Tune the size cap and add your own "known mistakes" as you catch them.

Download AGENTS.md
# AGENTS.md — rules for any AI coding agent in this repo. Read first. If a change can't follow these, stop and ask.

Ownership

Scope: keep it small

Before you write

Tests: prove it, don't fake it

Dependencies: verify before you add

Security: safe by default at every boundary

Simplicity

What goes in the PR

Never

Known mistakes (append your own)

Hyrax runs these same checks on every PR and ships the fix automatically. hyrax.dev