Point your agent at the guide
Use the folder with Claude Code, Codex, Cursor, OpenCode, Aider, or another agent that can read local instructions.
Demo app powered by improve-ai-readiness
AI Agent Coding Hackathon
This is the proof app. It started at 0 on the public AI readiness audit. Using the improve-ai-readiness framework, it now scores 100 and exposes crawl rules, markdown negotiation, agent discovery, OAuth metadata, and browser WebMCP tools.
The framework did not just add a badge. It added the public files, headers, well-known endpoints, browser tools, and verification loop that agents and scanners can actually inspect. The same pattern works as a report-only audit or as an approved code patch for your own website.
Scanning this site against isitagentready.com...
Use the folder with Claude Code, Codex, Cursor, OpenCode, Aider, or another agent that can read local instructions.
Choose a readiness report, an approved patch run, or both. The guide asks before changing files or hosted settings.
Ship the next tier, scan the production URL, then keep going until the evidence improves.
Read improve-ai-readiness/SKILL.md for https://your-site.com. First generate a readiness report, then ask before applying fixes.The public audit found no readiness surface: no robots, sitemap, markdown, or well-known discovery.
The same deployed app now reaches Level 5 with fourteen passing checks and commerce left neutral.
Use the framework to get a report, approve a patch plan, deploy, and re-scan.
robots.txt, sitemap.xml, and Link headers tell crawlers where the site map and machine endpoints live.
Markdown negotiation gives agents a clean representation without asking them to parse the visual page.
MCP, A2A, agent-skills, and api-catalog endpoints publish the actions and documentation agents can use.
OAuth metadata, Web Bot Auth, and browser WebMCP move the site from static discovery into governed interaction.
Robots rules, sitemap entries, canonical links, and Link headers reduce guesswork for crawlers and scanners.
Markdown negotiation and guidance files give agents a stable text path instead of forcing them through visual HTML.
Well-known JSON, Agent Skills, MCP, A2A, OpenAPI, and WebMCP expose what the site can do, where it lives, and how to call it.
Tools are registered on page load through navigator.modelContext.registerTool(). The fallback polyfill also supports Chromium builds that expose the test harness.
| Path | Tier | Status | Purpose |
|---|---|---|---|
/robots.txt | L1 | checking... | Crawler allow/disallow rules plus sitemap pointer |
/sitemap.xml | L1 | checking... | Machine-readable URL inventory |
/llms.txt | L2 | checking... | LLM-friendly site summary |
/AGENTS.md | L2 | checking... | Agent-readable site guide |
/.well-known/mcp/server-card.json | L3 | checking... | MCP server card for model context tools |
/.well-known/mcp.json | L3 | checking... | Fallback MCP server card path accepted by the audit |
/.well-known/agent-card.json | L4 | checking... | A2A agent card for agent-to-agent discovery |
/.well-known/agent-skills/index.json | L4 | checking... | Skills discovery index |
/.well-known/api-catalog | L5 | checking... | API catalog |
/.well-known/oauth-protected-resource | L5 | checking... | OAuth Protected Resource Metadata |
/.well-known/oauth-authorization-server | L5 | checking... | OAuth Authorization Server Metadata |
/.well-known/http-message-signatures-directory | L5 | checking... | Web Bot Auth public key directory |
GET /api/score proxies the live audit for this demo.GET /api/score?url=https://example.com scans another public URL.
The framework audits first, ships only the next tier of files, waits for deployment, and scans again. It can stop at a report, or it can apply a patch after the user approves the plan.
The same readiness surface helps with Cloudflare's audit, SiteDex-style checks, agent directories, SEO crawlers, citation systems, and future AIPREF-style content usage policies. llms.txt is included because it is cheap, but the durable work is crawl policy, structured data, markdown access, signed bot policy, and tool discovery.