skills
Ready-made AI agent skills for the Vue, Vite, and Nuxt ecosystem
All Skills in This Repository (18)
Pure Emerald Level Indicatorsvueuse-functions
Catalog VueUse composables for Vue and Nuxt development.
vitepress
Process Markdown into a static documentation site with VitePress and Vue components.
web-design-guidelines
Audit UI code against Web Interface Guidelines for accessibility and usability.
vitest
Run and filter Vitest tests with coverage for Vite projects.
antfu
Configure JavaScript/TypeScript projects with Anthony Fu's ESLint, Prettier, pnpm, and monorepo conventions.
vue
Writes Vue 3 SFCs using the Composition API with defineProps, defineEmits, and script setup.
vue-best-practices
Guide Vue 3 projects toward idiomatic Composition API usage.
pnpm
Manage Node.js dependencies across monorepos with pnpm-workspace.yaml and .npmrc.
vue-testing-best-practices
Provide Vue.js testing guidance for unit and integration tests with Vitest and Vue Test Utils.
tsdown
Bundle TypeScript libraries into ESM, CJS, IIFE, and UMD formats with type declarations.
vite
Create and maintain vite.config.ts with defineConfig and environment-aware setups.
nuxt
Build full-stack Vue applications with SSR and file-based routing.
Frequently Asked Questions
FAQPage SchemaHow to install antfu/skills?โผ
Run `npx skills add antfu/skills --all -g -y` in your terminal to install the full collection globally for your AI agent.
What does the antfu/skills collection cover?โผ
It covers the Vue and Vite ecosystem: Vue 3, Nuxt, Vite, Vitest, Pinia, UnoCSS, VitePress, pnpm, Nitro, plus vendored skills for Slidev, tsdown, Turborepo, and VueUse.
How do these skills improve AI coding agents?โผ
They give agents concise, up-to-date references generated from official documentation, so the agent writes correct framework code instead of relying on stale training data.
Does antfu/skills work with Claude Code and other agents?โผ
Yes. Every skill follows the standard SKILL.md format and works with Claude Code, OpenClaw, Cursor, Codex, and other compatible agents.
Can I generate my own skill collection from this repo?โผ
Yes. Fork the repository, update meta.ts with your own projects, and follow the AGENTS.md workflow to generate skills from any project's documentation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core