Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

CopilotKit/skills

Repository files navigation

CopilotKit Skills for AI Agents

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.

Installation

Install the skills directly from the monorepo:

npx skills add CopilotKit/CopilotKit/skills -y

Fresh clones from GitHub every time. To update, run the same command again — it always gets the latest.

Why the move?

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.

Where things are now

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

License

MIT License — see LICENSE for details.

About

AI agent skills for CopilotKit — setup, develop, integrate, debug, upgrade, and contribute

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors