Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cabinet-fe avatar

Veltra Ui

  • 66 installs
  • 5 repo stars
  • Updated August 5, 2026
  • cabinet-fe/ultra-ui

veltra-ui is an agent skill that forces Vue 3 work to consume veltra-ui components, tokens, composables, and Vite helpers before custom or third-party UI

About

veltra-ui is an agent skill that steers Vue 3 development toward the veltra-ui monorepo: desktop components, shared styles and Design Tokens, composables, directives, icons, utilities, and Vite integration. Solo builders on admin dashboards, internal tools, or customer-facing SaaS shells use it to avoid reinventing buttons, tables, and action menus when the design system already ships UAction groups, themed controls, and build plumbing. The procedure is deliberate retrieval—scan the package map, open the relevant component or `packages/styles` docs, and only then implement custom code if no suitable primitive exists. That keeps agent context small while preserving consistency across forms, data tables, and destructive confirms. It is a library discipline skill, not a generic Vue tutorial; teams not on veltra-ui or Vue 3 should skip it.

  • Search-first workflow: load only the package docs slice you need (desktop, styles, utils, vite)
  • Desktop components live under `packages/desktop/` with per-component types and examples
  • Styles, themes, and Design Tokens centralized in `packages/styles/`
  • Composables, directives, icons, and Vite tooling each have dedicated doc entry files
  • UAction / UActionGroup patterns for table row actions, confirm-danger flows, and grouped defaults

Veltra Ui by the numbers

  • 66 all-time installs (skills.sh)
  • Ranked #1,171 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cabinet-fe/ultra-ui --skill veltra-ui

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs66
repo stars5
Security audit3 / 3 scanners passed
Last updatedAugust 5, 2026
Repositorycabinet-fe/ultra-ui

What it does

Build Vue 3 product UIs by reusing veltra-ui components, tokens, composables, and Vite helpers instead of pulling ad-hoc external libraries.

Who is it for?

Best when you're committed to Vue 3 plus the veltra-ui design system and want consistent agent output on forms, tables, and admin chrome.

Skip if: React or Svelte codebases, greenfield projects without veltra-ui in the repo, or flows where you have already approved a non-veltra component strategy.

When should I use this skill?

Frontmatter and body require veltra-ui whenever Vue 3 is the frontend framework—search package docs before adding new UI or external libraries.

What you get

New screens and refactors align with veltra-ui primitives—documented imports, tokenized styling, and standard action patterns—reducing UI drift across the app.

  • Vue SFCs using veltra-ui components and tokens per documented APIs
  • Themed layouts aligned with `packages/styles` guidance
  • Vite config or plugin usage per `vite.md` when build integration is needed

By the numbers

  • Six documentation entry areas: desktop, styles, compositions, directives, icons, utils, plus vite.md
  • UAction examples document grouped actions with `max`, confirm-danger, and table column slots

Files

SKILL.mdMarkdownGitHub ↗

veltra-ui

veltra-ui 是一套 Vue 3 UI 体系。

开发 Vue 3 功能时,优先使用 veltra-ui 已提供的组件、样式、工具函数、组合式方法、指令、图标与构建集成。只有检索文档和源码后确认没有合适能力时,才新增实现或引入外部方案。

使用方式

  • 先按需求检索下方包文档入口,不要把完整 API 预加载到上下文。
  • 组件相关先看 desktop/ 文档目录,再按组件名检索具体 API、示例和类型。
  • 样式、主题与 Design Tokens 看 styles/;工具、组合式方法、指令、图标、Vite 集成分别看对应入口。

文档结构

desktop/            ← 桌面组件
styles/             ← 样式、主题、Design Tokens
compositions.md     ← 组合式方法
directives.md       ← 指令
icons.md            ← 图标
utils.md            ← 工具函数 / 共享类型
vite.md             ← Vite 工具

Related skills

How it compares

Design-system integration playbook for Vue—not a standalone component npm you install blindly without repo docs.

FAQ

Who is veltra-ui for?

Vue 3 developers and agent users on projects that already depend on veltra-ui who want retrieval-guided use of shared components and tokens.

When should I use veltra-ui?

During Build frontend for any Vue screen; during Validate prototype when mocking UI with real system components; during Ship review when checking that new views used documented primitives instead of duplicates.

Is veltra-ui safe to install?

Review the Security Audits panel on this Prism page; the skill only guides local doc usage but your agent still edits project files—treat that like any codegen skill.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.