---
title: "Max (@onmax) skills · skilld"
canonical_url: "https://skilld.dev/gh/onmax"
last_updated: "2026-05-09T04:25:40.746Z"
meta:
  description: "22 agent skills curated by Max on skilld. TypeScript, Nuxt, Vue."
  "og:description": "22 agent skills curated by Max."
  "og:title": "Max on skilld"
---

`

![Avatar for Max](https://github.com/onmax.png)

# **Max**

[@onmax](https://github.com/onmax)person

Breaking things. Commits are my own.

22 skills 696 Lund, Sweden Synced 7 days ago

Mostly·TypeScript, Nuxt, Vue

[GitHub](https://github.com/onmax) [Website](https://onmax.me)

## Skills

### [onmax/nuxt-skills](https://skilld.dev/gh/onmax/nuxt-skills)

Vue, Nuxt, and NuxtHub skills for AI coding assistants.

22 skills 696

`npx -y skilld add gh:onmax/nuxt-skills`

- [

  **/document-writer**696

  Use when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and MDC component usage. Overrides brevity rules for proper grammar. Use nuxt-content for MDC syntax, nuxt-ui for component props. /document-writer by onmax](https://skilld.dev/gh/onmax/nuxt-skills/document-writer)
- [

  **/motion**696

  Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt /motion by onmax](https://skilld.dev/gh/onmax/nuxt-skills/motion)
- [

  **/nuxt**696

  Nuxt application development and maintenance. Use for project structure, pages and routing, data fetching, SSR-safe state, middleware, plugins, server routes, runtime config, route rules, layers, built-in components, hydration, upgrades, and testing. /nuxt by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt)
- [

  **/nuxt-better-auth**696

  Use when implementing auth in Nuxt apps with @onmax/nuxt-better-auth - provides useUserSession composable, server auth helpers, route protection, and Better Auth plugins integration. /nuxt-better-auth by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-better-auth)
- [

  **/nuxt-content**696

  Build typed, content-driven Nuxt applications with @nuxt/content. Use when working with content.config.ts, collections, queryCollection, Markdown or MDC rendering, content databases, hooks, custom sources, search, or Content v2 migrations. /nuxt-content by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-content)
- [

  **/nuxt-i18n**696

  Internationalize Nuxt applications with @nuxtjs/i18n. Use when configuring locales or browser detection, translating messages or routes, building locale switchers, handling fallbacks, lazy-loading messages, or adding locale SEO. /nuxt-i18n by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-i18n)
- [

  **/nuxt-modules**696

  Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules. Provides defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation. /nuxt-modules by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-modules)
- [

  **/nuxt-seo**696

  Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data. /nuxt-seo by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-seo)
- [

  **/nuxt-studio**696

  Configure and operate the self-hosted Nuxt Studio editor for Nuxt Content. Use when working with nuxt-studio installation, editor customization, OAuth or custom authentication, media, drafts, Git publishing, or production deployment. /nuxt-studio by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-studio)
- [

  **/nuxt-ui**696

  Use when building styled UI with @nuxt/ui v4 components - create forms with validation, implement data tables with sorting, build modal dialogs and overlays, configure Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives. /nuxt-ui by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxt-ui)
- [

  **/nuxthub**696

  Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports. /nuxthub by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxthub)
- [

  **/phaser-best-practices**696

  Builds and refactors Phaser 3 browser games. Use for creating a new Phaser project, adding scenes, entities, physics, UI, tilemaps, animations, input, audio, camera, or for fixing Phaser-specific bugs and performance problems. /phaser-best-practices by onmax](https://skilld.dev/gh/onmax/nuxt-skills/phaser-best-practices)
- [

  **/pnpm**696

  Use when managing Node.js dependencies with pnpm - install packages, configure monorepo workspaces, set up pnpm catalogs, resolve dependency conflicts with overrides, patch third-party packages, and configure CI pipelines for pnpm projects /pnpm by onmax](https://skilld.dev/gh/onmax/nuxt-skills/pnpm)
- [

  **/reka-ui**696

  Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue. /reka-ui by onmax](https://skilld.dev/gh/onmax/nuxt-skills/reka-ui)
- [

  **/tresjs**696

  Use when building 3D scenes with TresJS (Vue Three.js) - provides TresCanvas, composables (useTres, useLoop), Cientos helpers (OrbitControls, useGLTF, Environment), and post-processing effects /tresjs by onmax](https://skilld.dev/gh/onmax/nuxt-skills/tresjs)
- [

  **/ts-library**696

  Use when authoring TypeScript libraries or npm packages - covers project setup, package.json exports, build tooling (tsdown/unbuild), API design patterns, type inference tricks, testing, and publishing to npm. Use when bundling, configuring dual CJS/ESM output, or setting up release workflows. /ts-library by onmax](https://skilld.dev/gh/onmax/nuxt-skills/ts-library)
- [

  **/tsdown**696

  Use when bundling TypeScript libraries - provides tsdown configuration, dual ESM/CJS output, .d.ts generation, package validation, and plugin authoring /tsdown by onmax](https://skilld.dev/gh/onmax/nuxt-skills/tsdown)
- [

  **/vite**696

  Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite. /vite by onmax](https://skilld.dev/gh/onmax/nuxt-skills/vite)
- [

  **/vitest**696

  Use when writing unit/integration tests for Vite projects - configure vitest.config.ts, write test suites with describe/it, create mock implementations with vi.fn and vi.mock, set up code coverage thresholds, and run tests in parallel /vitest by onmax](https://skilld.dev/gh/onmax/nuxt-skills/vitest)
- [

  **/vue**696

  Use when editing .vue files, creating Vue 3 components, writing composables, or testing Vue code - provides Composition API patterns, props/emits best practices, VueUse integration, and reactive destructuring guidance /vue by onmax](https://skilld.dev/gh/onmax/nuxt-skills/vue)
- [

  **/vueuse**696

  Use when working with VueUse composables - track mouse position with useMouse, manage localStorage with useStorage, detect network status with useNetwork, debounce values with refDebounced, and access browser APIs reactively. Check VueUse before writing custom composables - most patterns already implemented. /vueuse by onmax](https://skilld.dev/gh/onmax/nuxt-skills/vueuse)
- [

  **/writing-web-documentation**696

  Write, rewrite, review, and organize developer-facing documentation for web software projects. Use when creating or improving README files, docs homepages, quickstarts, tutorials, how-to guides, API/reference pages, conceptual explanations, migration guides, or troubleshooting content for frontend, backend, full-stack, SDK, API, or framework-based web products. This skill applies strong information architecture, task-first page structure, clear voice, runnable examples, version and prerequisite hygiene, accessibility rules, and docs-as-code maintenance habits. Do not use it for marketing copy, legal text, or non-technical customer-support articles. /writing-web-documentation by onmax](https://skilld.dev/gh/onmax/nuxt-skills/writing-web-documentation)

Curated skills from @onmax. Synced just now