๐ŸŽฏ

convex-quickstart

๐ŸŽฏSkill

from get-convex/agent-skills

VibeIndex|
What it does
|

Convex 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(12 items)

convex-quickstart

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add get-convex/agent-skills --skill convex-quickstart
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add get-convex/agent-skills --skill convex-quickstart
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/convex-quickstart/SKILL.md

SKILL.md

34,306Installs
-
AddedFeb 18, 2026

More from this repository10

๐ŸŽฏ
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-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-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-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๐ŸŽฏ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-helpers-guide๐ŸŽฏSkill

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

๐ŸŽฏ
function-creator๐ŸŽฏSkill

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

๐ŸŽฏ
components-guide๐ŸŽฏSkill

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

๐ŸŽฏ
schema-builder๐ŸŽฏSkill

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

๐ŸŽฏ
migration-helper๐ŸŽฏSkill

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