Paste a manifest
Any mix of package.json, pyproject.toml, requirements.txt, Cargo.toml, go.mod, composer.json, Gemfile — lockfiles too.
We detect your stack
Framework, package manager, test runner, linter — and resolve the exact commands an agent should run, including how to run a single test.
Copy both files
CLAUDE.md for Claude Code, AGENTS.md for every agent that follows the open standard. Commit them and your agent stops guessing.
Why these two files matter
Coding agents read CLAUDE.md and AGENTS.md before touching your code. A good one tells the agent how to install, test, and lint your way — and which mistakes your stack invites. Repos with clear agent instructions get fewer broken builds, fewer invented commands, and diffs that match house style. Most repos still don't have one; yours can in the next minute.
- Private by design. Detection and generation run entirely client-side. Your files are never uploaded anywhere.
- Stack-aware. 30+ frameworks covered — from Next.js server components to FastAPI's event-loop traps to Cargo workspaces.
- Standards-based. AGENTS.md output follows the open format supported across coding agents.
Go further
Agent-Ready Pro Pack
The generator gets you a great first file. The Pro Pack is everything we know about making agents genuinely productive in a real codebase:
- Production-grade Claude Code skills — code review, TDD, debugging, refactoring and release workflows you install once and reuse in every repo
- Hooks collection — auto-format on edit, test-gates before commit, secret scanning
- Deep per-stack configs — hand-tuned CLAUDE.md files for 10 stacks, far beyond what the free tool emits
- CI recipes — GitHub Actions for agent-assisted review on every PR
- Team playbook — rolling out agent conventions without the chaos
- Lifetime updates as models and best practices evolve
30-day money-back guarantee, no questions asked.
Questions
Is the generator really free?
Yes — free, no account, no rate limits, no telemetry on your code. It exists because we'd rather show you the quality than tell you about it.
Do my files get uploaded?
No. Parsing and generation are plain JavaScript running in your browser tab. You can disconnect from the network after the page loads and it still works.
What's the difference between CLAUDE.md and AGENTS.md?
CLAUDE.md is read by Claude Code specifically. AGENTS.md is an open format read by many coding agents. They carry the same substance; we generate both so you're covered either way.
My stack wasn't detected well. Can you fix it?
Probably — email hello@getagentready.dev with the manifest (or what it got wrong) and we'll improve detection.