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.
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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
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
Explore related resources
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.
Auto-fetched from GitHub.