‹ 首页

ai-ready

@boshi-xixixi · 收录于 5 天前 · 上游提交 2 个月前

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

适合你,如果想让代码仓库对AI工具更友好,自动生成配置和模板。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add boshi-xixixi/traeskill/ai-ready
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- boshi-xixixi/traeskill/ai-ready
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify boshi-xixixi/traeskill/ai-ready
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
254GitHub stars
~473上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 9cf38e6 · 表述以原文为准
它做什么

装上此技能后,当你说“让仓库为AI做好准备”,Claude 会分析你的代码仓库,生成 AGENTS.md、copilot-instructions.md、CI 工作流、Issue 模板等文件,并根据你的 PR 审查模式和技术栈定制这些文件。

什么时候触发

当你说“make this repo ai-ready”、“set up AI config”或“prepare this repo for AI contributions”时触发。

装好后可以这样说
触发分析并生成配置文件。
完成类似任务。
同上。
技能原文 SKILL.md作者撰写 · MIT · 9cf38e6

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

  1. Suggest the user review the downloaded skill before loading it to confirm it contains expected instructions: ```bash head -20 ~/.copilot/skills/ai-ready/SKILL.md ```
  2. After the user confirms they've installed it, tell them to reload skills with /skills reload and then say make this repo ai-ready.
  3. Do not run the install command on the user's behalf. The user must run it themselves.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。