Loading...
Loading...
Found 51 Skills
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
Watch for the next dev/prod error or request in a Convex app and react to it.
Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.
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.
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.
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, deploy causality — scoped, evidence-backed, with a dashboard deep link.
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.
Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. Use to review or audit Convex functions before shipping.
Set up Sentinel production error capture in your own Convex deployment.
Set and wire Convex deployment env vars / secrets for the app.