@skills · Owner
Agent skills by get-convex
35 skills indexed from github.com/get-convex. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- agent-skills · Collection · 42 stars
- convex · Skill · 42 stars
Convex is the backend agents get right on the first try: an all-TypeScript reactive platform where the database, server functions, scheduling, file storage
- convex-add · Skill · 42 stars
Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, sear
- convex-advisor · Skill · 42 stars
Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixe
- convex-agent · Skill · 42 stars
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
- convex-auth · Skill · 42 stars
Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
- convex-authz · Skill · 42 stars
Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, public queries leaking data by a cli
- convex-backup · Skill · 42 stars
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 schedul
- convex-billing · Skill · 42 stars
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
- convex-cost · Skill · 42 stars
Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's growth curve, name the cheapest fix;
- convex-create-component · Skill · 42 stars
Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component bo
- convex-crons · Skill · 42 stars
Add recurring scheduled jobs (crons) to the Convex app.
- convex-deploy-guard · Skill · 42 stars
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.
- convex-design · Skill · 42 stars
Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, schedulin
- convex-docs · Skill · 42 stars
Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check node_modules types, freshne
- convex-domains · Skill · 42 stars
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
- convex-env · Skill · 42 stars
Set and wire Convex deployment env vars / secrets for the app.
- convex-expert · Skill · 42 stars
Convex backend specialist. Use this agent for any code inside a `convex/` directory — function definitions, schemas, indexes, queries, mutations, actions,
- convex-explain-app · Skill · 42 stars
Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, components, a request→data flow — read fro
- convex-improve-convex-plugin · Skill · 42 stars
Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.
- convex-insights · Skill · 42 stars
Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, deploy causality — scoped, evidence-back
- convex-launch-readiness · Skill · 42 stars
Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backen
- convex-migrate · Skill · 42 stars
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
- convex-migrate-rehearse · Skill · 42 stars
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 r
- convex-monitor · Skill · 42 stars
Watch for the next dev/prod error or request in a Convex app and react to it.
- convex-optimize · Skill · 42 stars
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
- convex-quickstart · Skill · 42 stars
Get a barebones Convex + web template running from a one-sentence idea.
- convex-reviewer · Skill · 42 stars
Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. Use to review or audit Convex functions
- convex-seed · Skill · 42 stars
Seed or import data into the Convex database.
- convex-self-heal · Skill · 42 stars
Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a human to merge — then confirm the err
- convex-sentinel · Skill · 42 stars
Set up Sentinel production error capture in your own Convex deployment.
- convex-suggest · Skill · 42 stars
Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, rate-limiter, storage, search, presence
- convex-test · Skill · 42 stars
Generate convex-test tests for the app's Convex functions.
- convex-verify · Skill · 42 stars
Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the negative authz cases (wrong user refused
- skills · Collection · 42 stars