create-mobile-app
仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
快速产出跨平台代码骨架,显著节省启动开发时间。
▸ 风险提示
可能执行安装/构建脚本并需要配置本地环境或 Power Platform 凭据。
这个 Skill 做什么
从头生成面向 iOS/Android 的 Power Apps 原生移动应用项目代码。
从零生成面向 iOS/Android 的 Power Apps 原生移动项目(Expo + React Native + TypeScript),把工程骨架、脚手架命令和常用配置一次性搭好。适合想快速启动移动端原生开发、同时希望能接入 Power Platform 连接器和后端的场景。特点是按照最佳实践生成可运行代码并兼顾 Windows CLI、类型与环境配置。
▸ 展开 SKILL.md 英文原文
Use when the user wants to start a new Power Apps mobile app (Expo / React Native / TypeScript, targeting iOS and Android) from scratch.
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/create-mobile-app/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/create-mobile-app/SKILL.md"SKILL.MD 节选查看完整文件 ↗
**📋 Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first. Covers safety guardrails, memory bank usage, preferred-environment policy, connector-first rule, Windows CLI compat, command-failure handling.
# Create Power Apps Code App (Native)
Top-level orchestrator. Owns the user-visible flow; delegates planning to the `native-app-planner` agent and per-domain mutation to dedicated `/add-*` skills.
## Workflow
0. Resume check + fresh-template gate → 1. Prerequisites → 2. Gather requirements → 2b. Requirements discovery → 2c. Plan preview (rough cost + abort gate) → 3. Plan (planner agent + 4 gates) → 4. Auth & environment → 5.via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有