copilotkit/skills · Archived

copilotkit-self-update

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 ol…

First seen Mar 28, 2026

Installation

$ npx skills add copilotkit/skills --skill copilotkit-self-update

Summary

  • 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".

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from copilotkit/skills.

npx skills add copilotkit/skills

Browse all from copilotkit/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 38
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
Declared agents claude-code cursor codex gemini

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,495 B
  • docs SUMMARY.md 637 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 541 installs

SKILL.md

Update CopilotKit Skills

Run this command to pull the latest CopilotKit skills from GitHub:

npx skills add copilotkit/skills --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