github/awesome-copilot

ai-ready

Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more.

First seen Apr 30, 2026

Installation

$ npx skills add github/awesome-copilot --skill ai-ready

Summary

  • 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".

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from github/awesome-copilot · top by installs.

npx skills add github/awesome-copilot

Browse all from github/awesome-copilot

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 38.8K
License LICENSE
Default branch main
Open issues 21
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents github-copilot

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,457 B
  • docs SUMMARY.md 1,407 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 385 installs

SKILL.md

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.

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.

  1. Remind the user to review the skill before loading it. They can inspect it with:

``bash head -20 ~/.copilot/skills/ai-ready/SKILL.md ``

  1. 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.
  2. Do not run the command on the user's behalf. The user must run it themselves.