migrate
25get-convex/convex-agent-plugins
Command
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
get-convex/convex-agent-plugins
Command
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
get-convex/convex-agent-plugins
Command
Watch for the next dev/prod error or request in a Convex app and react to it.
get-convex/convex-agent-plugins
Command
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
get-convex/convex-agent-plugins
Command
Seed or import data into the Convex database.
get-convex/convex-agent-plugins
Command
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.
get-convex/convex-agent-plugins
Command
Set up Sentinel production error capture in your own Convex deployment.
get-convex/convex-agent-plugins
Command
Publish the current Convex app to a live .convex.app URL (deploy backend + upload web build).
get-convex/convex-agent-plugins
Command
Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, rate-limiter, storage, search, presence, workflow, RAG, prosemirror-sync). Passive — suggest after the task, never interrupt. Never install without consent.
get-convex/convex-agent-plugins
Command
Generate convex-test tests for the app's Convex functions.
get-convex/convex-agent-plugins
Command
Build a durable multi-step retry pipeline on the Convex app with @convex-dev/workflow.
get-convex/convex-agent-plugins
Cursor rule
Get a barebones Convex + web template running from a one-sentence idea.
Instructions file CodexOpenCode
AGENTS.md instructions for get-convex/agent-skills, covering agent instructions, skill philosophy, style guidelines, file structure and maintenance.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
Skill Claude CodeCodex
Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
Skill Claude CodeCodex
Audit and harden Convex authorization: identity-from-arg impersonation, missing per-document ownership checks, PII-leaking public queries, and writes into containers the caller doesn't own. Deterministic scan + canonical requireIdentity/requireOwner fix + tsc verify. Use for 'secure my app' / 'audit auth' / 'who can…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
Skill Claude CodeCodex
Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's growth curve, name the cheapest fix; confirm-cost for paid actions.
Skill Claude CodeCodex
Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.
Skill Claude CodeCodex
Add recurring scheduled jobs (crons) to the Convex app.
Skill Claude CodeCodex
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.
Skill Claude CodeCodex
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.