Domains
Forms
- SKILL.md33.3%
- assets33.3%
- other33.3%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When starting a new project with Convex, adding Convex to an existing React/Next.js/Vue/Svelte app, or scaffolding a Convex app for prototyping.
npm create convex@latest with a templatenpx convex dev --once to provision anonymous deployment, push code, typechecknpm run dev for dev loopA working Convex project with backend code pushed, types generated, env configured, and dev watcher running for iterative development.
Use Cases
A developer wants to build a new React app with a backend. Using this skill, they scaffold with `react-vite-shadcn` template via `npm create convex@latest`, run `npx convex dev --once` to provision and validate, then `npm run dev`. It solves backend setup complexity and gives a working full-stack app in minutes.
A team has an existing Vite frontend and wants Convex as backend. The skill guides `npm install convex`, running `npx convex dev --once`, and wiring ConvexProvider at root. It avoids manual config errors and delivers a type-safe backend connected to the current app with minimal effort.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File