CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
Use when building AI-powered features with CopilotKit v2 -- adding chat interfaces, registering frontend tools, sharing application context with agents, handling agent interrupts, and working with the CopilotKit runtime.
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
Use when wiring an external agent framework (LangGraph, CrewAI, PydanticAI, Mastra, ADK, LlamaIndex, Agno, Strands, Microsoft Agent Framework, or others) into a CopilotKit application via the AG-UI protocol.
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
Use when the user wants to update, refresh, or reinstall the CopilotKit agent SKILLS (the SKILL.md files that teach this agent about CopilotKit). NOT for updating the CopilotKit codebase or project — this is specifically about refreshing the skills/knowledge this agent has loaded. Triggers on "update copilotkit…
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring, provider setup, and first working chat integration.
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
MANDATORY for ALL MCP server work - mcp-use framework best practices and patterns. READ THIS FIRST before any MCP server work, including: Creating new MCP servers Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) Debugging MCP server issues or errors Reviewing MCP server code for…
CopilotKit/Generative-UI-Global-Hackathon-Starter-Kit
Skill Claude CodeCodex
DEPRECATED: This skill has been replaced by mcp-app-builder. Check if mcp-app-builder is available in the skills folder. If not, install it: npx skills install mcp-use/mcp-use --skill mcp-app-builder Use mcp-app-builder instead of this skill. Build Model Context Protocol (MCP) servers with mcp-use framework. Use when…