·function-creator
</>

function-creator

get-convex/convex-agent-plugins

Cree consultas, mutaciones y acciones convexas con validación, autenticación y manejo de errores adecuados. Úselo al implementar nuevos puntos finales de API.

18Instalaciones·5Tendencia·@get-convex

Instalación

$npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator

SKILL.md

Generate secure, type-safe Convex functions following all best practices.

Important: If your action needs Node.js-specific APIs (crypto, third-party SDKs, etc.), add "use node" at the top of the file. Files with "use node" can ONLY contain actions, not queries or mutations.

Note: If you only need basic fetch (no Node.js APIs), you can omit "use node". But for third-party SDKs, crypto, or other Node.js features, you must use it.

Cree consultas, mutaciones y acciones convexas con validación, autenticación y manejo de errores adecuados. Úselo al implementar nuevos puntos finales de API. Fuente: get-convex/convex-agent-plugins.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-11
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es function-creator?

Cree consultas, mutaciones y acciones convexas con validación, autenticación y manejo de errores adecuados. Úselo al implementar nuevos puntos finales de API. Fuente: get-convex/convex-agent-plugins.

¿Cómo instalo function-creator?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

https://github.com/get-convex/convex-agent-plugins