This plugin provides AI agent skills for working with CopilotKit.
copilotkit-setup— Add CopilotKit to a projectcopilotkit-develop— Build AI features with CopilotKit v2 APIscopilotkit-integrations— Integration guides for agent frameworkscopilotkit-debug— Diagnose and fix CopilotKit issuescopilotkit-upgrade— Migrate between CopilotKit versionscopilotkit-agui— AG-UI protocol: event types, building custom backends, streamingcopilotkit-contribute— Contribute to CopilotKit OSScopilotkit-self-update— Update these skills to latest version
- All packages are under
@copilotkit/* - Communication uses AG-UI protocol (SSE-based events)
- Use mcp-docs MCP server for querying live CopilotKit documentation
- Hooks:
useAgent,useFrontendTool,useComponent,useAgentContext,useInterrupt,useSuggestions,useHumanInTheLoop - Components:
CopilotChat,CopilotChatInput,CopilotChatMessageView - Runtime:
CopilotRuntime,AgentRunner,BuiltInAgent
useCopilotAction→ useuseFrontendToolCoAgents→ useuseAgentCopilotTextarea→ removed in v2useCopilotReadable→ useuseAgentContext