copilotkit-self-update
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUpdate CopilotKit Skills
更新CopilotKit Skills
Run this command to pull the latest CopilotKit skills from GitHub:
bash
npx skills add copilotkit/skills --full-depth -yThis does a fresh clone every time — it always gets the latest version regardless of what's cached.
This works across all tools — Claude Code, Codex, Cursor, Gemini CLI, and others. It detects which tools are installed and updates skills for each.
After the command completes, start a new session in your tool to pick up the changes.
运行以下命令从GitHub拉取最新的CopilotKit skills:
bash
npx skills add copilotkit/skills --full-depth -y该命令每次都会执行全新克隆——无论缓存内容如何,始终获取最新版本。
此操作适用于所有工具——Claude Code、Codex、Cursor、Gemini CLI及其他工具。它会检测已安装的工具并为每个工具更新skills。
命令完成后,请在你的工具中启动新会话以应用更改。
When to Suggest This
何时建议使用此操作
- User says the skills have wrong API names or outdated information
- User reports that a CopilotKit API doesn't match what the skill says
- User explicitly asks to update or refresh skills
- A new CopilotKit version was released and skills may be stale
- 用户反馈skills中的API名称错误或信息过时
- 用户报告CopilotKit API与skill描述不符
- 用户明确要求更新或刷新skills
- CopilotKit发布新版本,skills可能已过期