# AI Ready [](https://github.com/johnpapa/ai-ready) [](https://github.com/johnpapa/ai-ready/releases/latest) A Copilot CLI skill that analyzes your repository and generates the configuration files AI agents need to contribute correctly. **GitHub-native** — it auto-discovers your repo's context, community health, and PR review patterns without you explaining anything. ## Quick Start Install the skill from inside Copilot CLI: ``` copilot plugin install johnpapa/ai-ready ``` Then type: ``` make this repo ai-ready ``` The skill analyzes your code, CI, tests, docs, and structure, then generates assets customized to your project — not generic templates. ### Run it again anytime The skill is safe to re-run. On the first run, it creates missing assets. On subsequent runs, it **audits** your existing AI-ready files against the current state of your codebase — flagging drift like outdated build commands, stale repo structure, or new PR review patterns that should become conventions. It never overwrites your files — it suggests updates and lets you decide. ### Keeping updated Update to the latest version: ``` copilot plugin update ai-ready ``` ### Skip what you don't need Add exclusions to your prompt and the skill will respect them: ``` make this repo ai-ready but skip CI and issue templates ``` ``` just generate AGENTS.md and copilot-instructions ``` ### Report only Just want to see where you stand? Ask for a report without generating any files: ``` how ai-ready is this repo? ``` ``` score this repo ``` ## What to Expect After you run the skill, you get a full AI-readiness report — analysis, proposed changes, and a projected score. Here's what it looks like for [vscode-peacock](https://github.com/johnpapa/vscode-peacock):  > 🔗 [View the interactive version](https://johnpapa.github.io/ai-ready/examples/sample-report-peacock.html) — collapsible sections, responsive layout, works on mobile. The report shows: 1. **Your Repo Today** — current score, what's nailed, what's missing, and why it matters 2. **What I'd Like To Do** — proposed files to create (nothing changes until you say so) 3. **If You Accept** — projected score with category breakdown 4. **Ready?** — offer to create a PR with all the changes > 📄 Also available as [terminal output](examples/sample-report-peacock.md) — same content, rendered in the CLI. ### Scoring Your score is simple: **how many of the 12 tracked assets are nailed.** That's it — no formulas, no weights. | Medal | Name | Count | What it means | |-------|------|-------|---------------| | 🥉 | **Getting Started** | 1–4 of 12 | Basics are in place but AI agents are mostly guessing | | 🥈 | **On Track** | 5–7 of 12 | AI agents can help but they'll miss your conventions | | 🥇 | **Solid** | 8–10 of 12 | AI agents follow your patterns and catch most expectations | | 🏆 | **AI-Ready** | 11–12 of 12 | AI agents contribute like your best team members | ## Why Contributors (human and AI) show up to your repo and don't know the conventions. They submit PRs that miss tests, break patterns, skip docs. You leave the same review comments on every PR. AI agents make this more challenging — they generate PRs faster, but without context, those PRs create _more_ review burden. It's the same gap from both sides: **contributors don't know what maintainers expect, and maintainers keep re-teaching it.** This skill closes that gap by generating repo-level configuration that teaches everyone — human and AI — how to work in the repo correctly. It even mines your PR review comments for repeated feedback and turns them into automated conventions. The result: a 45-minute review becomes a 5-minute review. ### Bu
Created by
Mr Bloom X
Trust
92/100
Delivery
Oly CLI
Format
SKILL MD
Injection
file
Scope
project
Install commands
1
Editors and runtimes
Contexts and models
Context injection preview
Try or use AI Ready through OlyWork without exposing private creator source. Secure installs run locally; protected cloud use runs through entitlement-checked connectors.
Preview
Use the protected preview below before installing. Preview runs are limited and never reveal package artifacts.
CLI
oly run ai-ready-11Requires access from Install.
API / MCP
POST /api/v1/runtime/run/api/mcp/runtime/ai-ready-11Connector commands
Use these after access is granted. OlyWork checks entitlement before every protected runtime call. Setup writes a rollback-safe checklist to.oly/connectors/ai-ready-11/<client>-setup.md.
oly run ai-ready-11 --client codex --jsonRun a short protected preview before installing. The creator package is not exposed.
Editor install preview
Codex
oly install <access_token>
Claude Code
oly install <access_token>
Cursor
oly install <access_token>
oly mcp ai-ready-11 --setup claude-desktop --writeoly mcp ai-ready-11 --setup cursor --writeoly mcp ai-ready-11 --setup windsurf --writeoly mcp ai-ready-11 --setup openclaw --writeHTTP request shape
The response returns safe output/status only. Private prompts, files, storage paths, and creator secrets are never returned.
{
"capability": "ai-ready-11",
"client": "CODEX",
"input": {
"task": "Run AI Ready for this task"
},
"clientInfo": {
"name": "codex",
"platform": "local"
}
}Paste this shape into a compatible MCP client, or let the Oly CLI patch the client config.
{
"mcpServers": {
"ai-ready-11": {
"transport": "streamable_http",
"url": "/api/mcp/runtime/ai-ready-11",
"headers": {
"Authorization": "Bearer <olywork_access_token>"
}
}
}
}This package is secure-install first. Use Install to receive token-gated local files, then run it inside your own tool.
Need install help?
Free secure install
Target: skill md · Version: 1.0.0
What buyers receive
Token-gated install package at no cost.
What stays protected
Private repo URLs, storage paths, artifact keys, and creator secrets stay hidden.
Monetization behavior
No buyer payment. Creator can still track installs and upgrade later.
oly install <access_token>Run this inside the project where you want the capability installed.
Editors and contexts
Moderation security review. Security audit score 92/100.
{
"checks": [
"static-analysis",
"install-target-review"
],
"status": "pending",
"typeSpecific": {
"skillScope": "project",
"skillFormat": "SKILL_MD",
"compatibleModels": [],
"supportedEditors": [
"Codex",
"Claude Code",
"Cursor"
],
"supportedContexts": [],
"contextInjectionMode": "file"
}
}Mr Bloom X
GitHub reputation pending
No public repository linked.
Current release: v1.0.0
Buyers update from Library or CLIIf the creator rolls back or ships a new release, existing buyers keep access and can sync the selected version without seeing private source URLs.
oly update ai-ready-11 --version 1.0.0Run this inside the project where you want the capability installed.
Initial secure package artifact imported from 9 GitHub files.
Compatibility
oly update ai-ready-11 --version 1.0.0Run this inside the project where you want the capability installed.
oly verify ai-ready-11Run this inside the project where you want the capability installed.
Initial secure package.
Average rating
New
Reviews
0
Verified access reviews
0
New verified avg
No written reviews yet.
No discussion yet.