convex-setup-auth
๐ฏSkillfrom get-convex/agent-skills
Installation
npx vibeindex add get-convex/agent-skills --skill convex-setup-authnpx skills add get-convex/agent-skills --skill convex-setup-auth~/.claude/skills/convex-setup-auth/SKILL.mdSets up Convex authentication end-to-end โ user management, identity mapping, and access control via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT โ wiring `auth.config.ts` and a users table.
Overview
A Convex agent skill that sets up Convex authentication end-to-end โ user management, identity mapping, and access control โ via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT. Wires auth.config.ts and a users table according to Convex conventions.
Key Features
- End-to-end auth setup across multiple providers (Convex Auth / Clerk / WorkOS / Auth0 / JWT)
- Generates or modifies
auth.config.tswith the right providers - Scaffolds a users table with identity mapping patterns
- Integrates with the broader get-convex/agent-skills collection
Who is this for?
Developers wiring authentication into a Convex backend who want to avoid the per-provider documentation rabbit hole. Particularly useful when evaluating which provider fits and getting a working integration in place quickly.
Same repository
get-convex/agent-skills(42 items)
SKILL.md
More from this repository10
Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.
Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.
Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.
Plans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the `@convex-dev/migrations` component, handling backfills, type changes, and table splits or merges.
A collection of agent skills for common Convex workflows, covering project setup, authentication, component creation, migrations, and performance auditing, usable across Claude Code, Cursor, Windsurf, and Codex.
Skill
Skill
Skill
Skill
Skill