·function-creator
</>

function-creator

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

100Installs·21Trend·@get-convex

Installation

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

How to Install function-creator

Quickly install function-creator AI skill to your development environment via command line

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

Source: get-convex/agent-skills.

SKILL.md

View raw

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/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Browse more skills from get-convex/agent-skills

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/agent-skills.

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/agent-skills --skill function-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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