franciscogar94
Community@franciscogar94
Skill registry for building, debugging, and migrating CopilotKit v2 applications and MCP servers with AG-UI protocol agent integrations.
Agent Skills by franciscogar94
Showing 11 vetted skills indexed across 1 GitHub repositories.
copilotkit-develop
Builds CopilotKit v2 chat interfaces, frontend tools, and runtime endpoints for 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, packages, and runtime configuration.
copilotkit-setup
Configures CopilotKit runtime, provider, and chat UI for React and Next.js projects.
copilotkit-agui
Implements AG-UI protocol backends with typed SSE events for agent-to-frontend communication.
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 franciscogar94
FAQPage SchemaWhat tasks can I accomplish with franciscogar94's skills?▼
You can build CopilotKit v2 chat interfaces, register frontend tools, share app context with agents, handle interrupts, set up new projects, migrate v1 apps to v2, debug runtime and streaming failures, build MCP servers with mcp-use, and wire frameworks like LangGraph, CrewAI, or PydanticAI into CopilotKit via AG-UI.
Who are these skills designed for?▼
Frontend and full-stack engineers building agent-powered applications with CopilotKit, plus developers creating or maintaining MCP servers with the mcp-use framework. Contributors to the CopilotKit open-source monorepo also get guidance on forking, branching, testing, and submitting pull requests.
How do I install and use these skills?▼
Skills are installed via the skills package manager, e.g. `npx skills install mcp-use/mcp-use --skill mcp-app-builder`. Once loaded, each skill activates contextually: setup skills trigger during project bootstrapping, debug skills during runtime failures, and the self-update skill refreshes stale CopilotKit knowledge on demand.
Are these skills free and open source?▼
Yes. The skills target the open-source CopilotKit project and the mcp-use framework, and the copilotkit-contribute skill explicitly guides forking, cloning, and submitting pull requests to the public CopilotKit/CopilotKit repository. No paid licensing is referenced anywhere in the manifest.
What prerequisites do these skills require?▼
A JavaScript/TypeScript project environment with npm/npx for package installation. CopilotKit skills assume a React-based frontend and a runtime backend; integration skills require an external agent framework such as LangGraph, CrewAI, PydanticAI, Mastra, or LlamaIndex communicating over the AG-UI protocol.