rrd108rrd108Communityยท1 Agent Skills Included

nuxt-users

User authentication, roles, and database setup for Nuxt apps

Adds complete user authentication to Nuxt 3 and Nuxt 4 applications with registration, login, logout, and password reset. Handles database migrations and user creation for SQLite, MySQL, and PostgreSQL without manual schema work. Provides role-based access control, route protection middleware, and ready-made login and profile components. Guides coding agents through configuration, composables, and CLI commands to ship secure auth faster.
npx skills add rrd108/nuxt-users --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’