arkenv
Answer questions about ArkEnv and help implement environment variable validation. Use when developers: (1) Ask about environment variable validation or…
Guides authentication in Nuxt apps using @nuxtjs/better-auth. Use when installing or configuring the module, using its client or server APIs, protecting routes, refreshing sessions, or integrating Better Auth plugins.
$ npx -y skills add onmax/nuxt-skills --skill nuxt-better-auth --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nuxt-better-authContext preview
The summary Claude sees to decide when to auto-load this skill.
Guides authentication in Nuxt apps using @nuxtjs/better-auth. Use when installing or configuring the module, using its client or server APIs, protecting routes, refreshing sessions, or integrating Better Auth plugins.
name: nuxt-better-auth description: Guides authentication in Nuxt apps using @nuxtjs/better-auth. Use when installing or configuring the module, using its client or server APIs, protecting routes, refreshing sessions, or integrating Better Auth plugins. license: MIT
Use the smallest reference that matches the task.
| Task | Read | | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | Install the module, configure environment variables, or create config files | [references/installation.md](references/installation.md) | | Read client session state, build auth forms, call plugins, or fetch auth-bound data | [references/client-auth.md](references/client-auth.md) | | Read or enforce sessions in server handlers, create sessions, or refresh cached session data | [references/server-auth.md](references/server-auth.md) | | Protect pages or API routes and configure redirects | [references/route-protection.md](references/route-protection.md) | | Register Better Auth plugins and their client companions | [references/plugins.md](references/plugins.md) | | Configure NuxtHub, generated schema, or secondary storage | [references/database.md](references/database.md) | | Connect a Nuxt frontend to an external Better Auth server | [references/client-only.md](references/client-only.md) | | Use inferred auth types or add project fields | [references/types.md](references/types.md) |
Before finishing an implementation, run the consumer's typecheck and the narrowest relevant auth test.
Repo: onmax/nuxt-skills
Answer questions about ArkEnv and help implement environment variable validation. Use when developers: (1) Ask about environment variable validation or…
Comark (Components in Markdown) parser: syntax, AST, Vue/React/Svelte/Angular renderers, plugins, and LLM streaming with auto-close.
Nitro is the framework-agnostic server toolkit (powering Nuxt) for building and deploying web servers anywhere. Use when working with nitro.config, server…
Build typed, content-driven Nuxt applications with @nuxt/content. Use when working with content.config.ts, collections, queryCollection, Markdown or MDC…
Internationalize Nuxt applications with @nuxtjs/i18n. Use when configuring locales or browser detection, translating messages or routes, building locale…
Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions…