Get Convex Skills
ego lite browser
sponsorego lite is the fastest browser for AI agents to run web automation, sharing your logged-in state with Codex or Claude Code, zero cost, zero config.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Composio
sponsorConnect to 1500+ MCP Servers in 1 click
convex
agent-skills/skills/convex
Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task.
DevelopmentDatabaseconvex-add
agent-skills/skills/convex-add
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 to an existing Convex app.
convex-advisor
agent-skills/skills/convex-advisor
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.
DevelopmentDatabaseData Analysisconvex-agent
agent-skills/skills/convex-agent
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
convex-auth
agent-skills/skills/convex-auth
Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
convex-authz
agent-skills/skills/convex-authz
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 access this data', not generic code review.
convex-backup
agent-skills/skills/convex-backup
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.
convex-billing
agent-skills/skills/convex-billing
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
convex-cost
agent-skills/skills/convex-cost
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.
convex-create-component
agent-skills/skills/convex-create-component
Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.
DevelopmentDatabaseconvex-crons
agent-skills/skills/convex-crons
Add recurring scheduled jobs (crons) to the Convex app.
convex-deploy-guard
agent-skills/skills/convex-deploy-guard
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.
convex-design
agent-skills/skills/convex-design
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.
convex-docs
agent-skills/skills/convex-docs
Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check node_modules types, freshness hierarchy — instead of writing a possibly-stale API from memory.
DevelopmentDatabaseconvex-domains
agent-skills/skills/convex-domains
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
convex-env
agent-skills/skills/convex-env
Set and wire Convex deployment env vars / secrets for the app.
convex-expert
agent-skills/skills/convex-expert
Convex backend specialist. Use this agent for any code inside a `convex/` directory — function definitions, schemas, indexes, queries, mutations, actions, HTTP endpoints, cron jobs, file storage, auth wiring, and component installation. Knows the object-form function syntax, validator patterns, resource limits, and component ecosystem that generic Claude routinely gets wrong.
convex-explain-app
agent-skills/skills/convex-explain-app
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.
convex-improve-convex-plugin
agent-skills/skills/convex-improve-convex-plugin
Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.
convex-insights
agent-skills/skills/convex-insights
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.
convex-launch-readiness
agent-skills/skills/convex-launch-readiness
Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.
convex-migrate
agent-skills/skills/convex-migrate
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
DevelopmentDatabaseconvex-migrate-rehearse
agent-skills/skills/convex-migrate-rehearse
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.
DatabaseDevelopmentconvex-migration-helper
agent-skills/skills/convex-migration-helper
Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.
DevelopmentDatabaseconvex-monitor
agent-skills/skills/convex-monitor
Watch for the next dev/prod error or request in a Convex app and react to it.
convex-optimize
agent-skills/skills/convex-optimize
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
convex-performance-audit
agent-skills/skills/convex-performance-audit
Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.
DevelopmentDatabaseData Analysisconvex-quickstart
agent-skills/skills/convex-quickstart
Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.
DevelopmentDatabaseconvex-reviewer
agent-skills/skills/convex-reviewer
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.
convex-seed
agent-skills/skills/convex-seed
Seed or import data into the Convex database.
DevelopmentDatabase
30 of 36