github/ai-ready
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".
npx skills add https://github.com/github/awesome-copilot --skill ai-ready
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.
/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.
head -20 ~/.copilot/skills/ai-ready/SKILL.md
/skills reload and then say make this repo ai-ready.Take github/ai-ready from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.