Skills from antfu/skills: 19 agent skills
- antfu — Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects.
- antfu-design — antfu-style design conventions, broadened.
- nitro — Nitro is the framework-agnostic server toolkit (powering Nuxt) for building and deploying web servers anywhere.
- nuxt — Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing.
- pinia — Pinia official Vue state management library, type-safe and extensible.
- pnpm — Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces via pnpm-workspace.yaml.
- slidev — Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features.
- tsdown — Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown.
- turborepo — Turborepo monorepo build system guidance.
- unocss — UnoCSS instant atomic CSS engine, superset of Tailwind CSS.
- vite — Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration.
- vitepress — VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.
- vitest — Vitest fast unit testing framework powered by Vite with Jest-compatible API.
- vue — Vue 3 Composition API, script setup macros, reactivity system, and built-in components.
- vue-best-practices — MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar.
- vue-router-best-practices — Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
- vue-testing-best-practices — Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
- vueuse-functions — Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
- web-design-guidelines — Review UI code for Web Interface Guidelines compliance.