Diego Córdova García
Community@diegoc1005 · Ciudad de México
Estudiante de Ingeniería en computación en la UNAM, apasionado por la ciencia de datos, machine learning, análisis de datos, web3 etc.
Agent Skills by Diego Córdova García
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 MCP 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 Diego Córdova García
FAQPage SchemaWhat tasks can I accomplish with diegoc1005's CopilotKit skills?▼
You can set up new CopilotKit projects, build chat interfaces with frontend tools, migrate v1 apps to v2, debug runtime connectivity and streaming errors, wire external frameworks like LangGraph or CrewAI via AG-UI, and contribute pull requests to the CopilotKit monorepo.
Who are these CopilotKit and MCP skills designed for?▼
Frontend and full-stack engineers embedding agentic chat into React applications, backend developers implementing the AG-UI protocol with AbstractAgent/HttpAgent patterns, and contributors working on the CopilotKit open-source monorepo or building MCP servers with mcp-use.
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 tools, resources, prompts, and widgets, plus architecture decisions, security patterns, and common pitfalls to review before implementation.
How do I migrate from CopilotKit v1 to v2?▼
Use the copilotkit-upgrade skill, which guides updating package imports, replacing deprecated hooks and components, switching from the GraphQL runtime to the AG-UI protocol runtime, and resolving breaking API changes introduced in the v2 release.
Are the deprecated chatgpt-app-builder and mcp-builder skills still usable?▼
No. Both are deprecated and replaced by mcp-app-builder. Install it with `npx skills install mcp-use/mcp-use --skill mcp-app-builder` to build ChatGPT apps with interactive React widgets using mcp-use and the OpenAI Apps SDK.