·function-creator
</>

function-creator

get-convex/convex-agent-plugins

Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.

18Installs·5Trend·@get-convex

Installation

$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.

Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints. Source: get-convex/convex-agent-plugins.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is function-creator?

Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints. Source: get-convex/convex-agent-plugins.

How do I install function-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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