๐ŸŽฏ

copilotkit-debug

๐ŸŽฏSkill

from copilotkit/copilotkit

VibeIndex|
What it does
|

Diagnostic skill for troubleshooting CopilotKit issues โ€” runtime connectivity failures, agent streaming errors, tool execution problems, version mismatches, and AG-UI event tracing.

๐Ÿ“ฆ

Same repository

copilotkit/copilotkit(13 items)

copilotkit-debug

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add copilotkit/copilotkit --skill copilotkit-debug
skills.sh Installโš  Installs to .agents/skills/
npx skills add copilotkit/copilotkit --skill copilotkit-debug
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/copilotkit-debug/SKILL.md

SKILL.md

743Installs
-
AddedMay 29, 2026

More from this repository10

๐ŸŽฏ
a2ui-renderer๐ŸŽฏSkill

Enables rendering of A2UI (Agent-to-UI) declarative surfaces in CopilotKit v2, covering runtime configuration, theme customization, surface deduplication, and action-bridge cleanup patterns.

๐ŸŽฏ
react-core๐ŸŽฏSkill

A framework for building agent-native applications with generative UI, shared state between human and AI, and human-in-the-loop workflows, providing React components for AI copilot integration.

๐ŸŽฏ
copilotkit-develop๐ŸŽฏSkill

Guide for building AI-powered features with CopilotKit v2 โ€” including chat interfaces, frontend tool registration, sharing application context with agents, handling interrupts, and runtime configuration.

๐ŸŽฏ
runtime๐ŸŽฏSkill

Reference for @copilotkit/runtime โ€” mounting a fetch-native CopilotRuntime on any JS server, wiring middleware, configuring agent runners, and integrating 12+ external agent frameworks including LangGraph, CrewAI, and Mastra.

๐ŸŽฏ
copilotkit-integrations๐ŸŽฏSkill

Covers wiring external agent frameworks (LangGraph, CrewAI, PydanticAI, Mastra, ADK, LlamaIndex, Agno, and others) into CopilotKit applications via the AG-UI streaming protocol.

๐ŸŽฏ
copilotkit-upgrade๐ŸŽฏSkill

A CopilotKit skill for upgrading between SDK versions, part of the framework behind the AG-UI Protocol adopted by Google, LangChain, and AWS for full-stack agentic applications.

๐ŸŽฏ
copilotkit-contribute๐ŸŽฏSkill

Guides contributors through the CopilotKit open-source monorepo workflow โ€” forking, setting up the pnpm workspace, building packages, running Vitest tests, and submitting PRs with conventional commits. Includes an MCP server for live documentation and source code search.

๐ŸŽฏ
copilotkit-agui๐ŸŽฏSkill

Teaches the AG-UI (Agent-User Interaction) protocol for CopilotKit, covering event-based agent-to-UI communication via SSE, state synchronization, tool calls, and human-in-the-loop flows.

๐ŸŽฏ
copilotkit-setup๐ŸŽฏSkill

Step-by-step guide for adding CopilotKit to existing projects or bootstrapping new ones โ€” covers framework detection, package installation, runtime wiring, provider setup, and first working chat integration.

๐ŸŽฏ
copilotkit-self-update๐ŸŽฏSkill

A CopilotKit skill for keeping the SDK up to date, part of the framework for building agent-native applications with generative UI, shared state, and human-in-the-loop workflows.