get-convex/convex-agent-plugins

An plugin for cursor to empower it to build the best apps ever.

112Stars on the repository
30Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add

01

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

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

13

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

14

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

16

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

18

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

19

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

self-heal

24

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.

112 4d ago A 46 tokens original MIT