AgentStack
SKILL verified MIT Self-run

Vue

skill-kimjinwoo4-vue-skills-vue · by KIMJINWOO4

Unified Vue 3 ecosystem guide. Composition API, Vue 3.6 Vapor Mode, Pinia state management, Vue Router 5, VueUse composables, testing. Use when working with Vue SFCs, .vue files, defineProps/defineEmits/defineModel, watchers, Transition/Teleport/Suspense/KeepAlive, state management, or routing. MUST be used for Vue.js tasks.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-kimjinwoo4-vue-skills-vue

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Vue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Vue Ecosystem Skill

> Baseline: Vue 3.5 stable / Vue 3.6 (Vapor Mode) · Vue Router 5 · Pinia 3 · VueUse 14 — as of 2026-07. > Always use Composition API + ``.

Core Principles

  • TypeScript first: ``
  • Prefer shallowRef over ref for large or performance-critical state
  • Composition API only — avoid Options API in new code
  • Avoid Reactive Props Destructure unless the whole team understands its compile-time semantics
  • For new perf-critical components, consider Vapor Mode (``) — see the 3.6 reference

Reference Map

Read the reference for the topic you are working on to load detailed knowledge.

| Area | Description | Path | |------|-------------|------| | Vue Core | Script Setup macros, reactivity, lifecycle | [script-setup-macros](references/script-setup-macros.md), [core-new-apis](references/core-new-apis.md) | | Vue 3.6 / Vapor | Vapor Mode, alien-signals reactivity, interop, migration readiness | [vue-36-vapor](references/vue-36-vapor.md) | | Built-in Components | Transition, Teleport, Suspense, KeepAlive | [advanced-patterns](references/advanced-patterns.md) | | Best Practices | Vue 3 gotchas, performance, TS patterns (180+ guides) | [best-practices-index](references/best-practices-index.md) → best-practices/ | | Pinia | State management, stores, plugins, SSR | [pinia-guide](references/pinia-guide.md) → pinia/ | | Router | Vue Router 5, file-based routing, navigation guards | [router-guide](references/router-guide.md) → router/ | | Testing | Vitest + Vue Test Utils, E2E | [testing-guide](references/testing-guide.md) → testing/ | | VueUse | 200+ composable function map (v14) | [vueuse-guide](references/vueuse-guide.md) → vueuse/ |

Related skills: vue-data (server-state & data fetching), vue-forms (forms & validation), vue-performance (profiling & optimization), vue-a11y (accessibility).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.