This handles the full authentication setup flow for Convex apps, from choosing a provider to wiring up user management and access control. It supports Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT, and detects which one you're using from your repo before generating setup code. You get identity mapping to a users table, getCurrentUser helpers, and authorization patterns for ownership, admin, and team access. The skill includes provider-specific reference files for package installation, environment variables, and client configuration. Useful when you're adding auth for the first time or need to implement proper user management patterns. Covers both local development and production workflows with validation checklists.
npx -y skills add get-convex/agent-skills --skill auth-setup --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills