antfu/skills
These skills were imported into SkillJury from the public skills ecosystem.
vite
by antfu/skills
Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer.
vitest
by antfu/skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app.
vue
by antfu/skills
Based on Vue 3.5. Always use Composition API with .
pinia
by antfu/skills
Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration.
pnpm
by antfu/skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in...
vueuse-functions
by antfu/skills
This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant.
antfu
by antfu/skills
When completing tasks, run pnpm run lint --fix to format the code and fix coding style.
nuxt
by antfu/skills
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms.
unocss
by antfu/skills
UnoCSS is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated - all CSS utilities are provided via presets. It's a superset of Tailwind CSS, so you can reuse your Tailwind knowledge for basic syntax usage.
vitepress
by antfu/skills
VitePress is a Static Site Generator (SSG) built on Vite and Vue 3. It takes Markdown content, applies a theme, and generates static HTML that becomes an SPA for fast navigation. Perfect for documentation, blogs, and marketing sites.
vue-router-best-practices
by antfu/skills
Vue Router best practices, common gotchas, and navigation patterns.
slidev
by antfu/skills
Web-based slides maker built on Vite, Vue, and Markdown.
tsdown
by antfu/skills
Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc.
vue-testing-best-practices
by antfu/skills
Vue.js testing best practices, patterns, and common gotchas.