vue-admin-skill

vue-admin-skill is a skill for Claude Code, Codex from jiushiwon/wg-skills. It costs 85 tokens per session (673 once invoked), scanned A, original, Apache-2.0.

A planned Vue 3 and TypeScript skill for generating an administration interface: a back-office web application with pages, forms, tables, charts, navigation, and permissions. It describes a starter structure using Element Plus, Pinia, Vue Router, Vite, and related tools, but is not yet complete.

In plain words
What is it for?
Use it when planning or scaffolding a Vue-based management dashboard with authentication, menus, role permissions, data tables, forms, uploads, and charts.
Why use it?
It provides a documented direction for common admin screens, while its unfinished status means it may not be ready for production use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when planning or scaffolding a Vue-based management dashboard with authentication, menus, role permissions, data tables, forms, uploads, and charts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jiushiwon/wg-skills/vue-admin-skill
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 jiushiwon/wg-skills --skill vue-admin-skill
Clone the repo
git clone --depth 1 https://github.com/jiushiwon/wg-skills

Made for: Claude Code, Codex.

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-admin-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/jiushiwon/wg-skills/vue-admin-skill/github.svg)](https://agentmods.dev/skills/jiushiwon/wg-skills/vue-admin-skill)
Your own site
<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.

agentmods 80×15 button for vue-admin-skill

Your own site · 80×15
<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>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 673 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.00673
Opus 5 $0.00043 $0.00336
Sonnet 5 $0.00017 $0.00135
Haiku 4.5 $0.00009 $0.00067

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

Security

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.

vibeCoding/frontend/vue/vue-admin-skill/SKILL.md · 86 lines

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

🚧 规划中 — 空壳子,待完善

Files

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.

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. 5d ago First seen · 86 lines · 85 tokens per session scan A 0cab21f2e4c1

Subscribe to this mod's changes

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.

Related

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.

Mindrally/skills · 70 tokens

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.

inertia-rails/skills · 74 tokens

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.…

YuDefine/nuxt-supabase-starter · 105 tokens

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.

pstuart/pstuart · 39 tokens

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.

bovinphang/frontend-craft · 114 tokens

cc-frontend-dev

Frontend development guidance covering Vue 3, user-interface style, and TypeScript.

doccker/cc-use-exp · 29 tokens