
get-convex/convex-agent-plugins
2 skills359 installsGitHub
Install
npx skills add https://github.com/get-convex/convex-agent-pluginsSkills in this repo
1Function CreatorThe function-creator skill for Convex provides a comprehensive framework for building secure backend functions across queries, mutations, and actions. It enforces argument validation, return type specifications, authentication checks, and authorization patterns as non-negotiable requirements on every function. Reach for this skill when scaffolding new Convex backend functions to ensure they follow security best practices and the correct architectural patterns from the start.184installs2Components GuideThe Convex components-guide skill teaches developers how to structure Convex backends using components — self-contained mini-backends that bundle their own schema, functions, and data. It covers installing official components from npm, wiring sibling components together in convex.config.ts, creating custom components, and migrating from monolithic code. Reach for this skill when architecting a scalable Convex backend that separates concerns like auth, storage, payments, and notifications into reusable units.175installs