---
name: AI Ready
slug: ai-ready
category: AI Engineering
description: AI Ready guides users to install and review the ai-ready skill. After installation, the skill analyzes the codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, and issue templates tailored to the stack.
github: "https://github.com/github/awesome-copilot/tree/main/skills/ai-ready"
language: Python
stars: 37768
forks: 4763
install: "npx degit https://github.com/github/awesome-copilot/tree/main/skills/ai-ready ~/.claude/skills/ai-ready"
installs_to: ~/.claude/skills/ai-ready
source_path: skills/ai-ready/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/github/awesome-copilot"
added: 2026-08-13T07:37:21.587Z
last_synced: 2026-08-13T07:37:21.587Z
canonical_url: "https://dirskills.com/skills/ai-ready"
---

# AI Ready

AI Ready guides users to install and review the ai-ready skill. After installation, the skill analyzes the codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, and issue templates tailored to the stack.

**Install:**

```bash
npx degit https://github.com/github/awesome-copilot/tree/main/skills/ai-ready ~/.claude/skills/ai-ready
```

## README

# AI Ready

This skill helps the user install the latest [ai-ready](https://github.com/johnpapa/ai-ready) skill by [John Papa](https://github.com/johnpapa).

*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.

## Steps

1. 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.

2. Remind the user to review the skill before loading it. They can inspect it with:
   ```bash
   head -20 ~/.copilot/skills/ai-ready/SKILL.md
   ```
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`.
4. Do **not** run the command on the user's behalf. The user must run it themselves.
