Loading...
Loading...
Found 8 Skills
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
Add recurring scheduled jobs (crons) to the Convex app.
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.
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.
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
Watch for the next dev/prod error or request in a Convex app and react to it.
Publish the current Convex app to a live *.convex.app URL (deploy backend + upload web build).