Use when the user wants to update, refresh, or reinstall the CopilotKit agent SKILLS (the SKILL.md files that teach this agent about CopilotKit). NOT for updating the CopilotKit codebase or project — this is specifically about refreshing the skills/knowledge this agent has loaded. Triggers on "update copilotkit skills", "update skills", "refresh skills", "skills are stale", "skills are outdated", "get latest skills", "my copilotkit knowledge is wrong", "copilotkit APIs changed", "skills seem ...
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill copilotkit-self-update --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Copilotkit Self Update?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-copilotkit-self-update)More formats (shields.io, HTML) on the badges page.
---
name: copilotkit-self-update
description: Use when the user wants to update, refresh, or reinstall the CopilotKit agent SKILLS (the SKILL.md files that teach this agent about CopilotKit). NOT for updating the CopilotKit codebase or project — this is specifically about refreshing the skills/knowledge this agent has loaded. Triggers on "update copilotkit skills", "update skills", "refresh skills", "skills are stale", "skills are outdated", "get latest skills", "my copilotkit knowledge is wrong", "copilotkit APIs changed", "skills seem old", "wrong API names", "reinstall skills", "skills not working right", "update your copilotkit knowledge".
version: 1.0.0
user_invocable: true
argument_hint: ""
---
# Update CopilotKit Skills
Run this command to pull the latest CopilotKit skills from GitHub:
```bash
npx skills add copilotkit/CopilotKit --full-depth -y
```
This 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.
## 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!