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.
npx skills add JeonJe/claude-plugins --skill vue-mvvm-archgit clone --depth 1 https://github.com/JeonJe/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/jeonje/claude-plugins/vue-mvvm-arch)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Vue MVVM Architecture
운영 서비스(Vue 3 + Nuxt SSR/CSR 혼합)에서 다듬어진 프론트 아키텍처 규칙. 핵심 경계: View는 데이터 페칭 라이브러리를 모른다 — 페이지가 Vue Query에 직접 의존하는 순간 페칭 전략 변경이 전 페이지 수정이 된다.
MVVM 핵심 규칙
- View(Page)는 UI만. 비즈니스 로직·API 호출은 composable에서. View 안
await $api.service.save()는 위반. - Modal은 순수 View. props로 데이터 수신, emit으로 액션 전달. Modal 내부 API 호출 금지 — 부모의 composable이 비즈니스 로직을 소유.
- Vue Query는 composable로 래핑. 페이지/컴포넌트에서
useQuery/useMutation직접 사용 금지. 상세: references/query-composable.md - 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 생성 판단 |
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.
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.
- 12d ago First seen · 27 lines · 108 tokens per session scan A caed5261f8f3
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.
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.
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.
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.
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.
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.
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.