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 vue-best-practicesgit 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-best-practices)<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/vue-best-practices"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/vue-best-practices/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/ngocsangyem/meowkit/vue-best-practices"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/vue-best-practices.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.00115 | $0.02203 |
| Opus 5 | $0.00057 | $0.01102 |
| Sonnet 5 | $0.00023 | $0.00441 |
| Haiku 4.5 | $0.00012 | $0.00220 |
Grade A, and why
mk:vue-best-practices 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 9d 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 — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vue 3 Best Practices
Deep, ordered Vue 3 best-practices workflow plus a review/recommendations mode. Complements
mk:vue: mk:vue is the everyday Composition API quick-reference (auto-activates on .vue);
this skill is the opinionated workflow + best-practices reviewer you invoke deliberately.
When to Use
Invoke-only — this skill does NOT auto-activate on .vue. Activate it for:
/mk:vue-best-practices [concern](explicit).- "review my Vue code", "Vue best practices", "recommend Vue improvements".
- A non-trivial Vue feature where the full ordered workflow earns its cost (built-in components, animations, optional features, a performance pass).
Do NOT invoke for: everyday Vue authoring quick-reference (mk:vue), generic diff/PR
structural review (mk:review), TypeScript fundamentals (mk:typescript), React
(mk:react-patterns), Angular (mk:angular), visual design (mk:frontend-design), testing
(mk:testing / mk:qa; Vue test design/review → mk:vue-testing-best-practices).
Foundations Live in mk:vue
This skill does not restate the basics. For day-to-day foundations, read mk:vue:
ref/reactive/computed/watch,toRefs, destructuring →mk:vue../vue/references/reactivity-performance.md- props / emits /
defineModel/ naming / basic slots →mk:vue../vue/references/components.md - composable naming, default export, state scope, shared→Pinia →
mk:vue../vue/references/composables.md - Pinia / Pinia Colada / file-based routing →
mk:vuereferences/{state-pinia,pinia-colada*,routing-pages}.md
This skill adds the deltas and the topics mk:vue does not cover (below).
Workflow
Follow in order unless the user asks otherwise.
1. Confirm architecture (required)
- Default stack: Vue 3 + Composition API +
<script setup lang="ts">. - Options API or JSX only if the project explicitly uses them.
- For a non-trivial feature, sketch a brief component map first: one-sentence responsibility
per component, props/emits contract per child, feature-folder layout
(
components/<feature>/...,composables/use<Feature>.ts). Keep entry/root and route-view components as thin composition surfaces.
What ships with it
22 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/animation-class-based.md 3.7 KB
- references/animation-state-driven.md 4.6 KB
- references/async-components.md 2.9 KB
- references/component-data-flow-advanced.md 4.5 KB
- references/component-fallthrough-attrs.md 3.3 KB
- references/component-keep-alive.md 3.0 KB
- references/component-slots.md 4.0 KB
- references/component-suspense.md 4.5 KB
- references/component-teleport.md 2.9 KB
- references/component-transition-group.md 3.9 KB
- references/component-transition.md 2.9 KB
- references/composables-organization.md 5.8 KB
- references/custom-directives.md 3.9 KB
- references/perf-avoid-abstraction-in-lists.md 4.1 KB
- references/perf-updated-hook.md 4.2 KB
- references/perf-v-once-v-memo.md 5.5 KB
- references/perf-virtualize-large-lists.md 3.8 KB
- references/plugins.md 3.3 KB
- references/reactivity-advanced.md 5.0 KB
- references/render-functions.md 3.7 KB
- references/sfc-structure-and-templates.md 5.3 KB
- SOURCE.md 1.6 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.
- 9d ago First seen · 187 lines · 115 tokens per session scan A 75e15d35e714
mk:vue-best-practices is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 115 tokens to every session and 2,203 once invoked, about $0.0006 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-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
Vue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support.
vue-docs
Vue.js 3.x — Composition API, reactivity, components, slots, directives, routing, Pinia, SSR.
vuejs-development
Comprehensive Vue.js development skill covering Composition API, reactivity system, components, directives, and modern Vue 3 patterns based on official Vue.js documentation.
slidev
Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
scalar-design-system
Scalar's design system — design tokens, theming (@scalar/themes), CSS variables, and the @scalar/components library. Use when designing or implementing Scalar UI, especially with Paper (code-to-design / design-to-code), so output matches real Scalar tokens, colors, typography, spacing, and components instead of…