$npx -y skills add github/awesome-copilot --skill ai-readyMake 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", "se
| 1 | # AI Ready |
| 2 | |
| 3 | This skill helps the user install the latest [ai-ready](https://github.com/johnpapa/ai-ready) skill by [John Papa](https://github.com/johnpapa). |
| 4 | |
| 5 | *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](https://github.com/johnpapa/ai-ready) — always up to date. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. Tell the user to add the skill by running this command inside Copilot CLI: |
| 10 | |
| 11 | ``` |
| 12 | /skills add johnpapa/ai-ready |
| 13 | ``` |
| 14 | |
| 15 | This downloads the latest version of the skill to their personal skills directory. Re-running the command updates to the latest version. |
| 16 | |
| 17 | 2. Remind the user to review the skill before loading it. They can inspect it with: |
| 18 | ```bash |
| 19 | head -20 ~/.copilot/skills/ai-ready/SKILL.md |
| 20 | ``` |
| 21 | 3. 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`. |
| 22 | 4. Do **not** run the command on the user's behalf. The user must run it themselves. |