๐ŸŽฏ

convex-quickstart

๐ŸŽฏSkill

from get-convex/agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add get-convex/agent-skills --skill convex-quickstart
skills.sh Installโš  Installs to .agents/skills/
$npx skills add get-convex/agent-skills --skill convex-quickstart
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/convex-quickstart/SKILL.md
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(42 items)

convex-quickstart

SKILL.md

115,890Installs
-
AddedFeb 18, 2026