copilotkit
communityUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
>_copilotkit/skills·commit 475ed94
name: copilotkit description: Use when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task. user_invocable: true argument_hint: "<task>"
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 — 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 |
| Building features — frontend tools, shared state, generative UI, actions | copilotkit-develop |
| Connecting agent frameworks — LangGraph, CrewAI, Mastra, Pydantic AI, etc. | copilotkit-integrations |
| Debugging errors, fixing runtime issues, troubleshooting | copilotkit-debug |
| Upgrading versions, migrating between APIs | copilotkit-upgrade |
| AG-UI protocol — building custom backends, event streaming, debugging protocol issues | copilotkit-agui |
| Contributing to the CopilotKit repo | copilotkit-contribute |
| Update/refresh these skills, skills seem stale or wrong | copilotkit-self-update |
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 topicsearch-code— search CopilotKit source code and examplessearch-ag-ui-docs— search AG-UI protocol documentationsearch-ag-ui-code— search AG-UI TypeScript SDK source
Prefer MCP lookups over hardcoded knowledge when answering specific API or configuration questions.