uni-helper

SkillDev tools

Comprehensive skill reference for uni-helper ecosystem - AI-powered development tools for uni-app

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the uni-helper skill

What this skill tells your AI

The instructions your AI receives, as published by uni-helper/skills in skills/uni-helper/SKILL.md and read by ahel’s review.

The skill is based on uni-helper documentation, generated at 2026-01-30.

uni-helper is an ecosystem of AI-powered development tools for uni-app, providing Vite plugins, utility libraries, TypeScript support, and development tools to enhance the uni-app development experience.

Vite Plugins

TopicDescriptionReference
vite-plugin-uni-pagesFile-based routing system for uni-app with auto page discoveryplugin-pages
vite-plugin-uni-layoutsNuxt-like layouts system for uni-appplugin-layouts
vite-plugin-uni-componentsOn-demand automatic component importsplugin-components
vite-plugin-uni-manifestWrite manifest.json in TypeScriptplugin-manifest
vite-plugin-uni-platformFile-based platform compilation (*.h5mp-weixin
vite-plugin-uni-platform-modifierPlatform modifiers for attributes/directivesplugin-platform-modifier
vite-plugin-uni-middlewareMiddleware support for uni-app routingplugin-middleware

Libraries

TopicDescriptionReference
uni-useVueUse-style composable utilities for uni-applib-uni-use
uni-networkPromise-based HTTP client for uni-applib-uni-network
uni-promisesPromise wrappers for uni-app APIslib-uni-promises
uni-typedTypeScript type definitions for uni-app templateslib-uni-typed

Utilities

TopicDescriptionReference
uni-envEnvironment detection utilities for uni-apputil-uni-env
unocss-preset-uniUnoCSS preset for uni-apputil-unocss-preset

Project Starters

TopicDescriptionReference
create-uniCLI scaffolding tool for uni-app projectsstarter-create-uni
vitesse-uni-appVite-powered uni-app starter templatestarter-vitesse

Plugin Order Best Practices

When using multiple uni-helper Vite plugins, the recommended order is:

// vite.config.ts
export default defineConfig({
  plugins: [
    UniComponents(),  // 1. Component auto-import
    UniPages(),       // 2. File-based routing
    UniLayouts(),     // 3. Layout system
    UniManifest(),    // 4. Manifest generation
    UniPlatform(),    // 5. Platform-specific files
    UniPlatformModifier(), // 6. Platform modifiers
    UniMiddleware(),  // 7. Route middleware
    Uni(),            // 8. Official uni-app plugin (always last)
  ],
})

Quick Start

Create a new uni-app project with create-uni:

# npm 7+, extra double-dash is needed
npm create uni@latest

# pnpm
pnpm create uni

# yarn
yarn create uni

Official Resources

Signals

GitHub stars
103
Forks
3
Last commit
Mar 2026

ahel review

  • K1binfo
    installs-packages (in references/starter-create-uni.md)

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
uni-helper
Source
github.com/uni-helper/skills