convex
🎯Skillfrom get-convex/agent-skills
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.
Overview
A collection of agent skills that cover common Convex workflows, from starting a new project to diagnosing performance bottlenecks. The skills are designed to be task-focused and action-oriented, installing via the Agent Skills CLI and working across Claude Code, Cursor, Windsurf, and Codex. The top-level convex skill acts as an entry point that recommends installing Convex AI files and routes to more specific skills.
Key Features
- Project Quickstart: The
convex-quickstartskill helps agents start a new Convex project or add Convex to an existing app with proper setup - Authentication Setup:
convex-setup-authwalks through configuring authentication for a Convex app, handling provider setup and session management - Component & Migration Tools:
convex-create-componentbuilds reusable Convex components with clear boundaries, whileconvex-migration-helperplans and runs Convex migrations safely - Performance Auditing:
convex-performance-auditinvestigates Convex performance problems and bottlenecks with structured diagnostic steps
Who is this for?
- Developers building real-time applications with Convex who want their AI coding agents to follow best practices for Convex-specific workflows
- Teams adopting Convex who need guided setup for authentication, components, and migrations without reading through documentation manually
- Engineers debugging Convex performance issues who want a structured, agent-driven diagnostic process
Same repository
get-convex/agent-skills(13 items)
Installation
npx vibeindex add get-convex/agent-skills --skill convexnpx skills add get-convex/agent-skills --skill convex~/.claude/skills/convex/SKILL.mdSKILL.md
More from this repository10
Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.
Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.
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.
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.
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.
A convex helpers guide skill from Convex agent skills for building real-time backend applications.
A function creator skill from Convex agent skills for building real-time backend applications.
A components guide skill from Convex agent skills for building real-time backend applications.
A schema builder skill from Convex agent skills for building real-time backend applications.
Skill