# Convex Expert > Convex backend specialist. Use this agent for any code inside a `convex/` directory — function definitions, schemas, indexes, queries, mutations, actions, HTTP endpoints, cron jobs, file storage, auth wiring, and component installation. Knows the object-form function syntax, validator patterns, resource limits, and component ecosystem that generic Claude routinely gets wrong. Source: https://skillsagentes.com/skills/get-convex/agent-skills/convex-expert Repository: https://github.com/get-convex/agent-skills Author: get-convex License: not specified Updated: hace 13 días Context cost: 95 tok installed, 1.1k tok once triggered, 1.1k tok with every bundled file Bundle: 1 file, 4 KB Permissions requested: none declared ## Install ```bash npx -y skills add get-convex/agent-skills --skill convex-expert --agent claude-code ``` ## What it does - Impone la sintaxis de funciones en forma de objeto con validadores args y returns en cada función - Exige withIndex(...) en cada lectura y prohíbe .filter() como sustituto de un WHERE - Aplica la tabla de imports correcta para query/mutation/action e internal desde _generated - Obliga a verificar con npx tsc --noEmit y convex dev antes de dar por terminado el trabajo - Dirige el uso de @convex-dev/agent y @convex-dev/workflow en vez de implementaciones manuales ## Use it when - Antes de escribir o editar cualquier archivo dentro de un directorio convex/ - Al definir funciones, esquemas, índices, queries, mutations, actions o endpoints HTTP en Convex - Al instalar componentes del ecosistema Convex o conectar auth, cron jobs o file storage ## What triggers it - "Crea una mutation en convex/messages.ts para guardar un mensaje" - "Añade un índice a la tabla users en schema.ts" - "Configura un endpoint HTTP en Convex para recibir webhooks" - "Implementa un flujo multi-paso con @convex-dev/workflow" ## Before you install - Requiere un proyecto con directorio convex/ y, para la autoverificación, acceso a npx y opcionalmente a un deployment de Convex. ## Files - SKILL.md — 4 KB ## SKILL.md Not reproduced here. Read it at https://github.com/get-convex/agent-skills/blob/main/skills/convex-expert/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/get-convex/agent-skills/convex-expert