Build and deploy a Power Apps code app to Power Platform.
This appears to be an open-source prompt-only deployment skill with no declared secrets, remote endpoints, or bundled executable component, so overall risk is low. Its instructions do guide a host agent to read project files and run build/deploy commands, but that is more of an operational concern at use time than a high-risk red flag in the skill package itself.
The material explicitly states there are no required keys or environment variables. The README only mentions re-authentication if `power-apps` login expires, with no indication that the skill embeds, collects, or exfiltrates credentials.
No remote endpoints are declared, and as a prompt-only skill it does not directly make network requests. The documented `npx power-apps push` is an external deployment command aligned with the stated purpose, with no evidence of data being sent to unknown or unrelated endpoints.
The system flags this as prompt-only, meaning the skill itself is not an executable component. Although the README instructs the host to run `npm run build` and `npx power-apps push`, this is textual workflow guidance rather than built-in local code execution by the skill package.
The documentation references reading `memory-bank.md`, checking `dist/`, and possibly updating `power.config.json` or `memory-bank.md`, but these are instructional steps only. The skill itself does not declare direct file access or permissions beyond the deployment scenario.
The source is an open-source GitHub repository under Microsoft's organization, which materially lowers risk because the code is auditable. However, the repo has 0 stars, no declared license, and unknown maintenance status, so some baseline supply-chain caution is still warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "deploy" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/deploy/SKILL.md 2. Save it as ~/.claude/skills/deploy/SKILL.md 3. Reload skills and tell me it's ready
Build and deploy the current Power Apps code app to the target Power Platform environment, including pre-deployment checks, build steps, and a deployment result summary.
A completed build and initial deployment with deployment status, key steps, and any issue notes.
Redeploy the existing Power Apps app to Power Platform, keep the current configuration, and report whether deployment succeeds.
A redeployment result showing success status, reused configuration, and error details if it fails.
Build and deploy my latest changes to the Power Apps code app to Power Platform, then summarize the update contents and release result.
An updated deployment result with a summary of included changes and release status.
📋 Shared Instructions: shared-instructions.md - Cross-cutting concerns.
Builds and deploys the app in the current directory to Power Platform.
Check for memory-bank.md in the project root. If found, read it for the project name and environment. If not found, proceed — the project may have been created without the plugin.
npm run build
If the build fails:
Verify dist/ exists with index.html before continuing.
Ask the user: "Ready to deploy to [environment name]? This will update the live app." Wait for explicit confirmation before proceeding.
npx power-apps push
Capture the app URL from the output if present.
If deploy fails, report the error and stop — do not retry silently. Common fixes:
npx power-apps logout, then retry — the CLI will re-prompt browser login.environmentId in power.config.json to the correct value and retry.If memory-bank.md exists, update:
Set up Power Platform Pipelines for automated Power Pages deployments.
Review and fix Power Pages security headers, CSP, CORS, cookies, and embedding settings.
Run an end-to-end Power Pages security review with a consolidated HTML report.
Test deployed Power Pages sites with browsing, crawling, and API verification.
Add a data source or connector to a Power Apps code app.
Integrate Power Automate cloud flows into Power Pages with generated metadata and code.
Build and deploy Power Apps code apps with React and Vite quickly.
Build and deploy an existing Power Pages code site to a target environment.
Turn app ideas from chat into live full-stack web applications instantly.
Add Azure DevOps to Power Apps for work items, bugs, pipelines, and API calls.
Add a Copilot Studio connector to Power Apps code apps for agent integration.
Deploy apps or websites to Vercel and generate live or preview links.