# Copilotkit

> Use when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.

- **Type:** Skill
- **Install:** `agentstack add skill-copilotkit-skills-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [CopilotKit](https://agentstack.voostack.com/s/copilotkit)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [CopilotKit](https://github.com/CopilotKit)
- **Source:** https://github.com/CopilotKit/skills

## Install

```sh
agentstack add skill-copilotkit-skills-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Route to the appropriate sub-skill based on the user's task. If the task is ambiguous, ask one clarifying question before routing.

## Quickstart (default path)

If the user wants to add CopilotKit to their project, or the request is general/unclear, route here:

**[copilotkit-setup](skills/copilotkit-setup/SKILL.md)** — Install packages, configure the runtime, wire up the provider, get a working chat UI.

## Routing Table

| Task | Sub-skill |
|------|-----------|
| Initial setup, installation, adding CopilotKit to a project | [copilotkit-setup](skills/copilotkit-setup/SKILL.md) |
| Building features — frontend tools, shared state, generative UI, actions | [copilotkit-develop](skills/copilotkit-develop/SKILL.md) |
| Connecting agent frameworks — LangGraph, CrewAI, Mastra, Pydantic AI, etc. | [copilotkit-integrations](skills/copilotkit-integrations/SKILL.md) |
| Debugging errors, fixing runtime issues, troubleshooting | [copilotkit-debug](skills/copilotkit-debug/SKILL.md) |
| Upgrading versions, migrating between APIs | [copilotkit-upgrade](skills/copilotkit-upgrade/SKILL.md) |
| AG-UI protocol — building custom backends, event streaming, debugging protocol issues | [copilotkit-agui](skills/copilotkit-agui/SKILL.md) |
| Contributing to the CopilotKit repo | [copilotkit-contribute](skills/copilotkit-contribute/SKILL.md) |
| Update/refresh these skills, skills seem stale or wrong | [copilotkit-self-update](skills/copilotkit-self-update/SKILL.md) |

## MCP Documentation Server

The `copilotkit-docs` MCP server at `mcp.copilotkit.ai/mcp` provides live documentation search. Use its tools for up-to-date reference material:

- `search-docs` — search CopilotKit documentation by topic
- `search-code` — search CopilotKit source code and examples
- `search-ag-ui-docs` — search AG-UI protocol documentation
- `search-ag-ui-code` — search AG-UI TypeScript SDK source

Prefer MCP lookups over hardcoded knowledge when answering specific API or configuration questions.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [CopilotKit](https://github.com/CopilotKit)
- **Source:** [CopilotKit/skills](https://github.com/CopilotKit/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-copilotkit-skills-skills
- Seller: https://agentstack.voostack.com/s/copilotkit
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
