get-convex

117 mods across 6 repositories, 13k stars between them.

get-convex/convex-backend

Skill Claude CodeCodex

Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own tables, packaging Convex functionality for reuse, or when…

12k 3d ago A 95 tokens

get-convex/convex-backend

Skill Claude CodeCodex

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or removing or changing type, tables need splitting or merging…

12k 3d ago A 102 tokens

get-convex/convex-backend

Skill Claude CodeCodex

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC conflict errors or mutation retries appear, subscriptions or UI…

12k 3d ago A 97 tokens

convex-quickstart

04

get-convex/convex-backend

Skill Claude CodeCodex

Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend, wiring up ConvexProvider, configuring environment variables…

12k 3d ago A 108 tokens

convex-setup-auth

05

get-convex/convex-backend

Skill Claude CodeCodex

Sets up Convex authentication with user management, identity mapping, and access control. Use this skill when adding login or signup to a Convex app, configuring Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers, wiring auth.config.ts, protecting queries and mutations with ctx.auth.getUserIdentity()…

12k 3d ago A 105 tokens

add

06

get-convex/convex-agent-plugins

Command

Add a capability to the Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, hosting, …); falls back to @convex-dev component search.

112 4d ago C 47 tokens original MIT

auth

08

get-convex/convex-agent-plugins

Command

Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.

112 4d ago A 22 tokens original MIT

billing

09

get-convex/convex-agent-plugins

Command

Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).

112 4d ago A 24 tokens original MIT

convex-advisor

10

get-convex/convex-agent-plugins

Command

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.

112 4d ago A 35 tokens original MIT

convex-authz

11

get-convex/convex-agent-plugins

Command

Audit and harden Convex authorization: identity-from-arg impersonation, missing per-document ownership checks, PII-leaking public queries. Deterministic scan + canonical requireIdentity/requireOwner fix + tsc verify. Use for 'secure my app' / 'audit auth' / 'who can access this data', not generic code review.

112 4d ago A 70 tokens original MIT

convex-backup

12

get-convex/convex-agent-plugins

Command

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.

112 4d ago A 45 tokens original MIT

convex-cost

13

get-convex/convex-agent-plugins

Command

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.

112 4d ago A 36 tokens original MIT

convex-docs

14

get-convex/convex-agent-plugins

Command

Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check nodemodules types, freshness hierarchy — instead of writing a possibly-stale API from memory.

112 4d ago A 43 tokens original MIT

convex-insights

15

get-convex/convex-agent-plugins

Command

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.

112 4d ago A 40 tokens original MIT

convex-verify

16

get-convex/convex-agent-plugins

Command

Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the negative authz cases (wrong user refused, data-scope enforced).

112 4d ago A 37 tokens original MIT

deploy-guard

18

get-convex/convex-agent-plugins

Command

Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.

112 4d ago A 29 tokens original MIT

domains

19

get-convex/convex-agent-plugins

Command

Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).

112 4d ago A 24 tokens original MIT

explain-app

21

get-convex/convex-agent-plugins

Command

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.

112 4d ago A 41 tokens original MIT

launch-readiness

23

get-convex/convex-agent-plugins

Command

Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.

112 4d ago A 35 tokens original MIT

migrate-rehearse

24

get-convex/convex-agent-plugins

Command

Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven change to prod with the snapshot as rollback.

112 4d ago A 34 tokens original MIT