# antfu

> Open-source publisher. Listings imported from github.com/antfu — credited to the original author with their license.

- **Listings:** 23
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/antfu
- **Website:** https://github.com/antfu

## Published listings

- [Vueuse Functions](https://agentstack.voostack.com/l/skill-antfu-skills-vueuse-functions) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vueuse-functions`
  Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
- [Vite](https://agentstack.voostack.com/l/skill-antfu-skills-vite) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vite`
  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.
- [Turborepo](https://agentstack.voostack.com/l/skill-antfu-skills-turborepo) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-turborepo`
  |
- [Pnpm](https://agentstack.voostack.com/l/skill-antfu-skills-pnpm) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-pnpm`
  Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces via pnpm-workspace.yaml, or managing dependencies with catalogs, patches, overrides, config dependencies, or the global virtual store.
- [Test Skill B](https://agentstack.voostack.com/l/skill-antfu-skills-npm-scoped-skill) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-npm-scoped-skill`
  A test skill in scoped pkg-b
- [Antfu](https://agentstack.voostack.com/l/skill-antfu-skills-antfu) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-antfu`
  Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.
- [Tsdown](https://agentstack.voostack.com/l/skill-antfu-skills-tsdown) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-tsdown`
  Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.
- [Antfu Design](https://agentstack.voostack.com/l/skill-antfu-skills-antfu-design) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-antfu-design`
  antfu-style design conventions, broadened. UnoCSS-first, class-based semantic tokens with dual light/dark for tooling and devtools UIs, plus design-read, anti-slop, and micro-interaction polish for landing pages and product surfaces. Use when building or refactoring any interface with UnoCSS.
- [Pinia](https://agentstack.voostack.com/l/skill-antfu-skills-pinia) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-pinia`
  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.
- [Test Skill A](https://agentstack.voostack.com/l/skill-antfu-skills-npm-test-skill) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-npm-test-skill`
  A test skill in pkg-a
- [Vue Best Practices](https://agentstack.voostack.com/l/skill-antfu-skills-vue-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-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-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.
- [Slidev](https://agentstack.voostack.com/l/skill-antfu-skills-slidev) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-slidev`
  Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
- [Test Skill C](https://agentstack.voostack.com/l/skill-antfu-skills-npm-another-skill) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-npm-another-skill`
  A test skill in pkg-c (not in package.json)
- [Nitro](https://agentstack.voostack.com/l/skill-antfu-skills-nitro) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-nitro`
  Nitro is the framework-agnostic server toolkit (powering Nuxt) for building and deploying web servers anywhere. Use when working with nitro.config, server routes/event handlers, route rules, caching, storage, tasks, websockets, or deploying to Node/Bun/Deno/Cloudflare/Vercel.
- [Unocss](https://agentstack.voostack.com/l/skill-antfu-skills-unocss) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-unocss`
  UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules, shortcuts, or working with presets like Wind, Icons, Attributify.
- [Vitepress](https://agentstack.voostack.com/l/skill-antfu-skills-vitepress) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vitepress`
  VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.
- [Nuxt](https://agentstack.voostack.com/l/skill-antfu-skills-nuxt) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-nuxt`
  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.
- [Vue Testing Best Practices](https://agentstack.voostack.com/l/skill-antfu-skills-vue-testing-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vue-testing-best-practices`
  Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
- [Vue Router Best Practices](https://agentstack.voostack.com/l/skill-antfu-skills-vue-router-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vue-router-best-practices`
  Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
- [Vue](https://agentstack.voostack.com/l/skill-antfu-skills-vue) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vue`
  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.
- [Web Design Guidelines](https://agentstack.voostack.com/l/skill-antfu-skills-web-design-guidelines) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-web-design-guidelines`
  Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
- [Vitest](https://agentstack.voostack.com/l/skill-antfu-skills-vitest) — Skill · Free · security-reviewed — `agentstack add skill-antfu-skills-vitest`
  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.
- [Nuxt Mcp Dev](https://agentstack.voostack.com/l/mcp-antfu-nuxt-mcp-dev) — MCP server · Free · security-reviewed — `agentstack add mcp-antfu-nuxt-mcp-dev`
  MCP server helping models to understand your Vite/Nuxt app better.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
