Best for
- USE THIS SKILL when the user asks to "make this repo ai-ready", "set up AI config", or "prepare this repo for AI contributions".
github/awesome-copilot/skills/ai-ready/SKILL.md
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".
Decision brief
This skill helps the user install the latest ai-ready skill by John Papa.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/github/awesome-copilot --skill "skills/ai-ready"Inspect the Agent Skill "ai-ready" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/ai-ready/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Tell the user to add the skill by running this command inside Copilot CLI:
Permission review
The documentation asks the agent to run terminal commands or scripts.
Do **not** run the command on the user's behalf. The user must run it themselves.Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 59/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 37,126 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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.