Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack. USE THIS SKILL when the user asks to "make this repo ai-ready", "set up AI config", or "prepare this repo for AI contributions".
This skill helps the user install the latest ai-ready skill by John Papa.
Why?: The full ai-ready skill is ~600 lines of detailed instructions that evolve frequently. This wrapper keeps it discoverable here while the source of truth stays in johnpapa/ai-ready — always up to date.
Tell the user to add the skill by running this command inside Copilot CLI:
/skills add johnpapa/ai-ready
This downloads the latest version of the skill to their personal skills directory. Re-running the command updates to the latest version.
Remind the user to review the skill before loading it. They can inspect it with:
head -20 ~/.copilot/skills/ai-ready/SKILL.md
After the user confirms they've reviewed and installed it, tell them to reload skills with /skills reload and then say make this repo ai-ready.
Do not run the command on the user's behalf. The user must run it themselves.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/ai-ready · pinned to the source commit
git clone https://github.com/github/awesome-copilot.git
cd awesome-copilot
git checkout d0d9d9f014abb27bf0d8321851867500a3a46bba
mkdir -p ".claude/skills/ai-ready"
cp -r "skills/ai-ready" ".claude/skills/ai-ready"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit d0d9d9f014ab. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.