The official utilities library for Convex backends. Most importantly, it provides custom function wrappers that act as Convex's answer to row-level security. Instead of database policies, you wrap your queries and mutations with TypeScript logic that automatically checks auth, scopes data to organizations, or enforces role-based access. Beyond that, you get relationship traversal helpers for loading related data across tables, session tracking for anonymous users, and filter utilities for complex queries. If you're building multi-tenant apps or need consistent access control across your backend, the custom functions pattern is worth adopting early. Install with npm and start wrapping your queries.
npx -y skills add get-convex/convex-agent-plugins --skill convex-helpers-guide --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev