This handles the integration work for getting uView UI running in UniApp projects. It covers the setup essentials like easycom configuration in pages.json for auto-importing components, manifest.json setup for different platforms, and SCSS theming. The skill is organized around UniApp's plugin structure and includes platform-specific guidance for H5, mini-programs, App, and nvue. Use it when you're wiring up uView components in a cross-platform UniApp project and need templates for the config files or help with conditional compilation. It focuses on the integration layer rather than documenting uView's component API itself, which makes sense since that's what usually trips people up when adding UI libraries to UniApp.
npx skills add https://github.com/teachingai/full-stack-skills --skill uniapp-uview