---
title: "Max (@onmax) skills · skilld"
canonical_url: "https://skilld.dev/gh/onmax"
last_updated: "2026-08-20T06:40:51.611Z"
meta:
  description: "20 agent skills written by Max on skilld. TypeScript, Nuxt, Vue."
  "og:description": "20 agent skills written by Max."
  "og:title": "Max on skilld"
---

`

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

# **Max**

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

Breaking things

20 skills 708 Lund, Sweden

Mostly·TypeScript, Nuxt, Vue

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

**Is this your GitHub account? **

Sign in as @onmax with GitHub.

Your indexed skills will appear on your curator profile.

skilld will also check your public repositories for other `SKILL.md` files.

[Sign in with GitHub](https://skilld.dev/auth/github?return_to=%2Fgh%2Fonmax)

## Skills

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

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

20 skills 708

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

- [

  **/document-writer**708

  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**708

  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**708

  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-content**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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**708

  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)
- [

  **/writing-web-documentation**708

  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. Checked GitHub just now