帮助你用 React 与 Vite 快速创建并部署 Power Apps 代码应用。
该技能材料显示其为用于创建 Power Apps code app 的提示型开源技能,本身未声明需要密钥、远程端点或额外系统权限。整体风险较低,但仓库社区采用度低、许可证未声明、维护状态未知,供应链层面仍需留意。
材料与客观检查项均表明无需密钥或环境变量,未见要求输入 API token、账户凭证或其他敏感认证信息的描述,凭证泄露面较小。
已声明无远程端点,且系统标注为 prompt-only;从现有材料看未见该技能自身将用户数据发送到外部服务的事实依据。
虽然 README 提到检查 Node.js/Git、脚手架与部署流程,但客观检查项已标明其为 prompt-only;据此更接近流程指引而非自带本机执行能力,未见独立代码执行红旗。
材料未显示该技能本身具有读取或写入本地文件、数据库、云资源或用户工作区数据的直接权限;仅提到可能检查 memory-bank.md 的流程说明,未构成明确数据访问能力声明。
来源为 GitHub 上的微软仓库且开源,可审计性是正面因素;但许可证未声明、社区采用度为 0 star、维护状态未知,说明供应链信号不完整,建议在引入前补充核验仓库活跃度与许可条款。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "create-code-app" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/create-code-app/SKILL.md 2. 保存为 ~/.claude/skills/create-code-app/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为 Power Apps 创建一个基于 React 和 Vite 的代码应用脚手架,包含推荐的目录结构、基础组件、构建配置和本地运行说明。
生成可直接开始开发的项目结构、示例代码和运行步骤。
帮我搭建一个用于客户信息录入的 Power Apps 代码应用,使用 React 和 Vite,包含表单页面、字段校验、提交逻辑和基础样式。
输出适用于业务场景的页面代码、交互逻辑和实现说明。
请说明如何将这个 React + Vite 的 Power Apps 代码应用打包并部署到 Power Platform,包括构建命令、发布步骤和常见问题排查建议。
提供清晰的部署流程、命令示例以及常见错误处理建议。
📋 Shared Instructions: shared-instructions.md - Cross-cutting concerns.
References:
Check for memory-bank.md per shared-instructions.md. Skip completed steps.
Run prerequisite checks first -- no point gathering requirements if the environment isn't ready. See prerequisites-reference.md for details.
Check Node.js and Git (runs natively in bash):
node --version # Must be v22+
git --version # Optional but recommended
nvm use 22." and STOP.Skip questions the user already answered in their initial instruction.
If the user has not described what they want to build (i.e., /create-code-app was invoked with no arguments or a vague prompt), start with a single open-ended question before asking anything else:
"What would you like to build? Describe it in your own words — what it does, who uses it, and what problem it solves."
Wait for their answer. Use it to frame all follow-up questions. Do NOT present a multiple-choice list of app types before the user has described their idea.
Once you have their description:
/add-dataverse)EnterPlanMode/add-* skills to run for data sourcesallowedPrompts from prerequisites-reference.mdExitPlanMode when approvedAsk the user for a folder name. Default to powerapps-{app-name-slugified}-{timestamp} if they don't have a preference.
IMPORTANT: Use npx degit to download the template. Do NOT use git clone, do NOT manually create files, do NOT download from GitHub UI. degit downloads the template without git history.
npx degit microsoft/PowerAppsCodeApps/templates/vite {folder} --force
cd {folder}
npm install
Notes:
--force to overwrite if the directory already has files (e.g., .claude from a planning session)…
检查并配置 Power Pages 站点安全响应头,定位风险并指导修复设置。
对 Power Pages 站点执行端到端安全审查,并汇总生成完整 HTML 报告。
用于对已部署的 Power Pages 网站进行运行时浏览、爬取与接口验证测试。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你快速搭建 Power Platform 管道,实现 Power Pages 自动化部署。
帮助用户将 Power Apps 代码应用构建并部署到 Power Platform。
帮助你从需求梳理到部署上线,快速创建全新的 Power Pages 代码网站。
为 Power Apps 代码应用添加 Copilot Studio 连接器,便于调用智能体与集成回复。
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
生成完整的 Power Apps 画布应用,已弃用并建议改用 canvas-app。
为 Power Apps 代码应用添加 Dataverse 表,并生成 TypeScript 模型与服务。