Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jiushiwon/wg-skillsnpx agentmods add skills/jiushiwon/wg-skills/uniapp-ui-template-builder-skillWrote 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/uniapp-ui-template-builder-skill)<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-ui-template-builder-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-ui-template-builder-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/uniapp-ui-template-builder-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-ui-template-builder-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.00056 | $0.05074 |
| Opus 5 | $0.00028 | $0.02537 |
| Sonnet 5 | $0.00011 | $0.01015 |
| Haiku 4.5 | $0.00006 | $0.00507 |
Grade A, and why
uniapp-ui-template-builder-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 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 — 657 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UI Template Builder
页面模板固化技能:把常见页面固化下来,每次生成基于模板,确保效果稳定。
核心设计
用户:帮我做个个人中心页面
AI:
1. 确认技术栈(uniapp Vue3)
2. 确认页面类型(个人中心)
3. 确认风格(简约现代)
4. 确认是否mock(是)
5. 基于模板生成代码
三个必须确认的配置(有默认值):
- 做什么页面 → 从模板库选择
- 什么风格 → 风格库选择,每种页面3-5套风格
- 是否mock数据 → 开启则生成配套mock数据
交互流程
步骤1:确认技术栈
AI:请问您使用的技术栈是?
- uniapp (Vue2)
- uniapp (Vue3)
- React + Vite
- Vue3 + Vite
- Taro (React)
- Taro (Vue3)
- 移动端 H5
- PC 端 H5
默认值:uniapp (Vue3)
步骤2:确认页面类型
AI:请选择要生成的页面类型:
【移动端 - uniapp/Taro】
┌─────────────────────────────────────┐
│ 📱 个人中心 │ 商品详情页 │
│ 🛒 商品列表页 │ 分类页面 │
│ 🏠 首页 │ 购物车页面 │
│ 💬 聊天列表页 │ 订单列表页 │
│ 📋 表单页面 │ 设置页面 │
│ 🎁 活动页面 │ 搜索结果页 │
└─────────────────────────────────────┘
【PC 端】
┌─────────────────────────────────────┐
│ 🔐 登录页 │ 注册页 │
│ 📊 数据大屏 │ 管理后台首页 │
│ 📋 表格列表页 │ 表单填写页 │
│ 📰 文章详情页 │ 门户网站首页 │
│ 💼 企业官网 │ 文档页面 │
└─────────────────────────────────────┘
输入页面名称或序号,或直接描述(如"做一个个人中心")
步骤3:确认风格(核心!)
每种页面都提供 3-5 套风格 供选择:
AI:请选择风格(共 X 套可选):
┌─────────────────────────────────────────────────────────────┐
│ 风格1: 简约现代 │ 白色为主,文字为主,少装饰 │
│ 风格2: 活力炫彩 │ 渐变色,圆形图标,活跃氛围 │
│ 风格3: 高端商务 │ 深色系,金色点缀,精致感 │
│ 风格4: 清新自然 │ 绿色/蓝色系,圆角卡片,亲和力 │
│ 风格5: 暗黑科技 │ 深色背景,霓虹点缀,赛博朋克 │
└─────────────────────────────────────────────────────────────┘
默认值:简约现代
步骤4:确认Mock数据
AI:是否需要生成Mock数据?
- ✅ 是,生成配套的mock数据文件(推荐)
- ❌ 否,只需要页面模板
默认值:是
Mock数据说明:
- 使用 JSON Server / Mock.js 兼容格式
- 字段命名符合业务语义
- 数据量适中(5-20条典型数据)
- 包含边界状态(空数据、加载中、错误态)
页面模板库
移动端模板(uniapp/Taro)
1. 个人中心页面
| 风格 | 特点 | 适用场景 |
|---|---|---|
| 简约现代 | 白色背景,头像+昵称+统计,列表式入口 | 工具类App |
| 活力炫彩 | 渐变头部,卡片式布局,图标丰富 | 电商/社交 |
| 高端商务 | 深色头部,金色/品牌色点缀,会员感 | 金融/高端 |
| 清新自然 | 浅绿/浅蓝背景,卡片圆润,亲和力 | 健康/母婴 |
模板结构:
个人中心/
├── header.vue # 头部区域(头像/昵称/背景)
├── stats.vue # 统计数据(订单/积分/优惠券)
├── menu-grid.vue # 功能菜单(网格布局)
├── menu-list.vue # 功能菜单(列表布局)
├── footer.vue # 底部(退出/设置)
└── mock.json # Mock数据
What ships with it
60 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.
- components/common/validators.ts 3.4 KB runs code
- components/pc-react/button/button.css 4.1 KB
- components/pc-react/button/button.tsx 1.5 KB
- components/pc-react/button/README.md 1.9 KB
- components/pc-react/drawer/drawer.css 1.5 KB
- components/pc-react/drawer/drawer.tsx 1.0 KB
- components/pc-react/drawer/README.md 1.3 KB
- components/pc-react/form/form-item.tsx 1.6 KB
- components/pc-react/form/form.css 8.5 KB
- components/pc-react/form/form.tsx 5.9 KB
- components/pc-react/form/input.tsx 2.2 KB
- components/pc-react/form/README.md 4.9 KB
- components/pc-react/modal/modal.css 4.8 KB
- components/pc-react/modal/modal.tsx 1.6 KB
- components/pc-react/modal/README.md 1.6 KB
- components/pc-react/pagination/pagination.css 8.8 KB
- components/pc-react/pagination/pagination.tsx 5.9 KB
- components/pc-react/pagination/README.md 1.5 KB
- components/pc-react/table/README.md 3.7 KB
- components/pc-react/table/table.css 6.2 KB
- components/pc-react/table/table.tsx 6.5 KB
- components/pc-react/toast/README.md 2.4 KB
- components/pc-react/toast/toast.css 1.3 KB
- components/pc-react/toast/toast.tsx 1.3 KB
- components/README.md 2.8 KB
- components/uniapp-vue3/button/button.vue 3.4 KB
- components/uniapp-vue3/button/README.md 1.1 KB
- components/uniapp-vue3/calendar/calendar.vue 6.1 KB
- components/uniapp-vue3/calendar/README.md 1.3 KB
- components/uniapp-vue3/drawer/drawer.vue 3.5 KB
- components/uniapp-vue3/drawer/README.md 1.2 KB
- components/uniapp-vue3/form/form-item.vue 3.0 KB
- components/uniapp-vue3/form/form.vue 3.3 KB
- components/uniapp-vue3/form/input.vue 5.1 KB
- components/uniapp-vue3/form/README.md 4.7 KB
- components/uniapp-vue3/form/select.vue 5.6 KB
- components/uniapp-vue3/modal/modal.vue 4.2 KB
- components/uniapp-vue3/modal/README.md 1.2 KB
- components/uniapp-vue3/moments/moments.vue 6.7 KB
- components/uniapp-vue3/moments/README.md 1.2 KB
- components/uniapp-vue3/picker/picker.vue 3.8 KB
- components/uniapp-vue3/picker/README.md 1.5 KB
- components/uniapp-vue3/table/README.md 3.9 KB
- components/uniapp-vue3/table/table.vue 10 KB
- components/uniapp-vue3/toast/README.md 1.0 KB
- components/uniapp-vue3/toast/toast.vue 3.9 KB
- README.md 8.3 KB
- references/mock-templates/order.json 3.2 KB
- references/mock-templates/product.json 3.2 KB
- references/mock-templates/README.md 1.7 KB
- references/mock-templates/user.json 2.3 KB
- references/scenarios/mobile/cart.md 6.0 KB
- references/scenarios/mobile/category.md 5.5 KB
- references/scenarios/mobile/chat-list.md 6.5 KB
- references/scenarios/mobile/form-page.md 7.9 KB
- references/scenarios/mobile/home.md 7.0 KB
- references/scenarios/mobile/order-list.md 5.2 KB
- references/scenarios/mobile/product-detail.md 5.7 KB
- references/scenarios/mobile/product-list.md 4.7 KB
- references/scenarios/mobile/profile.md 3.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.
- 9d ago First seen · 657 lines · 56 tokens per session scan A 799daf857615
uniapp-ui-template-builder-skill is a skill published in the GitHub repository jiushiwon/wg-skills (100 stars, last pushed 2d ago), licensed Apache-2.0. It adds 56 tokens to every session and 5,074 once invoked, about $0.0003 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
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
frontend-visual-qa
Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…
animation-principles
Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.