From copilotkit
Updates, refreshes, or reinstalls CopilotKit agent SKILLs (the SKILL.md files that teach the agent about CopilotKit). Use when skills have wrong API names, seem outdated, or the user explicitly asks to update skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/copilotkit:copilotkit-self-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this command to pull the latest CopilotKit skills from GitHub:
Run this command to pull the latest CopilotKit skills from GitHub:
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.
npx claudepluginhub copilotkit/copilotkit --plugin copilotkitManages the full lifecycle of AI coding agent skills: search, install, update, remove, review, optimize, iterate, test, and transfer. Use for skill discovery, ecosystem search, and SkillOpt-style training loops.
Checks, updates, and cleans installed skill artifacts and cache. Useful when inspecting or refreshing Claude Code skill cache state.
Installs, updates, lists, and removes Claude Code skills from GitHub repos/subdirs or .skill zips. Supports user-global and project-local locations.