Important
This repository has moved. CopilotKit skills now live in the main CopilotKit/CopilotKit monorepo, under skills/. Install from there going forward — this standalone repo is no longer the source of truth.
Skills, hooks, MCP configuration, and reference docs that teach AI coding agents how to build with CopilotKit. Covers project setup, feature development, integration wiring, debugging, version migration, and open-source contribution — all targeting the v2 API surface (@copilotkit/*).
Built on the open Agent Skills standard. One set of SKILL.md files works across Claude Code, Codex, Cursor, and OpenCode.
Install the skills directly from the monorepo:
npx skills add CopilotKit/CopilotKit/skills -yFresh clones from GitHub every time. To update, run the same command again — it always gets the latest.
Keeping the skills in the main monorepo means they live next to the code they describe: reference material is generated from the same tree, version bumps land in lockstep with releases, and there's a single place to file issues and PRs.
| What | Where |
|---|---|
| Skills source | CopilotKit/CopilotKit/skills/ |
| Install command | npx skills add CopilotKit/CopilotKit/skills -y |
| Issues & PRs | github.com/CopilotKit/CopilotKit |
| Docs | docs.copilotkit.ai |
| Discord | discord.gg/copilotkit |
| Agent Skills standard | agentskills.io |
MIT License — see LICENSE for details.