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 jiushiwon/wg-skills --skill vue-admin-skillgit clone --depth 1 https://github.com/jiushiwon/wg-skillsWrote 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/jiushiwon/wg-skills/vue-admin-skill)<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/vue-admin-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/vue-admin-skill/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/jiushiwon/wg-skills/vue-admin-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/vue-admin-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00085 | $0.00673 |
| Opus 5 | $0.00043 | $0.00336 |
| Sonnet 5 | $0.00017 | $0.00135 |
| Haiku 4.5 | $0.00009 | $0.00067 |
Grade A, and why
vue-admin-skill 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.
What it actually says
Vue Admin Skill
Vue 3 管理端技能,专注于后台管理系统的标准化生成。
概述
基于 Vue 3 + TypeScript + Element Plus + Pinia + Vue Router,生成生产级管理端骨架。
| 维度 | 技术选型 |
|---|---|
| 框架 | Vue 3 + TypeScript |
| 构建 | Vite |
| UI 库 | Element Plus |
| 状态管理 | Pinia |
| 路由 | Vue Router 4 |
| 请求层 | 复用 frontend-request-skill |
| 国际化 | vue-i18n |
| 图表 | ECharts |
核心模块
1. 布局系统
- 侧边栏(折叠/展开)
- 顶部导航栏
- 面包屑
- 多标签页
- 全屏/暗色模式切换
2. 权限管理
- 路由守卫
- 按钮级权限(v-permission)
- 动态菜单生成
- 角色/权限管理页面
3. 页面模板
| 页面 | 说明 |
|---|---|
| 登录/注册 | 带验证码、记住密码 |
| 仪表盘 | 数据卡片、图表、快捷入口 |
| 列表页 | 搜索 + 表格 + 分页 + 批量操作 |
| 详情页 | 信息卡片、Tab 切换 |
| 表单页 | 基础表单、步骤表单、弹窗表单 |
| 403/404/500 | 错误页面 |
4. 组件封装
| 组件 | 说明 |
|---|---|
| ProTable | 增强表格(搜索 + 列配置 + 批量) |
| ProForm | 增强表单(联动、校验、布局) |
| ProUpload | 文件/图片上传 |
| ProEditor | 富文本编辑器 |
| ProChart | ECharts 封装 |
When to Use
- "帮我做一个管理后台"
- "Vue admin 系统"
- "后台管理系统"
- "做一个管理端"
- "Element Plus 管理端"
依赖技能
| 技能 | 用途 |
|---|---|
vue-generate-skill |
项目骨架初始化 |
frontend-request-skill |
请求层封装 |
vue-theme-skill |
主题系统 |
References
待补充:开发规范、组件规范、布局规范、权限规范
Status
🚧 规划中 — 空壳子,待完善
What ships with it
2 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.
- 5d ago First seen · 86 lines · 85 tokens per session scan A 0cab21f2e4c1
vue-admin-skill is a skill published in the GitHub repository jiushiwon/wg-skills (99 stars, last pushed yesterday), licensed Apache-2.0. It adds 85 tokens to every session and 673 once invoked, about $0.0004 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-06.
Other skills, from other repositories
nuxtjs-vue-typescript
Best practices for building Nuxt 3 and Vue 3 applications with TypeScript, the Composition API, and Tailwind CSS. Use when structuring Nuxt/Vue projects, writing composables, typing components and props, wiring up server routes and plugins, or optimizing Nuxt builds and Web Vitals.
inertia-rails-typescript
TypeScript type safety for Inertia Rails (React, Vue, Svelte): shared props, flash, and errors via InertiaConfig module augmentation in globals.d.ts. Use when setting up TypeScript types, configuring shared props typing, fixing TS2344 or TS2339 errors in Inertia components, or adding new shared data.
nuxt-modules
Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules.…
typescript-strict
Use when writing or reviewing TypeScript in Vue, Nuxt, Node, or shared TS utilities, fixing type errors, or deciding how to type API responses and composables.
fec-vue3-project-standard
A Vue 3 and TypeScript project standard covering component boundaries, composables, routing, Pinia state, API layers, errors, styles, and project structure. Vue is a frontend framework, and composables are reusable functions for sharing component logic.
cc-frontend-dev
Frontend development guidance covering Vue 3, user-interface style, and TypeScript.