Handles the complete CopilotKit installation flow from framework detection through first working chat. Covers both Next.js (App Router and Pages Router) and standalone Express/Hono setups, with clear guidance on the multi-route versus single-route endpoint choice. The skill walks through package installation, runtime configuration with agents, provider setup with the right props, and drops in a working chat component. It includes an MCP server for live docs access, which is handy when you inevitably need to debug why your runtime isn't connecting. Most valuable when you're wiring up CopilotKit for the first time and need the full checklist rather than piecing together snippets from different docs pages.
npx skills add https://github.com/copilotkit/skills --skill copilotkit-setup