These examples show what agent-ready produces before you run it on a real repository.
| Example | What it shows | Command |
|---|---|---|
| Single repository improvement | Before/after score, planned files, remaining gaps | agent-ready improve --preset team --dry-run |
| GitHub issue checklist | A copy-ready issue body for contributors | agent-ready improve --preset team --dry-run --format issue |
| Static readiness snapshot | A complete AGENT_READINESS.md style report |
agent-ready snapshot |
| Real-world readiness snapshots | Frontend, Docker Compose, monorepo, and CLI/devtool scan excerpts | agent-ready scan --root <repo> |
| Multi-repository roadmap | A phased team cleanup plan across repositories | agent-ready roadmap ../repo-a ../repo-b |
Run the gallery from a terminal:
npx --yes @eshen_fox_mie/agent-ready examples