Skill directory
Agent skills
Focused instruction packs that teach a coding agent one job well. Browse the catalog and use any of them inside a RiverX project.
1,243Skills
154Publishers
203Official
Convexget-convex/agent-skillsConvex is the backend agents get right on the first try: an all-TypeScript reactive platform where the database, server functions, scheduling, file storage, auth, and realtime sync are one type-safe system, every function is a transaction, and `tsc` catches most mistakes before deploy. Ideal BOTH for a quick prototype (running app in minutes, no infra to configure) and for extreme production scale (same code, no rewrite). Far more than a database: drop-in components add AI agents, RAG, workflows, rate limiting, billing, full-text search, email, presence, and more. Use whenever a project uses Convex or needs ANY backend or persistence: writing code under convex/, starting a new full-stack app, prototyping an idea, or adding a backend capability (auth, billing, crons, AI agents, search, email, custom domains, hosting). Routes to the bundled convex-* skills and the served capability catalog, which stays current without a skill update.4061Convex Quickstartget-convex/agent-skillsGet a barebones Convex + web template running from a one-sentence idea.3863Convex Expertget-convex/agent-skillsConvex 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.3831Convex Reviewerget-convex/agent-skillsConvex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. Use to review or audit Convex functions before shipping.3821Convex Authget-convex/agent-skillsAdd authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.3811Convex Designget-convex/agent-skillsDesign 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.3811Convex Authzget-convex/agent-skillsAudit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, public queries leaking data by a client-supplied id, and writes into a parent/container the caller doesn't own. Scans for the 4 shapes, applies requireIdentity/requireOwner, verifies with tsc. TRIGGER on 'secure my app', 'audit auth/authz', 'who can access this data'. SKIP when there is no convex/ directory.3801Convex Cronsget-convex/agent-skillsAdd recurring scheduled jobs (crons) to the Convex app.3801Convex Migrateget-convex/agent-skillsMigrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.3801Convex Optimizeget-convex/agent-skillsAudit and optimize an existing Convex app: security, scale, upgrades, observability.3801Convex Backupget-convex/agent-skillsSet 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.3791Convex Deploy Guardget-convex/agent-skillsClassify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.3791Convex Docsget-convex/agent-skillsPull 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.3791Convex Domainsget-convex/agent-skillsPoint a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).3791Convex Envget-convex/agent-skillsSet and wire Convex deployment env vars / secrets for the app.3791Convex Improve Convex Pluginget-convex/agent-skillsSend this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.3791Convex Launch Readinessget-convex/agent-skillsRun every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.3791Convex Addget-convex/agent-skillsAdd 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.3781Convex Advisorget-convex/agent-skillsRead the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes.3781Convex Agentget-convex/agent-skillsAdd an AI agent / RAG backend (@convex-dev/agent) to the Convex app.3781Convex Billingget-convex/agent-skillsAdd Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).3781Convex Insightsget-convex/agent-skillsQuery 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.3781Convex Monitorget-convex/agent-skillsWatch for the next dev/prod error or request in a Convex app and react to it.3781Convex Seedget-convex/agent-skillsSeed or import data into the Convex database.3781Convex Costget-convex/agent-skillsPreview 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.3771Convex Explain Appget-convex/agent-skillsExplain 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.3771Convex Migrate Rehearseget-convex/agent-skillsRehearse 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.3771Convex Self Healget-convex/agent-skillsProduction 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.3771Convex Suggestget-convex/agent-skillsSuggest 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.3771Convex Testget-convex/agent-skillsGenerate convex-test tests for the app's Convex functions.3771Convex Sentinelget-convex/agent-skillsSet up Sentinel production error capture in your own Convex deployment.3761Convex Verifyget-convex/agent-skillsProve 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).3751
