React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when...
cat ~/热门
浏览按 GitHub 星标排序的热门技能
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility",...
Anthony Fu's {Opinionated} preferences and best practices for web development
Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps,...
Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with...
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring...
Create and present web-based slides for developers using Markdown, Vue components, code highlighting, animations,...
tsdown fast TypeScript library bundler powered by Rolldown and Oxc. Use when bundling TypeScript libraries,...
|
UnoCSS instant atomic CSS engine, superset of Tailwind CSS. Use when configuring UnoCSS, writing utility rules,...
Vite next-generation frontend build tool with fast HMR and optimized builds. Use when configuring Vite, adding...
VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes,...
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking,...
Vue 3 and Vue.js best practices for TypeScript, vue-tsc, and Volar. This skill should be used when writing,...
Vue.js progressive JavaScript framework. Use when building Vue components, working with reactivity (ref, reactive,...
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility",...
Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers...
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the...
A collection of best practices and tips for developing applications using Vue.js. This skill MUST be apply when...
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.
Pinia stores, state management patterns, store setup, and reactivity with stores.
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.