get-convex

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

self-heal

29

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

ship

31

get-convex/convex-agent-plugins

Command

Publish the current Convex app to a live .convex.app URL (deploy backend + upload web build).

112 4d ago A 22 tokens original MIT

suggest

32

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.

112 4d ago A 60 tokens original MIT

get-convex/agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for get-convex/agent-skills, covering agent instructions, skill philosophy, style guidelines, file structure and maintenance.

51 4d ago A 556 tokens

convex-add

37

get-convex/agent-skills

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…

51 4d ago A 81 tokens

convex-advisor

38

get-convex/agent-skills

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.

51 4d ago A 40 tokens

convex-auth

40

get-convex/agent-skills

Skill Claude CodeCodex

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

51 4d ago A 26 tokens

convex-authz

41

get-convex/agent-skills

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…

51 4d ago A 84 tokens

convex-backup

42

get-convex/agent-skills

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.

51 4d ago A 50 tokens

convex-billing

43

get-convex/agent-skills

Skill Claude CodeCodex

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

51 4d ago A 29 tokens

convex-cost

44

get-convex/agent-skills

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.

51 4d ago A 40 tokens

get-convex/agent-skills

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.

51 4d ago A 35 tokens

convex-deploy-guard

47

get-convex/agent-skills

Skill Claude CodeCodex

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

51 4d ago A 36 tokens

convex-design

48

get-convex/agent-skills

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.

51 4d ago A 59 tokens