wot-ui
Build, test, and document uni-app mobile UI components
All Skills in This Repository (10)
Pure Emerald Level Indicatorsgenerate-theme
Generate a single-file SCSS theme for Wot UI with fixed color tokens.
create-test
Generate Vitest unit test scaffolds for components under tests/components.
vue-comment
Enforce JSDoc comments and kebab-case naming across Vue codebases.
check-doc-component-consistency
Compare component source APIs against documentation and generate minimal diff reports.
migrate-component-doc
Migrate component Markdown docs to a unified spec with diff and validation results.
create-demo-page
Automate component demo page creation under src/subPages/<component>/Index.vue.
create-component
Generate Wot UI component skeletons with typings, Vue files, and styles.
generate-scss-variables
Generate and audit SCSS variables with --wot prefixes and semantic tokens.
wot-ui-component-baseline
Enforce shared directory, naming, and validation rules for Wot UI components.
optimize-page-styles
Rewrite Uni-app subPages styles to use semantic Wot UI variables and BEM naming.
Frequently Asked Questions
FAQPage SchemaHow to install Wot UI skills?▼
Run `npx skills add wot-ui/wot-ui --all -g -y` in your terminal to install all skills in this collection globally.
How to create a new Wot UI component?▼
The create-component skill scaffolds the full component structure with types, styles, and global type registration, following the library's naming and BEM conventions.
How to keep component docs in sync with source code?▼
The check-doc-component-consistency skill compares props, events, slots, and methods in the docs against the actual source code and applies minimal fixes.
Can it generate unit tests for components?▼
Yes. The create-test skill generates Vitest test files covering props, events, slots, and edge cases, targeting 80% or higher coverage.
Does it work with Claude Code and other coding agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core