Vue Core Member Anthony Fu Launches 'Skills' Repo, Near 3K Stars, Ushering AI‑Assisted Coding Era
Anthony Fu, a Vue core team member, released the antfu/skills GitHub repository—a curated collection of AI agent skills split into opinionated personal presets and up‑to‑date official documentation, enabling shared, on‑demand prompts for Vue, Nuxt, Vite, and related tools.
Vue core team member Anthony Fu published a new GitHub project antfu/skills, which has quickly approached 3 000 stars.
The repository addresses a common problem in AI‑assisted programming: while AI understands syntax, it often lacks knowledge of project‑specific conventions such as preferred ESLint configurations, Nuxt modules, or legacy Vue syntax.
antfu/skills solves this by offering two categories of skills:
Hand‑maintained Skills (Opinionated) – a personal collection that mirrors Fu’s own coding style, including his preferred ESLint config, pnpm usage habits, Vitest testing patterns, and Vue best‑practice guidelines.
Official Documentation Skills (Unopinionated) – content directly sourced from official framework documentation using git submodules, ensuring the skills stay synchronized with upstream updates.
The repository currently supports the following frameworks and tools:
Vue : core reactivity principles and Composition API.
Nuxt : file routing, server routing, module system.
Vite : configuration, plugins, SSR.
Pinia : type‑safe state management.
Vitest : unit‑testing framework.
Slidev : developer slide tool.
UnoCSS : atomic CSS engine.
Because the official‑documentation skills are kept up‑to‑date via submodules, AI can rely on the latest reference material, dramatically reducing hallucinations caused by stale training data.
Fu explains that naming the project "Skills" rather than "AGENTS.md" highlights two core values:
Shareable : prompts are distributed like npm packages, enabling reuse across projects.
On‑demand loading : AI can load only the needed skill (e.g., Vitest for testing, Motion for animations), bypassing context‑window limits.
Installation is straightforward: first install the skills CLI (provided by Vercel Labs), then add the desired skill with a single command.
# Install a specific skill
pnpx skills add antfu/skills --skill='vue'
# Install the full set (use with caution – may exceed context limits)
pnpx skills add antfu/skills --skill='*' -gFor a visual experience, the open‑source Skills Hub tool can be used by entering the repository URL https://github.com/qufei1993/skills-hub, selecting the desired skills, and clicking “Install Selected”.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
