技能 编程开发 仓库AI就绪化配置工具

仓库AI就绪化配置工具

v20260430
ai-ready
该技能可自动化地为任何代码库配置AI就绪环境。它通过分析代码库的结构和开发模式,自动生成关键的AI配置文件,如AGENTS.md、Copilot指令文件、CI工作流和Issue模板。适用于项目初始化或升级AI开发工具链。
获取技能
150 次下载
概览

AI Ready

This skill helps the user install the latest ai-ready SKILL.md by John Papa 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 — 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

    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

    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 it contains expected instructions:

    head -20 ~/.copilot/skills/ai-ready/SKILL.md
    
  3. After the user confirms they've installed it, tell them to reload skills with /skills reload and then say make this repo ai-ready.

  4. Do not run the install command on the user's behalf. The user must run it themselves.

信息
Category 编程开发
Name ai-ready
版本 v20260430
大小 2.02KB
更新时间 2026-05-01
语言