franciscogar94 avatar

franciscogar94

Community

@franciscogar94

0Followers
|
13Public Repos
|
11Published Skills

Skill registry for building, debugging, and migrating CopilotKit v2 applications and MCP servers with AG-UI protocol agent integrations.

Skills Distribution
DomainDeveloper To...CopilotKit Applica.. (40%)MCP Server Enginee.. (25%)AG-UI Protocol & A.. (20%)Debugging & Migrat.. (15%)

Agent Skills by franciscogar94

Showing 11 vetted skills indexed across 1 GitHub repositories.

franciscogar94franciscogar94

copilotkit-develop

Builds CopilotKit v2 chat interfaces, frontend tools, and runtime endpoints for React applications.

Community
Intermediate
franciscogar94franciscogar94

copilotkit-contribute

Guides forking, building, testing, and submitting pull requests to the CopilotKit monorepo.

Community
Intermediate
franciscogar94franciscogar94

mcp-apps-builder

Guides building MCP servers with tools, resources, prompts, and React widgets using mcp-use.

Community
Advanced
franciscogar94franciscogar94

copilotkit-upgrade

Migrates CopilotKit v1 applications to v2 by updating hooks, packages, and runtime configuration.

Community
Intermediate
franciscogar94franciscogar94

copilotkit-setup

Configures CopilotKit runtime, provider, and chat UI for React and Next.js projects.

Community
Intermediate
franciscogar94franciscogar94

copilotkit-agui

Implements AG-UI protocol backends with typed SSE events for agent-to-frontend communication.

Community
Advanced
franciscogar94franciscogar94

chatgpt-app-builder

Build ChatGPT apps with interactive React widgets using mcp-use and the OpenAI Apps SDK.

Community
Advanced
franciscogar94franciscogar94

copilotkit-debug

Diagnose CopilotKit runtime, agent, streaming, and tool execution failures.

Community
Advanced
franciscogar94franciscogar94

copilotkit-self-update

Updates CopilotKit agent skills by pulling the latest SKILL.md files from GitHub.

Community
Basic
franciscogar94franciscogar94

mcp-builder

Build Model Context Protocol servers with tools, resources, prompts, and React widgets using mcp-use.

Community
Advanced
franciscogar94franciscogar94

copilotkit-integrations

Connects external agent frameworks to CopilotKit applications via the AG-UI protocol.

Community
Advanced

Frequently Asked Questions About franciscogar94

FAQPage Schema
What 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.