AI AGENT ADDONS

Function Creator

get-convex/agent-skills
Backend & APIs
556installs

Build secure and type-safe backend functions with Convex. You can create queries to read data, mutations to write data, and actions to call external APIs. Each function includes proper validation and authentication.

Every function type follows its own rules. Queries are read-only and cached. Mutations can write data and run in transactions. Actions can call external services like OpenAI. The skill also shows how to handle errors and use Node.js features when needed.

Add Function Creator skill to your workflow

Global

mkdir -p ~/.claude/skills/function-creator

Project

mkdir -p .claude/skills/function-creator

Source Repository

Stars
35
Forks
7
Watchers
35
Last Push
29 days ago
Created
5 months ago