templates
Convex backend templates with built-in coding and ops skills
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Convex Templates?โผ
Run `npx skills add get-convex/templates --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with these Convex templates?โผ
You can start full-stack apps on React, Next.js, TanStack Start, or Astro with a type-safe realtime backend, plus optional auth via Clerk, WorkOS AuthKit, or Convex Auth.
How do the bundled Convex skills help my coding agent?โผ
They give the agent current Convex patterns for schemas, queries, auth, billing, crons, and migrations, plus audits for security, performance, and launch readiness.
Can it safely migrate a live production database?โผ
Yes. The migration skills rehearse schema changes on a snapshot-seeded preview deployment, verify the data, and only then promote the proven change to production.
Do these templates work with Claude Code and other agents?โผ
Yes. Every template ships the same skills under both .claude/skills and .agents/skills, so they work in Claude Code, Codex, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core