# Convex Add > Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability to an existing Convex app. Source: https://skillsagentes.com/skills/get-convex/agent-skills/convex-add Repository: https://github.com/get-convex/agent-skills Author: get-convex License: not specified Updated: hace 11 días Context cost: 88 tok installed, 525 tok once triggered, 525 tok with every bundled file Bundle: 1 file, 2 KB Permissions requested: none declared ## Install ```bash npx -y skills add get-convex/agent-skills --skill convex-add --agent claude-code ``` ## What it does - Añade una capacidad concreta a una app Convex existente - Consulta el catálogo de capacidades de Convex (capabilities.json) para obtener el procedimiento más actual - Si no hay coincidencia o el catálogo no responde, hace fallback: 'hosting' usa @convex-dev/static-hosting, el resto ejecuta /add-component - Instala el componente @convex-dev que mejor coincide y lo conecta según su README - Confirma al usuario la URL resultante (hosting) o el nombre del componente instalado ## Use it when - El usuario ejecuta /add o $add - El usuario pide añadir hosting/publicación a una app Convex existente - El usuario pide añadir cualquier capacidad de backend (billing, crons, auth, agent, search, etc.) a una app Convex existente ## What triggers it - "/add hosting" - "$add billing" - "Añade autenticación a mi app Convex" - "Quiero agregar crons a este proyecto Convex" ## Before you install - Necesita acceso de red (curl/bash) para consultar el catálogo de capacidades; si el sandbox lo bloquea, hay que re-ejecutar con red o auto-approve. ## Files - SKILL.md — 2 KB ## SKILL.md Not reproduced here. Read it at https://github.com/get-convex/agent-skills/blob/main/skills/convex-add/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/get-convex/agent-skills/convex-add