Install
$ agentstack add skill-kimjinwoo4-vue-skills-vue ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
shallowRefoverreffor 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.
- Author: KIMJINWOO4
- Source: KIMJINWOO4/vue-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.