get-convex

get-convex/agent-skills

12 resources in this repository

GitHub
🎯12

🎯Skills12

🎯convex-quickstart🎯Skill

Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.

convex-quickstart
🎯convex-setup-auth🎯Skill

Sets up Convex authentication end-to-end β€” user management, identity mapping, and access control via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT β€” wiring `auth.config.ts` and a users table.

convex-setup-auth
🎯convex-performance-audit🎯Skill

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.

convex-performance-audit
🎯convex-migration-helper🎯Skill

Plans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the `@convex-dev/migrations` component, handling backfills, type changes, and table splits or merges.

convex-migration-helper
🎯convex-create-component🎯Skill

Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.

convex-create-component
🎯convex🎯Skill

A collection of agent skills for common Convex workflows, covering project setup, authentication, component creation, migrations, and performance auditing, usable across Claude Code, Cursor, Windsurf, and Codex.

convex
🎯convex-helpers-guide🎯Skill

A convex helpers guide skill from Convex agent skills for building real-time backend applications.

convex-helpers-guide
🎯function-creator🎯Skill

A function creator skill from Convex agent skills for building real-time backend applications.

function-creator
🎯components-guide🎯Skill

A components guide skill from Convex agent skills for building real-time backend applications.

components-guide
🎯schema-builder🎯Skill

A schema builder skill from Convex agent skills for building real-time backend applications.

schema-builder
🎯migration-helper🎯Skill

Convex agent skill that plans and executes safe schema migrations, including adding fields, creating tables, and data transformations.

migration-helper
🎯auth-setup🎯Skill

Convex agent skill that sets up authentication with proper user management, identity mapping, and access control patterns.

auth-setup