CtrlK
BlogDocsLog inGet started
Tessl Logo

nuxt-users

Configure and use the nuxt-users module for Nuxt 3 and Nuxt 4. Use when adding authentication, user management, roles, password reset, database setup (SQLite/MySQL/PostgreSQL), or CLI commands (migrate, create-user). Covers nuxt.config (nuxtUsers), composables (useAuthentication, useUsers, usePublicPaths, usePasswordValidation, useNuxtUsersLocale), components (NUsersLoginForm, NUsersLogoutLink, etc.), and authorization (whitelist, permissions).

66

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable skill body that mostly respects the token budget and points to external docs. The main weakness is missing validation/verification steps for destructive database and user operations, which caps workflow clarity.

Suggestions

Add an explicit validation checkpoint after `nuxt-users migrate` (e.g., verify the migrations table exists and the schema applied) and a confirm/verify step before destructive user operations like `removeUser` or `hardDelete`.

Either bundle the referenced docs (../../docs/user-guide/*.md, ../../llms.txt) inside the skill's references/ directory or adjust the paths so the references resolve to real files.

Tighten setup step 6 and the inline config-reference table to remove minor verbosity.

DimensionReasoningScore

Conciseness

Mostly lean and efficient with terse tables and bullets assuming competence; minor over-explanation in the prose of setup step 6 and the dense inline config-reference table could be trimmed.

4 / 5

Actionability

Provides concrete, copy-paste-ready commands and config snippets (npm install, npx nuxt-users migrate, create-user flags, nuxt.config.ts blocks) with composable/component signatures; minor gaps in fully spelled-out return shapes.

4 / 5

Workflow Clarity

Setup is a clear numbered sequence, but destructive/batch operations (migrate, create-user, removeUser/hardDelete) lack explicit validation checkpoints, which caps this dimension per the rubric.

3 / 5

Progressive Disclosure

Well-organized sections with one-level-deep, clearly signaled file references; slightly below 5 because the referenced ../../docs and llms.txt paths are not bundled with the skill.

4 / 5

Total

15

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that clearly states capabilities and trigger conditions in third person with comprehensive concrete actions. Minor room for more natural synonym variety, but otherwise excellent.

DimensionReasoningScore

Specificity

Lists multiple concrete actions across config, auth (login/user management/roles/password reset), database setup across three engines, CLI commands, composables, and components — comprehensive coverage with no vague filler.

5 / 5

Completeness

Explicitly answers both what ('Configure and use the nuxt-users module...') and when ('Use when adding authentication, user management, roles...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Strong natural triggers ('adding authentication', 'user management', 'roles', 'password reset', 'database setup') but lacks synonym/file-extension style variety, so a few natural phrasings are missing.

4 / 5

Distinctiveness Conflict Risk

Clear niche (the nuxt-users module for Nuxt 3/4) with distinct triggers (auth, roles, password reset, CLI) giving minimal overlap with other skills.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation — 15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

relative_links

Relative link issues: 1 suspicious

Warning

Total

15

/

16

Passed

Repository
onmax/nuxt-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.