Source

get-convex/agent-skills

46 skills · 1.2M combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
301
convex-quickstart Get a barebones Convex + web template running from a one-sentence idea.
get-convex/agent-skills
113.7K
302
convex-create-component Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend …
get-convex/agent-skills
113.3K
328
convex-performance-audit
get-convex/agent-skills
94.5K
332
convex-migration-helper
get-convex/agent-skills
94.1K
331
convex-setup-auth
get-convex/agent-skills
94.1K
336
convex Convex is the backend agents get right on the first try: an all-TypeScript reactive platform where the database, serv…
get-convex/agent-skills
90K
986
convex-auth Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
get-convex/agent-skills
18.8K
988
convex-expert Convex backend specialist. Use this agent for any code inside a `convex/` directory — function definitions, schemas, …
get-convex/agent-skills
18.8K
991
convex-docs Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdow…
get-convex/agent-skills
18.7K
992
convex-migrate Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
get-convex/agent-skills
18.7K
996
convex-optimize Audit and optimize an existing Convex app: security, scale, upgrades, observability.
get-convex/agent-skills
18.7K
997
convex-authz Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks…
get-convex/agent-skills
18.7K
998
convex-reviewer Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. U…
get-convex/agent-skills
18.7K
1013
convex-crons Add recurring scheduled jobs (crons) to the Convex app.
get-convex/agent-skills
18.7K
1009
convex-deploy-guard Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for …
get-convex/agent-skills
18.7K
999
convex-design Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, …
get-convex/agent-skills
18.7K
1011
convex-env Set and wire Convex deployment env vars / secrets for the app.
get-convex/agent-skills
18.7K
1014
convex-advisor Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report eviden…
get-convex/agent-skills
18.7K
1016
convex-add Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedu…
get-convex/agent-skills
18.6K
1017
convex-agent Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
get-convex/agent-skills
18.6K
1018
convex-migrate-rehearse Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven…
get-convex/agent-skills
18.6K
1019
convex-cost Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's…
get-convex/agent-skills
18.6K
1020
convex-insights Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, de…
get-convex/agent-skills
18.6K
1021
convex-explain-app Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, comp…
get-convex/agent-skills
18.6K
1022
convex-backup Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, asse…
get-convex/agent-skills
18.6K
1023
convex-launch-readiness Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered…
get-convex/agent-skills
18.6K
1024
convex-monitor Watch for the next dev/prod error or request in a Convex app and react to it.
get-convex/agent-skills
18.6K
1025
convex-domains Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
get-convex/agent-skills
18.6K
1026
convex-test Generate convex-test tests for the app's Convex functions.
get-convex/agent-skills
18.6K
1027
convex-billing Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
get-convex/agent-skills
18.6K
1030
convex-improve-convex-plugin Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.
get-convex/agent-skills
18.6K
1029
convex-seed Seed or import data into the Convex database.
get-convex/agent-skills
18.6K
1031
convex-self-heal Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a…
get-convex/agent-skills
18.6K
1032
convex-suggest Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, r…
get-convex/agent-skills
18.6K
1028
convex-verify Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the ne…
get-convex/agent-skills
18.6K
1033
convex-sentinel Set up Sentinel production error capture in your own Convex deployment.
get-convex/agent-skills
18.5K
8815
convex-acquire-domain Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action).
get-convex/agent-skills
1.2K
8802
convex-check-updates Check the current app's pinned Convex components against recommended versions and upgrade them behind a build gate.
get-convex/agent-skills
1.2K
8794
convex-ship Publish the current Convex app to a live *.convex.app URL (deploy backend + upload web build).
get-convex/agent-skills
1.2K
40
convex-helpers-guide Discover and use convex-helpers utilities for relationships, filtering, sessions, custom functions, and more. Use whe…
get-convex/agent-skills
578
41
function-creator Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when im…
get-convex/agent-skills
560
42
components-guide Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and wh…
get-convex/agent-skills
555
43
mike-convex-thumbnail Generate Mike-style YouTube thumbnail concepts and final drafts for Convex videos using Mike's local head-and-shoulde…
get-convex/agent-skills
554
44
schema-builder Design and generate Convex database schemas with proper validation, indexes, and relationships. Use when creating sch…
get-convex/agent-skills
554
45
migration-helper Plan and execute Convex schema migrations safely, including adding fields, creating tables, and data transformations.…
get-convex/agent-skills
527
46
auth-setup Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when imp…
get-convex/agent-skills
516