ai-ready

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

AI Ready

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.
此Skill帮助用户安装由John Papa开发的最新版ai-ready Skill。
为什么要这么做?:完整的ai-ready Skill包含约600行详细说明,且会频繁更新。这个包装器让它能在这里被发现,而权威内容始终保存在johnpapa/ai-ready仓库中——确保始终是最新版本。

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.
  1. 告知用户在Copilot CLI中运行以下命令来添加该Skill:
    /skills add johnpapa/ai-ready
    此命令会将该Skill的最新版本下载到用户的个人Skill目录中。重新运行该命令即可更新至最新版本。
  2. 提醒用户在加载该Skill前先进行审核。他们可以通过以下命令查看内容:
    bash
    head -20 ~/.copilot/skills/ai-ready/SKILL.md
  3. 用户确认已审核并安装后,告知他们使用
    /skills reload
    重新加载Skill,然后输入
    make this repo ai-ready
  4. 请勿代用户运行命令,必须由用户自行操作。