uniapp-native-app
$
npx mdskill add partme-ai/full-stack-skills/uniapp-native-appPackages uni-app projects as native Android and iOS apps via offline packaging, including configuration and distribution.
- Helps users convert uni-app projects into native Android APK/AAB and iOS IPA files for distribution.
- Integrates with native plugins and requires Android keystore or iOS provisioning for signing certificates.
- Decides actions by identifying the target platform from user requests and loading relevant examples and templates.
- Presents results by following instructions from example files and build configuration templates for packaging.
SKILL.md
.github/skills/uniapp-native-appView on GitHub ↗
--- name: uniapp-native-app description: "Packages uni-app projects as native Android APK/AAB and iOS IPA via offline packaging, covering manifest configuration, signing certificates, native plugin integration, and build distribution. Use when the user needs to package a uni-app as a native app, configure Android keystore or iOS provisioning, or set up offline build for distribution." license: Complete terms in LICENSE.txt --- ## When to use this skill Use this skill whenever the user wants to: - Package uni-app as native Android app - Package uni-app as native iOS app - Configure native app settings (manifest, permissions, etc.) - Customize native app features - Integrate native plugins - Configure app signing and certificates - Handle native app build and distribution ## How to use this skill To package native apps: 1. **Identify the platform** from the user's request: - Android → Use Android examples - iOS → Use iOS examples 2. **Load the appropriate example file** from the `examples/` directory: - `examples/guide/` - Native app packaging guide - `examples/android/` - Android packaging examples - `examples/ios/` - iOS packaging examples 3. **Load the appropriate template** from the `templates/` directory: - `templates/build-config.md` - Build configuration templates 4. **Follow the specific instructions** in those files for packaging ## Examples and Templates ### Examples Located in `examples/`: - **guide/** - Offline packaging overview and setup - **android/** - Android signing, keystore, build configs - **ios/** - iOS signing, provisioning, build configs ### Templates Located in `templates/`: - **build-config.md** - Build configuration templates ## Best Practices 1. **Follow platform guidelines**: Adhere to Android and iOS development standards 2. **Optimize app size**: Minimize APK/IPA size 3. **Security**: Properly configure app signing and certificates 4. **Testing**: Test on real devices before release ## Resources - **Official Documentation**: https://nativesupport.dcloud.net.cn/AppDocs/ ## Keywords native app, 原生App, Android打包, iOS打包, 离线打包, app packaging, native plugin
More from partme-ai/full-stack-skills
- adobe-xd"Guides creation of UI/UX designs, interactive prototypes, reusable components, and design specs in Adobe XD. Use when the user asks about Adobe XD artboards, prototype links, repeat grids, component states, design tokens export, or developer handoff."
- angular"Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features."
- ansible"Provides comprehensive guidance for Ansible automation including playbooks, roles, inventory, and module usage. Use when the user asks about Ansible, needs to automate IT tasks, create Ansible playbooks, or manage infrastructure with Ansible."
- ant-design-mini"Builds mini-program UIs with Ant Design Mini components for Alipay and WeChat mini-programs. Covers Button, Form, List, Modal, Tabs, NavBar, and 60+ components with theme customization and CSS variable theming. Use when the user needs to create mini-program interfaces with Ant Design Mini, configure themes, or implement mini-program-specific UI patterns."
- ant-design-mobile"Builds React mobile UIs with Ant Design Mobile (antd-mobile) components including Button, Form, List, Modal, Picker, Tabs, PullToRefresh, InfiniteScroll, and 50+ mobile-optimized components. Use when the user needs to create mobile-first React interfaces, implement mobile navigation, forms, or data display with Ant Design Mobile."
- ant-design-react"Builds enterprise React UIs with Ant Design (antd) including 60+ components (Button, Form, Table, Select, Modal, Message), design tokens, TypeScript support, and ConfigProvider theming. Use when the user needs to create React applications with Ant Design, build forms with validation, display data tables, or customize the Ant Design theme."
- ant-design-vueProvides comprehensive guidance for Ant Design Vue (AntDV) component library for Vue 3. Covers installation, usage, API reference, templates, and all component categories. Use when building enterprise-class UI with Vue 3 and Ant Design.
- api-doc-generator"Generate API documentation by scanning Controller classes, extracting endpoint URLs, HTTP methods, parameters, and response structures, then producing standardized docs from templates. Use when the user explicitly mentions generating API documentation, creating API docs, scanning interfaces, or documenting REST APIs. Do not trigger for generic documentation requests without explicit API mention."
- appium"Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts."
- ascii-ansi-colorizer"Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback. Use when the user wants to colorize terminal output, add rainbow effects to CLI text, or style ASCII art with ANSI colors."