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.
Decision snapshot
Is this a fit?
Testing, Deployment, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Can write or update data, Write actions, Filesystem access, Shell access
Copy skill directory
2 months ago · MIT license
Confirm write permissions and scope before use. Access note: Local files. Access note: Shell access.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Deployment
- Testing use cases
- Deployment use cases
Declared skill metadata
- Source file: plugins/microsoft-managed-apps/skills/deploy/SKILL.md
Allowed tools declared by source
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- Local files
- Shell access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
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 | | ------------------------------------------- | ----
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.