Total 52,033 skills, Backend Development has 4220 skills
Showing 12 of 4220 skills
Use this skill when integrating a third-party auth provider (Clerk, Auth0, WorkOS, Kinde, Stytch) with InsForge for authentication and RLS. Covers JWT configuration, client setup, database RLS policies, and provider-specific gotchas for each supported integration.
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.
Add recurring scheduled jobs (crons) to the Convex app.
Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
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.
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
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.
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.
Set and wire Convex deployment env vars / secrets for the app.