Wot UI
Official@wot-ui
Wot UI 团队,旨在提供高效易用的 uni-app 开发实践。
Agent Skills by Wot UI
Showing 10 vetted skills indexed across 1 GitHub repositories.
generate-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 About Wot UI
FAQPage SchemaWhat specific tasks does Wot UI enable for developers?▼
Wot UI enables rapid generation of component skeletons, automated creation of demo pages, and enforcement of JSDoc standards. It provides utilities for auditing SCSS variables, validating documentation consistency, and refactoring page styles to align with semantic token requirements.
Which target personas benefit from these capabilities?▼
Frontend engineers and UI library maintainers working within the Uni-app ecosystem benefit most. These capabilities are designed for developers tasked with maintaining large-scale component libraries, ensuring code quality through JSDoc enforcement, and managing design system tokens across multiple sub-pages.
What are the prerequisites for using these component utilities?▼
Users must maintain a Vue-based codebase structured for Uni-app development. The environment requires support for SCSS processing and adherence to the specific directory structures defined by the Wot UI baseline, such as the src/subPages path for demo page generation.