What problem does it solve? Debugging CopilotKit integrations is difficult because failures can originate in the runtime, the agent, the SSE event stream, frontend tool registration, or version mismatches between packages. This Skill provides a structured diagnostic workflow that maps symptoms to root causes using error code catalogs and AG-UI event tracing. ## Core Features & Use Cases - Structured Diagnostic Workflow: A five-step process covering information gathering, error code lookup, AG-UI event tracing, root cause identification, and fix verification. - Error Code Catalog: Complete reference for V1 CopilotKitErrorCode, V2 CopilotKitCoreErrorCode, and TranscriptionErrorCode with causes and resolutions. - Quick Diagnostic Workflows: Step-by-step guides for common scenarios including runtime not connecting, agent not responding, streaming failures, frontend tool issues, and transcription errors. - Use Case: Your CopilotKit chat connects but the agent never responds. Use this Skill to check the /info endpoint, inspect the SSE stream for RunErrorEvent, verify the LLM API key, and match the error to a known GitHub issue. ## Quick Start Use the copilotkit-debug skill to diagnose why my CopilotKit agent is not responding to chat messages.