vue-skills
June 5, 2026 · View on GitHub
vue-skills
Vue.js ecosystem skills — Vue 2/3, Pinia, Vue Router, Vuex
English | 简体中文
Introduction · Install · Skills · Supported Agents · Ecosystem
📖 Introduction
Vue.js Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.
This package includes 7 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.
📦 Install
npx skills add full-statck-skills/vue-skills
Or install specific skills: npx skills add full-statck-skills/vue-skills --skill <skill-name>
🎯 Skills (7)
| Skill | Description |
|---|---|
pinia | Provides comprehensive guidance for Pinia state management including stores, state, getters, actions, plugins, and Ty... |
vue-router-v3 | Guidance for Vue Router v3 using the official Installation, Guide, and API docs. Use when users need routing setup, n... |
vue-router-v4 | Provides comprehensive guidance for Vue Router v4 including route configuration, navigation, nested routes, route gua... |
vue-router | Provides comprehensive guidance for Vue Router including route configuration, navigation, dynamic routes, nested rout... |
vue2 | Provides comprehensive guidance for Vue 2.x development including Options API, components, directives, lifecycle hook... |
vue3 | Guidance for Vue 3 using the official guide and API reference. Use when the user needs Vue 3 concepts, patterns, or A... |
vuex-vue2 | Provides comprehensive guidance for Vuex 2.x state management in Vue 2 applications including state, mutations, actio... |
🤖 Supported Agents
Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.
Claude Code Installation
Option 1: npx skills CLI (Recommended)
npx skills add full-statck-skills/vue-skills
Option 2: Manual Installation
git clone https://github.com/full-statck-skills/vue-skills.git
cp -r vue-skills/skills/* .claude/skills/
For more details, see the Claude Code Skills Guide and Agent Skills Spec.
🌐 Ecosystem
| Resource | Link |
|---|---|
| Full Stack Skills | github.com/partme-ai/full-stack-skills |
| All Skill Groups | github.com/full-statck-skills |
| Agent Skills Spec | agentskills.io |
| Skills CLI | github.com/vercel-labs/skills |
📄 License
Apache 2.0 — see LICENSE.