vue-testing-best-practices
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
Install
npx @aipkgs/cli install antfu/vue-testing-best-practicesAnthony Fu's Skills
A curated collection of Agent Skills reflecting Anthony Fu's preferences, experience, and best practices, along with usage documentation for the tools.
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
npx @aipkgs/cli install antfu/vue-testing-best-practicesReview UI code for Web Interface Guidelines compliance. Use when asked to review UI, check accessibility, audit design, review UX, or check a site against best practices.
npx @aipkgs/cli install antfu/web-design-guidelinesantfu/skills by Anthony Fu, packaged as an AIpkgs box: 17 Claude Code skills capturing best practices across his Vue/Vite ecosystem — vue, vue-best-practices, vue-testing-best-practices, vue-router-best-practices, nuxt, pinia, vite, vitest, vitepress, unocss, pnpm, tsdown, turborepo, slidev, vueuse-functions, web-design-guidelines, and antfu (his personal conventions).
Each skill is published independently as antfu/<name> (see ../skills/<name>/); this box bundles them together by referencing them as dependencies, so installing the box installs all 17. Install a single skill on its own if you only need one.
Imported from antfu/skills by Anthony Fu. Licensed under MIT (see LICENSE.txt). Only the self-contained skills/ tree is vendored; the upstream instructions/, sources/, and vendor/ build inputs are not included.
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.
npx @aipkgs/cli install antfu/vite