Loading...
Loading...
Found 114 Skills
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.
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.
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.
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
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.
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
Set and wire Convex deployment env vars / secrets for the app.
Add recurring scheduled jobs (crons) to the Convex app.
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes.
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.