convex-quickstart
๐ฏSkillfrom get-convex/agent-skills
Installation
npx vibeindex add get-convex/agent-skills --skill convex-quickstartnpx skills add get-convex/agent-skills --skill convex-quickstart~/.claude/skills/convex-quickstart/SKILL.mdConvex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.
Overview
A Convex agent skill that initializes a new Convex backend from scratch โ schema, auth, and basic CRUD operations. Part of a broader set of Convex agent skills that includes schema-builder, function-creator, auth-setup, migration-helper, components-guide, and convex-helpers-guide.
Key Features
- Bootstraps schema, auth, and CRUD for a fresh Convex project
- Use when starting a new project or adding Convex to an existing app
- Installable via
npx skills add convex/agent-skills --skill convex-quickstart - Hands off cleanly to sibling Convex skills for deeper work
Who is this for?
Developers adding Convex to a new or existing app who want their AI agent to bootstrap a working backend fast. Especially useful when trying Convex for the first time or spinning up hackathon / MVP projects.
Same repository
get-convex/agent-skills(42 items)
SKILL.md
More from this repository10
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.
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.
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.
Skill
Skill
Skill
Skill
Skill