Create a small technical Slidev deck
Uses slidev
Create a Slidev presentation about TypeScript generics with code examples

This repository bundles Anthony Fu’s authoritative skills for the Vue ecosystem: Vue 3, Nuxt 4, Pinia, Vue Router, Vitest, VueUse, and more. It also covers the tooling that surrounds them—tsdown for library bundling, pnpm for dependency management, UnoCSS for atomic CSS, and Slidev for developer presentations. The collection helps full-stack Vue developers, library maintainers, and design engineers work faster and more consistently within an agent workflow.
Follow the documented setup, then try a first task.
Installs: All skills in the antfu/skills collection using the CLI's default non-global scope.
Run this terminal command to install every skill from the antfu/skills collection with the CLI's default scope.
pnpx skills add antfu/skills --skill='*'
Installs: All skills in the antfu/skills collection, installed globally.
Run this terminal command to install every skill from the antfu/skills collection globally.
pnpx skills add antfu/skills --skill='*' -g
Installs: The Slidev skill from slidevjs/slidev. · Claude Code
Run this terminal command to add the Slidev skill to the Claude Code configuration.
npx skills add slidevjs/slidev
Installs: All skills supplied by rolldown/tsdown, including its migration skill. · Claude Code
Run this terminal command to install the complete upstream tsdown skill bundle.
npx skills add rolldown/tsdown
Installs: Only the tsdown skill from rolldown/tsdown, excluding the separately documented migration skill. · Claude Code
Run this terminal command to install only the tsdown skill.
npx skills add rolldown/tsdown --skill tsdown
Uses slidev
Create a Slidev presentation about TypeScript generics with code examples
Uses vue
Use the vue skill to create a Vue 3 component at [component-file] with typed props and emits using Composition API and <script setup lang="ts">.
Uses pinia
Use the pinia skill to review [store-file] for reactivity-safe destructuring and SSR-safe store access, then return a short list of concrete fixes.