YuDefine

62 mods across 1 repository, 45 stars between them.

document-writer

25

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

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.

45 3d ago A 57 tokens original MIT

motion

26

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

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.

45 3d ago A 39 tokens original MIT

nuxt-auth-utils

27

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Use when implementing auth in Nuxt apps with nuxt-auth-utils - provides useUserSession composable, OAuth handlers, cookie-based sessions, and route protection. Works on all deployment targets without DB dependency.

45 3d ago A 46 tokens original MIT

nuxt-better-auth

28

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Use when implementing auth in Nuxt apps with @nuxtjs/better-auth - provides useUserSession composable, server auth helpers, route protection, and Better Auth plugins integration.

45 3d ago A 43 tokens original MIT

nuxt-ui

29

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.

45 3d ago A 56 tokens copy · 100% MIT

nuxt

30

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.

45 3d ago A 41 tokens copy · 100% MIT

pinia-store

31

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Pinia Store 架構規範。Use when creating app/stores//.ts files, working with defineStore, managing global state, or building Pinia stores. Always use this skill for store design patterns, naming conventions, and state management architecture.

45 3d ago A 56 tokens original MIT

pinia

32

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.

45 3d ago A 37 tokens copy · 100% MIT

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

45 3d ago A 214 tokens copy · 100% MIT

reka-ui

34

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

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.

45 3d ago A 47 tokens original MIT

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Review code for logging patterns and suggest evlog adoption. Optionally use @evlog/cli (evlog init to wire evlog, evlog agents to write the conventions into AGENTS.md, evlog map to score entry-point coverage, --baseline to gate regressions in CI) on Nuxt, Nitro, Next.js, and TanStack Start. Guides setup on those plus…

45 3d ago A 197 tokens copy · 97% MIT

server-api

36

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Server API 設計規範。Use when creating server/api//.ts files, building API endpoints, or working with defineEventHandler. Always use this skill for API route design, request validation, error handling, and response formatting.

45 3d ago A 51 tokens original MIT

supabase-arch

37

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Supabase 架構決策指南。Use when planning new features, deciding between RPC vs Edge Function, choosing tech approaches, or asking architecture questions. Always use this skill for Supabase architecture decisions and technology routing.

45 3d ago A 49 tokens original MIT

supabase-migration

38

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Supabase Migration 規範。Use when running supabase migration new, editing migration SQL files, creating database functions, or modifying database schema. Always use this skill when you see CREATE FUNCTION, ALTER TABLE, CREATE INDEX, or migration-related work.

45 3d ago A 56 tokens original MIT

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the…

45 3d ago A 182 tokens copy · 100% MIT

supabase-rls

40

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Supabase RLS 政策規範。Use when creating or modifying RLS policies (CREATE POLICY, ALTER POLICY), setting up Row Level Security, or working with database access control. Always use this skill for RLS design, policy templates, and role-based access patterns.

45 3d ago A 63 tokens original MIT

supabase

41

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…

45 3d ago A 185 tokens copy · 100% MIT

vitepress

43

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.

45 3d ago A 32 tokens copy · 100% MIT

vitest

44

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

45 3d ago A 36 tokens copy · 86% MIT

vue-best-practices

45

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

MUST be used for Vue.js tasks. Strongly recommends Composition API with and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API.

45 3d ago A 81 tokens copy · 100% MIT

vue

47

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

45 3d ago A 53 tokens copy · 100% MIT