# Convex Seed > Seed or import data into the Convex database. Source: https://skillsagentes.com/skills/get-convex/agent-skills/convex-seed Repository: https://github.com/get-convex/agent-skills Author: get-convex License: not specified Updated: hace 13 días Context cost: 11 tok installed, 192 tok once triggered, 192 tok with every bundled file Bundle: 1 file, 767 B Permissions requested: none declared ## Install ```bash npx -y skills add get-convex/agent-skills --skill convex-seed --agent claude-code ``` ## What it does - Escribe una internalMutation reejecutable para insertar filas de ejemplo, o da forma a los datos para usarlos con `npx convex import` - Hace que el seeding sea idempotente (borrar-e-insertar o upsert) para que volver a ejecutarlo sea seguro - Verifica el conteo de filas tras poblar las tablas ## Use it when - Al poblar tablas de Convex con datos de prueba o fixtures - Al importar datos masivos que deben ajustarse al schema ## Don't bother when - Para seedear secretos o datos PII en un deployment compartido ## What triggers it - "Crea un seed para poblar mi tabla de usuarios en Convex" - "Ayúdame a importar estos datos masivos con npx convex import" - "Necesito una internalMutation idempotente para datos de prueba" ## Before you install - Requiere un schema de Convex definido y el CLI de convex (`npx convex run` / `npx convex import`). ## Files - SKILL.md — 767 B ## SKILL.md Not reproduced here. Read it at https://github.com/get-convex/agent-skills/blob/main/skills/convex-seed/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/get-convex/agent-skills/convex-seed