← ClaudeAtlas

ai-readylisted

AI-ready repo — AGENTS.md, copilot-instructions.md, CI workflows, issue templates
mouadja02/skills · ★ 3 · AI & Automation · score 67
Install: claude install-skill mouadja02/skills
> **Attribution:** Sourced from [github/awesome-copilot](https://github.com/github/awesome-copilot) by [GitHub Community](https://github.com/github). # AI Ready This skill helps the user install the latest [ai-ready](https://github.com/johnpapa/ai-ready) `SKILL.md` by [John Papa](https://github.com/johnpapa) into their personal skills directory. *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 download the latest `SKILL.md` to their personal skills directory by running one of these commands in their terminal. This will overwrite any existing local copy. **bash / zsh** ```bash mkdir -p ~/.copilot/skills/ai-ready curl -fsSL https://raw.githubusercontent.com/johnpapa/ai-ready/main/skills/ai-ready/SKILL.md \ -o ~/.copilot/skills/ai-ready/SKILL.md ``` **PowerShell** ```powershell New-Item -ItemType Directory -Force -Path "$HOME/.copilot/skills/ai-ready" | Out-Null Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/johnpapa/ai-ready/main/skills/ai-ready/SKILL.md" -OutFile "$HOME/.copilot/skills/ai-ready/SKILL.md" ``` For reproducible behavior, the user can replace `main` in the URL with a specific tag or commit SHA. 2. Suggest the user review the downloaded skill before loading it to confirm i