nuxt-users
User authentication, roles, and database setup for Nuxt apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install nuxt-users?โผ
Run `npx skills add rrd108/nuxt-users --all -g -y` in your terminal to install the skill globally for your coding agent.
How to add login and registration to a Nuxt app?โผ
Install the nuxt-users module, register it in nuxt.config.ts, run `npx nuxt-users migrate`, and drop the pre-built NUsersLoginForm component into your page.
Which databases does nuxt-users support?โผ
It supports SQLite, MySQL, and PostgreSQL with automatic migrations and schema management handled by built-in CLI commands.
Does nuxt-users support role-based access control?โผ
Yes. You define role-to-route permissions under nuxtUsers.auth.permissions, and middleware automatically protects restricted pages and API routes.
Does nuxt-users work with Claude Code and Cursor?โผ
Yes. The included SKILL.md follows the open agent skill standard, so agents like Claude Code and Cursor can configure auth, run CLI commands, and use composables correctly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core