Loading...
Loading...
Found 3,726 Skills
Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability to an existing Convex app.
Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.
Set and wire Convex deployment env vars / secrets for the app.
Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, components, a request→data flow — read from the schema and function surface. Read-only.
Watch for the next dev/prod error or request in a Convex app and react to it.
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
Seed or import data into the Convex database.
Generate convex-test tests for the app's Convex functions.
Check the current app's pinned Convex components against recommended versions and upgrade them behind a build gate.
Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, assert the data came back — plus a schedule matched to your RPO and a gated recovery runbook.
Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action).
Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a human to merge — then confirm the error stops recurring. Never auto-merges.