Agent Skill
2/7/2026

vue3-frontend

Comprehensive Vue 3 frontend development skill. Use when developing Vue 3 applications, components, or composables. Covers: (1) Creating new Vue 3 projects and components, (2) Vue 2 to Vue 3 migration, (3) Code review and optimization, (4) Composition API implementation, (5) Best practices and common patterns, (6) TypeScript integration, (7) State management with Pinia, (8) Performance optimization. Includes component templates, composable examples, migration guides, and best practices documentation.

E
eva813
1GitHub Stars
1Views
npx skills add Eva813/vue3-skills

SKILL.md

Namevue3-frontend
DescriptionComprehensive Vue 3 frontend development skill. Use when developing Vue 3 applications, components, or composables. Covers: (1) Creating new Vue 3 projects and components, (2) Vue 2 to Vue 3 migration, (3) Code review and optimization, (4) Composition API implementation, (5) Best practices and common patterns, (6) TypeScript integration, (7) State management with Pinia, (8) Performance optimization. Includes component templates, composable examples, migration guides, and best practices documentation.

Vue 3 Skills Library

A learning resource library for Vue 3 skills and best practices.

šŸ“ Project Structure

myVueSkill/
ā”œā”€ā”€ skill.md              # Skills documentation
ā”œā”€ā”€ assets/               # Resources
│   ā”œā”€ā”€ component-templates/     # Component templates
│   │   ā”œā”€ā”€ BasicComponent.vue
│   │   ā”œā”€ā”€ DataTable.vue
│   │   └── Modal.vue
│   └── composable-templates/    # Composable templates
│       ā”œā”€ā”€ useFatch.js
│       └── useLocalStorage.js
└── references/           # Reference documents
    ā”œā”€ā”€ best-practices.md        # Best practices
    ā”œā”€ā”€ common-patterns.md       # Common patterns
    ā”œā”€ā”€ composition-api.md       # Composition API guide
    └── migration-guide.md       # Migration guide

šŸ“š Contents

  • Component Templates: Template implementations of commonly used Vue 3 components
  • Composable Templates: Composition API utility functions
  • Reference Documents: Vue 3 best practices and pattern guides

šŸš€ Getting Started

Check the skill.md file for more information.

šŸ“– Resources

Skills Info
Original Name:vue3-frontendAuthor:eva813