Kuldeep Reddy
Community@23wj1a0541
Kuldeep Reddy maintains skills for building CopilotKit v2 in-app copilots, AG-UI protocol agent backends, and MCP servers with the mcp-use framework.
Agent Skills by Kuldeep Reddy
Showing 11 vetted skills indexed across 1 GitHub repositories.
copilotkit-develop
Implements CopilotKit v2 chat interfaces, frontend tools, and runtime endpoints in React applications.
copilotkit-contribute
Guides forking, building, testing, and submitting pull requests to the CopilotKit monorepo.
mcp-apps-builder
Guides building MCP servers with tools, resources, prompts, and React widgets using mcp-use.
copilotkit-upgrade
Migrates CopilotKit v1 applications to v2 by updating hooks, components, and runtime configuration.
copilotkit-setup
Configures CopilotKit runtime, provider, and chat UI for React and Next.js projects.
copilotkit-agui
Implement AG-UI protocol backends that stream typed agent events over SSE to frontends.
chatgpt-app-builder
Build ChatGPT apps with interactive React widgets using mcp-use and the OpenAI Apps SDK.
copilotkit-debug
Diagnose CopilotKit runtime, agent, streaming, and tool execution failures.
copilotkit-self-update
Updates CopilotKit agent skills by pulling the latest SKILL.md files from GitHub.
mcp-builder
Build Model Context Protocol servers with tools, resources, prompts, and React widgets using mcp-use.
copilotkit-integrations
Connects external agent frameworks to CopilotKit applications via the AG-UI protocol.
Frequently Asked Questions About Kuldeep Reddy
FAQPage SchemaWhat tasks can I accomplish with Kuldeep Reddy's CopilotKit skills?▼
You can set up new CopilotKit projects, add chat interfaces, register frontend actions, share application context with agents, handle interrupts, migrate v1 apps to v2, debug streaming and runtime connectivity failures, and wire external frameworks like LangGraph, CrewAI, or PydanticAI via AG-UI.
Who are these CopilotKit and MCP skills designed for?▼
Frontend and full-stack engineers building in-app copilots with CopilotKit v2, backend developers implementing custom agent backends over the AG-UI protocol, and contributors forking the CopilotKit monorepo or building MCP servers with the mcp-use framework.
How do I build an MCP server using these skills?▼
Consult the mcp-apps-builder skill first, as it is mandatory for all MCP server work. It covers mcp-use framework patterns for creating servers, defining server.tool(), server.resource(), and server.prompt() handlers, plus widgets, security patterns, and common pitfalls. Deprecated mcp-builder and chatgpt-app-builder skills redirect to mcp-app-builder.
How do I migrate a CopilotKit v1 application to v2?▼
Use the copilotkit-upgrade skill. It guides updating package imports, replacing deprecated hooks and components, switching from the GraphQL runtime to the AG-UI protocol runtime, and resolving breaking changes introduced in CopilotKit v2.
How do I diagnose CopilotKit runtime or streaming failures?▼
Use the copilotkit-debug skill. It covers runtime connectivity failures, agents not responding, streaming errors, action execution problems, transcription failures, version mismatches, and AG-UI event tracing to isolate where the frontend-to-agent communication breaks down.