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 ngocsangyem/MeowKit --skill vuegit clone --depth 1 https://github.com/ngocsangyem/MeowKitWrote 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/ngocsangyem/meowkit/vue)<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/vue"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/vue.svg" alt="Measured on agentmods" 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.00101 | $0.02261 |
| Opus 5 | $0.00051 | $0.01130 |
| Sonnet 5 | $0.00020 | $0.00452 |
| Haiku 4.5 | $0.00010 | $0.00226 |
Grade A, and why
mk:vue 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vue 3
Vue 3 patterns — Composition API + <script setup lang="ts">, Pinia, Pinia
Colada, file-based routing, and performance. Single entrypoint routing to focused references.
Use
npx chub search vuefor relevant documentation packages within the Context Hub.
When to Use
Auto-activate on: .vue files, Vue 3 Composition API, <script setup>, Pinia stores,
Pinia Colada queries/mutations, Vue Router file-based routes, composables.
Explicit: /mk:vue [concern]
Deep best practices: for a thorough best-practices review/recommendations pass or the
full ordered workflow — built-in components (Teleport/Suspense/KeepAlive/Transition),
animation techniques, optional features, and the performance pass — use mk:vue-best-practices.
This skill stays the everyday quick-reference.
Do NOT invoke for: deep best-practices review/workflow (use mk:vue-best-practices),
TypeScript fundamentals (use mk:typescript), React (use mk:react-patterns), Angular (use
mk:angular), visual design (use mk:frontend-design), testing (use mk:testing / mk:qa;
Vue test design/review → mk:vue-testing-best-practices).
Core Rules (always apply)
Follow the repository's established conventions first. When it has no convention, use these defaults; project requirements may override them. Everything else is in the references.
<script setup lang="ts">only — never Options API, neverdefineComponent()wrapper.typeoverinterfacefor defining object/prop shapes; keep types alongside the code.- Arrow functions for methods and callbacks.
- Named exports over default exports — except composables, which use
export default. - PascalCase component names, kebab-case file names (
UserProfileinuser-profile.vue); composables arecamelCasewithuseprefix (useAuth). - Name general → specific:
SearchButtonClear.vue, notClearSearchButton.vue. - TailwindCSS classes, not manual CSS; never hard-code colors — use the Tailwind color system.
- Comments explain why, not what.
ref()for primitives,reactive()only for complex objects;computed()for derived state.- Never
v-htmlwith user-provided content — XSS vector (seemk:security rules).
What ships with it
13 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.
- references/advanced-patterns.md 5.0 KB
- references/components.md 4.5 KB
- references/composables.md 1.9 KB
- references/core-new-apis.md 4.9 KB
- references/pinia-colada-advanced.md 6.7 KB
- references/pinia-colada-cache.md 2.4 KB
- references/pinia-colada-plugins.md 5.5 KB
- references/pinia-colada.md 6.9 KB
- references/project-standards.md 3.1 KB
- references/reactivity-performance.md 2.7 KB
- references/routing-pages.md 2.8 KB
- references/script-setup-macros.md 4.1 KB
- references/state-pinia.md 2.3 KB
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.
- 5d ago First seen · 153 lines · 101 tokens per session scan A 04d6b1846ec4
mk:vue is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 2,261 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-09-03.
Other skills, from other repositories
vue-typescript
Use when building Vue 3 applications with TypeScript, implementing Composition API components, setting up Pinia stores, or working with Vue Router. Covers script setup, composables, and reactive state.
vue
Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support.
vue-expert
Expert knowledge in Vue.js 3, Composition API, Pinia state management, and Nuxt.js for building modern reactive web applications. Use when the user mentions Vue 3, the Composition API, Pinia, Nuxt, reactive, or frontend, or when the task involves Vue 3 Fundamentals, Composition API, Pinia State Management, or Nuxt.js.
vue-application-structure
Establishes or reviews the directory layout, component conventions, composable design, Pinia store structure, and Vue Router configuration for a Vue 3 TypeScript application. Invoked when the user asks to structure a Vue app, set up the project layout, or review Vue architecture.
frontend
Modern frontend development with React, Vue, and web technologies.
fast-typescript-check
Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…