skills/smithery.ai/arch-packages

arch-packages

SKILL.md

Managing Arch Linux Packages

Packages are managed declaratively in scripts/arch-linux.sh. Running the script installs missing packages and removes unwanted ones.

Installing a package

Add the package name to the appropriate PACKAGES array section in scripts/arch-linux.sh:

# Example sections:
PACKAGES=(...)           # Core packages
PACKAGES+=(...)          # Desktop apps
PACKAGES+=(...)          # Sway-related
PACKAGES+=(...)          # Speech Recognition
PACKAGES+=(...)          # Fonts

Choose the section that best fits the package's purpose, or create a new section with a comment header.

Installs
2
First Seen
Apr 20, 2026