The convex-setup-auth skill implements secure authentication in Convex applications by configuring auth providers (Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT), setting up user management with identity mapping, and establishing role-based access control. It serves developers building Convex apps who need to add login/signup functionality or protect queries and mutations with authentication. The skill solves the problem of choosing the right auth provider and properly wiring authentication infrastructure by guiding users through provider selection and providing setup patterns for each supported option.
npx skills add https://github.com/get-convex/agent-skills --skill convex-setup-auth