deploy Skill
Use when the user wants to deploy / publish / push a Power Apps mobile app to a Power Platform tenant so others can run it. Published by microsoft in power-platform-skills.
What is deploy Skill?
Use when the user wants to deploy / publish / push a Power Apps mobile app to a Power Platform tenant so others can run it. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use deploy Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/deploy/SKILL.md
What it does
Use when the user wants to deploy / publish / push a Power Apps mobile app to a Power Platform tenant so others can run it.
Skill instructions
📋 Shared instructions: shared-instructions.md — read first. Deploy Builds the mobile app in the current directory and pushes it to the Power Platform environment recorded in power.config.json. This skill uses the standard 4-step deployment flow for this plugin: check memory bank, build, deploy, then update memory bank. Out of scope (deliberately) - expo run:ios / expo run:android — local native compile is the user's choice; run your platform-specific native command directly when ready. - OTA updates and store distribution — out of scope for v0. - Starting Metro for local dev — run npm run dev (= expo start) directly. Workflow 1. Check memory bank → 2. Build → 3. Deploy → 4. Update memory bank --- Step 1 — Check memory bank Read memory-bank.md from the project root if present. Capture: - Project name - Environment (id + display name) - Current version If absent, continue — the project may have been created without the plugin. Re-derive env from power.config.json if needed. Step 2 — Bui
Explore related resources
Frequently asked questions
What is deploy?
deploy is a open-source AI agent skill with Copy skill directory. Use when the user wants to deploy / publish / push a Power Apps mobile app to a Power Platform tenant so others can run it.
Who is deploy best for?
deploy is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install deploy?
Install or run deploy using Copy skill directory. Check deploy for the latest setup command.
Is deploy actively maintained?
deploy may need a closer maintenance check before production use.
Auto-fetched from GitHub.