Skip to content

Skills

Skills are “superpower templates” for AI: a complete, reusable set of instructions designed for specific tasks. This chapter introduces Wot UI-related Skills built for AI Agents (such as Trae, Cursor, Cline, etc.), helping them handle wot-ui development tasks more accurately and efficiently.

🎯 Built-in Skills

We provide the following AI Skills, which can be loaded by an AI agent as needed:

SkillDescriptionUse CasesEntry
wot-ui-v2Core skill for daily development with the wot-ui v2 component library.Component selection, API lookups, generating Vue 3 + uni-app page code, troubleshooting common pitfalls (e.g. Toast/Dialog mounting).skills/wot-ui-v2/SKILL.md
wot-ui-cliSkill dedicated to answering, using, and debugging the @wot-ui/cli tool itself.CLI command usage (list, info, doc, etc.), configuring MCP Server, local debugging of CLI source, running offline metadata extraction.skills/wot-ui-cli/SKILL.md
wot-ui-unocss-preset-guideGuides installation, configuration, and usage of @wot-ui/unocss-preset.Preset integration, unocss.config.ts setup (e.g. presetWot), examples for prefix/preflight/baseTokens, troubleshooting issues like missing styles or no IntelliSense.skills/wot-ui-unocss-preset-guide/SKILL.md
create-wot-ui-themeSpecialized skill for generating a single-file wot-ui theme SCSS.Creating a brand theme for wot-ui while following the constraint: “single file includes mixins and mount selector; App.vue only uses @use to import”.skills/create-wot-ui-theme/SKILL.md

Installation

We recommend installing Skills via a script. Choose the items you need:

sh
pnpx skills add wot-ui/open-wot
# or
npx skills add wot-ui/open-wot

Further Reading

Released under the MIT License.

Released under the MIT License.