All Skills

7660 skills found

Skills List

convex-authz

convex-authz

42security

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.

get-convex avatarget-convex
Get
convex-design

convex-design

42backend-api

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.

get-convex avatarget-convex
Get
convex-advisor

convex-advisor

42devops-cloud

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.

get-convex avatarget-convex
Get
convex-add

convex-add

42agent-workflows

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.

get-convex avatarget-convex
Get
convex-migrate-rehearse

convex-migrate-rehearse

42database

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.

get-convex avatarget-convex
Get
convex-insights

convex-insights

42devops-cloud

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.

get-convex avatarget-convex
Get
convex-env

convex-env

42agent-workflows

Set and wire Convex deployment env vars / secrets for the app.

get-convex avatarget-convex
Get
convex-verify

convex-verify

42testing-qa

Prove 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).

get-convex avatarget-convex
Get
convex-explain-app

convex-explain-app

42mcp-integrations

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.

get-convex avatarget-convex
Get
convex-test

convex-test

42testing-qa

Generate convex-test tests for the app's Convex functions.

get-convex avatarget-convex
Get
convex-billing

convex-billing

42backend-api

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

get-convex avatarget-convex
Get
convex-agent

convex-agent

42backend-api

Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.

get-convex avatarget-convex
Get
convex-domains

convex-domains

42devops-cloud

Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).

get-convex avatarget-convex
Get
convex-cost

convex-cost

42devops-cloud

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.

get-convex avatarget-convex
Get
convex-seed

convex-seed

42database

Seed or import data into the Convex database.

get-convex avatarget-convex
Get
convex-monitor

convex-monitor

42devops-cloud

Watch for the next dev/prod error or request in a Convex app and react to it.

get-convex avatarget-convex
Get
convex-launch-readiness

convex-launch-readiness

42database

Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.

get-convex avatarget-convex
Get
convex-crons

convex-crons

42agent-workflows

Add recurring scheduled jobs (crons) to the Convex app.

get-convex avatarget-convex
Get
convex-backup

convex-backup

42devops-cloud

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.

get-convex avatarget-convex
Get
convex-suggest

convex-suggest

42frontend

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.

get-convex avatarget-convex
Get
convex-self-heal

convex-self-heal

42security

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.

get-convex avatarget-convex
Get
convex-sentinel

convex-sentinel

42devops-cloud

Set up Sentinel production error capture in your own Convex deployment.

get-convex avatarget-convex
Get
arize-ai-provider-integration

arize-ai-provider-integration

42security

Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVIDIA NIM). Use when the user mentions AI integration, LLM provider credentials, create integration, list integrations, update credentials, delete integration, or connecting an LLM provider to Arize.

arize-ai avatararize-ai
Get
arize-annotation

arize-annotation

42prompting-reasoning

Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions annotation config, annotation queue, label schema, human feedback, bulk annotate spans, update_annotations, labeling queue, annotate record, or human review.

arize-ai avatararize-ai
Get
Want a category view? Try /category/writing-content.