๐ŸŽฏ

convex-setup-auth

๐ŸŽฏSkill

from get-convex/agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add get-convex/agent-skills --skill convex-setup-auth
skills.sh Installโš  Installs to .agents/skills/
$npx skills add get-convex/agent-skills --skill convex-setup-auth
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/convex-setup-auth/SKILL.md
VibeIndex|
What it does
|

Sets 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.ts with 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)

convex-setup-auth

SKILL.md

94,074Installs
-
AddedMar 16, 2026