vue-mvvm-arch

vue-mvvm-arch is a skill for Claude Code from JeonJe/claude-plugins. It costs 108 tokens per session (638 once invoked), scanned A, original, MIT.

A set of architecture rules for Vue and Nuxt front ends. It separates pages, reusable logic, and visual components, and explains how to choose server-side or browser-side data loading and manage cached data.

In plain words
What is it for?
It helps design Vue components, write composables, wrap Vue Query data access, choose cache invalidation scope, decide between server-side rendering and browser loading, and organize files safely.
Why use it?
It prevents UI files from becoming tied directly to API and data-fetching details, making changes easier to contain and review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the arch-patterns plugin — 3 skills shipped together

Good fit It helps design Vue components, write composables, wrap Vue Query data access, choose cache invalidation scope, decide between server-side rendering and browser loading, and organize files safely.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeonje/claude-plugins/vue-mvvm-arch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add JeonJe/claude-plugins --skill vue-mvvm-arch
Clone the repo
git clone --depth 1 https://github.com/JeonJe/claude-plugins

Made for: Claude Code.

Or install arch-patterns, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vue-mvvm-arch

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeonje/claude-plugins/vue-mvvm-arch/github.svg)](https://agentmods.dev/skills/jeonje/claude-plugins/vue-mvvm-arch)
Your own site
<a href="https://agentmods.dev/skills/jeonje/claude-plugins/vue-mvvm-arch"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/vue-mvvm-arch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vue-mvvm-arch

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeonje/claude-plugins/vue-mvvm-arch"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/vue-mvvm-arch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 638 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00108 $0.00638
Opus 5 $0.00054 $0.00319
Sonnet 5 $0.00022 $0.00128
Haiku 4.5 $0.00011 $0.00064

Measured 12d ago against content hash caed5261f8f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vue-mvvm-arch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/arch-patterns/skills/vue-mvvm-arch/SKILL.md · 27 lines

What it actually says

Vue MVVM Architecture

운영 서비스(Vue 3 + Nuxt SSR/CSR 혼합)에서 다듬어진 프론트 아키텍처 규칙. 핵심 경계: View는 데이터 페칭 라이브러리를 모른다 — 페이지가 Vue Query에 직접 의존하는 순간 페칭 전략 변경이 전 페이지 수정이 된다.

MVVM 핵심 규칙

  1. View(Page)는 UI만. 비즈니스 로직·API 호출은 composable에서. View 안 await $api.service.save()는 위반.
  2. Modal은 순수 View. props로 데이터 수신, emit으로 액션 전달. Modal 내부 API 호출 금지 — 부모의 composable이 비즈니스 로직을 소유.
  3. Vue Query는 composable로 래핑. 페이지/컴포넌트에서 useQuery/useMutation 직접 사용 금지. 상세: references/query-composable.md
  4. CSR 라우터 컴포넌트는 동적 import. const Foo = () => import('@/views/...') — 정적 import는 초기 번들에 전부 포함된다.

References index

File Read when
references/query-composable.md 데이터 페칭 코드 작성 — Query Key Factory, 캐시 무효화 범위 매트릭스
references/component-quality.md 컴포넌트 설계/리뷰 — Modal/Domain/Base 3계층 품질 기준, 분리 판단
references/ssr-csr-patterns.md SSR(Nuxt) vs CSR 앱별 페칭·라우팅·상태관리 선택
references/vue-component-rules.md Vue 컴포넌트 공통 규칙 — script setup, watch 지양, 스타일, eventBus
references/ssr-memory-safety.md SSR 페이지/composable 작성 — 사이드 이펙트 정리, 모듈 스코프 상태, hydration mismatch
references/file-organization.md 새 파일 생성 — 컴포넌트/composable/타입/문서 배치와 명명, 수정 vs 생성 판단
Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 27 lines · 108 tokens per session scan A caed5261f8f3

Subscribe to this mod's changes

vue-mvvm-arch is a skill published in the GitHub repository JeonJe/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 108 tokens to every session and 638 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

version-badge-pattern

Version badge UI showing build version, git commit, and changelog in a tooltip. Use when adding version visibility for support or debugging. Works with React, Vue, Svelte, and JS.

laurigates/claude-plugins · 44 tokens

components-version-badge

Version badge with build-info tooltip (version, commit, changelog). Use when adding version display to app header/footer for Next.js, Nuxt, SvelteKit, Vite, React, Vue, or Svelte.

laurigates/claude-plugins · 50 tokens

web-3d-graphics-expert

Expert guide for WebGL and 3D graphics in the browser using Three.js, Babylon.js, React Three Fiber (R3F), and TresJS. Covers scene optimization, shaders, lighting, 3D model loading (GLTF/GLB), and performance tuning.

roedyrustam/vibes-plug · 65 tokens

micro-frontend-architect

Expert guide for designing Micro-Frontend architectures using Webpack Module Federation, Vite Federation, and Single-SPA for large scale Vue and React applications.

roedyrustam/vibes-plug · 36 tokens

vue-frontend-expert

Expert guide for Vue 3 (Composition API), Nuxt 3, and Pinia. Covers advanced reactive state management, syntax, Vue Router, VueUse, and SPA/SSR architectural patterns in English and Indonesian.

roedyrustam/vibes-plug · 54 tokens

svelte-sveltekit-expert

Expert guide for Svelte 5 (Runes) and SvelteKit 2+ — fine-grained reactivity, server-first architecture, form actions, and SSR/SSG / Panduan ahli Svelte 5 (Runes) dan SvelteKit 2+ — reaktivitas fine-grained, arsitektur server-first, form actions, dan SSR/SSG.

roedyrustam/vibes-plug · 87 tokens