deploy Skill
Ships a Microsoft App to the cloud. Use when the user asks to deploy via ms app deploy (with optional build-status traceability flow). Published by microsoft in Managed-Apps.
What is deploy Skill?
Ships a Microsoft App to the cloud. Use when the user asks to deploy via ms app deploy (with optional build-status traceability flow). Published by microsoft in Managed-Apps. 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
- Testing
- Deployment
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use deploy Skill
- Use it for testing.
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/deploy/SKILL.md
What it does
Ships a Microsoft App to the cloud. Use when the user asks to deploy via ms app deploy (with optional build-status traceability flow).
Skill instructions
📋 Shared Instructions: shared-instructions.md — Cross-cutting concerns. Always confirm before deploy. Deploy Builds and deploys the app in the current directory. Before any deploy, sync source control first: stage all changes, create a commit, and push to remote. Workflow 1. Memory Bank → 2. Verify Project + Env → 3. Pick Path → 4. Build Verification → 5. Git Sync (Add + Commit + Push) → 6. Confirm + Deploy → 7. Update Memory Bank --- Step 1: Check Memory Bank Read memory-bank.md for app slug, GUID, environment, and version. Step 2: Verify Project + Env bash test -f ms.config.json || { echo "Not in a Microsoft App workspace."; exit 1; } git rev-parse --is-inside-work-tree /dev/null 2&1 || { echo "Not in a git repository."; exit 1; } BIN=ms $BIN auth status must report the expected UPN If auth is stale or the wrong account, stop and have the user run $BIN auth login. Step 3: Pick a Deploy Path Ask the user which path: | Path | When | | ------------------------------------------- | ----
Explore related resources
Frequently asked questions
What is deploy?
deploy is a open-source AI agent skill with Copy skill directory. Ships a Microsoft App to the cloud. Use when the user asks to deploy via ms app deploy (with optional build-status traceability flow).
Who is deploy best for?
deploy is best for reusing agent instructions, scripts, and references, testing workflows, 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.