nuxt-users
Installation
SKILL.md
Nuxt Users skill
This skill helps you work with the nuxt-users module: user authentication, authorization, database setup, and CLI for Nuxt 3 and Nuxt 4 apps.
When to use this skill
- User asks to add login, register, or logout to a Nuxt app
- User needs to set up or change the database (SQLite, MySQL, PostgreSQL) for nuxt-users
- User wants to run CLI commands:
npx nuxt-users migrate,npx nuxt-users create-user - User needs to configure permissions, roles, or public routes (whitelist)
- User is customizing password validation, session duration, or mailer (password reset)
- User is using composables like
useAuthentication,useUsers,usePublicPaths, orusePasswordValidation - User is styling or integrating components like
NUsersLoginForm,NUsersLogoutLink,NUsersProfileInfo,NUsersResetPasswordForm,NUsersList,NUsersUserForm