Generates single-file SCSS themes for wot-ui projects with all semantic tokens in one place. You get a complete mixin with primary scales, functional colors (danger, success, warning), text, borders, fills, and feedback states, plus the mounting selectors all in src/themes/styles/{theme-name}.scss. It won't touch the library's internal theme files or generate light/dark pairs unless you ask. By default it just creates the theme file and tells you the @use statement to add to App.vue. Useful when you're building a brand theme or custom design system on top of wot-ui and want everything self-contained instead of scattered across multiple imports. Expects fixed color values, not CSS variable references.
npx skills add https://github.com/wot-ui/open-wot --skill create-wot-ui-theme