uninstall

Installation
SKILL.md

uninstall - Unified Package Uninstaller

The uninstall module provides a single interface to query and remove installed software across multiple package managers including Homebrew, Scoop, APT, DNF, and more.

When to Activate

  • When the user wants to uninstall a program without remembering which manager installed it.
  • When performing a system cleanup of installed packages.
  • When uninstalling x-cmd itself.

Core Principles & Rules

  • Interactive Cleanup: Launches an interactive list of all installed packages if no arguments are given.
  • Multimanager Support: Automatically detects and delegates removal to the appropriate backend (e.g., brew, scoop).

Patterns & Examples

Installs
3
Repository
x-cmd/skill
GitHub Stars
26
First Seen
Apr 10, 2026
uninstall — x-cmd/skill