What problem does it solve? CopilotKit integrations fail in opaque ways: runtimes refuse connections, agents never respond, SSE streams stall mid-run, and frontend tools silently fail. This Skill provides a structured diagnostic workflow that maps symptoms to root causes using error code catalogs, AG-UI event tracing, and known GitHub issue patterns. ## 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 sequences for common scenarios including runtime connectivity, unresponsive agents, streaming failures, frontend tool issues, and transcription errors. - Use Case: Your CopilotKit chat connects but the agent never responds. Follow the "Agent Not Responding" workflow to check the /info endpoint, inspect the SSE stream for RunErrorEvent, verify the LLM API key, and match the model string format. ## Quick Start Ask the agent to diagnose why your CopilotKit agent is not responding, providing the error message from your browser console and server logs.