From copilotkit
Refreshes CopilotKit agent SKILLs by pulling the latest definitions from GitHub. For updating the agent's knowledge, not the project codebase.
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.
11plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 11 plugins
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.