delete-app Skill
Deletes a Microsoft App via ms app delete. Use when the user asks to delete an app; always require explicit confirmation. Published by microsoft in Managed-Apps.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Filesystem access, Shell access
Copy skill directory
2 months ago · MIT license
Access note: Local files. Access note: Shell access.
What is delete-app Skill?
Deletes a Microsoft App via ms app delete. Use when the user asks to delete an app; always require explicit confirmation. 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
- Testing use cases
Declared skill metadata
- Source file: plugins/microsoft-managed-apps/skills/delete-app/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 delete-app Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/delete-app/SKILL.md
What it does
Deletes a Microsoft App via ms app delete. Use when the user asks to delete an app; always require explicit confirmation.
Skill instructions
📋 Shared Instructions: shared-instructions.md — Cross-cutting concerns. Two confirmations required; never auto---force. Delete App Removes the app from the service. The local workspace is NOT deleted by this skill — the user can clean it up afterward (this skill suggests the command but doesn't run it). Workflow 1. Memory Bank → 2. Resolve App ID → 3. Verify with Show → 4. First Confirmation → 5. Try Non-Force Delete → 6. If Service Says Force Required: Second Confirmation → 7. Suggest Local Cleanup → 8. Update Memory Bank --- Step 1: Check Memory Bank Read memory-bank.md for app slug + GUID + environment. Step 2: Resolve App ID bash test -f ms.config.json && APPID=$(node -p "require('./ms.config.json').appId" 2/dev/null) || true If no ms.config.json, ask the user for the app slug or GUID. Optionally invoke /list-apps to discover. Step 3: Verify with Show Before the destructive call, fetch the app metadata so the user sees what they're about to delete: bash BIN=ms $BIN app show --app
Verified compatibility and discovery
Frequently asked questions
What is delete-app?
delete-app is a open-source AI agent skill with Copy skill directory. Deletes a Microsoft App via ms app delete. Use when the user asks to delete an app; always require explicit confirmation.
Who is delete-app best for?
delete-app is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install delete-app?
Install or run delete-app using Copy skill directory. Check delete-app for the latest setup command.
Is delete-app actively maintained?
delete-app 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.