Pkg banner
xpoes123 xpoes123

Pkg

Development community

Description

Install, remove, or search for packages on CachyOS (Arch-based). User's package managers: - `pacman` — official Arch/CachyOS repos (use `sudo pacman -S <pkg>`) - `yay` or `paru` — AUR (Arch User Repository) for community packages not in official repos ## If the user provides arguments: $ARGUMENTS Treat as a package name or description. Do the following: 1. Search official repos first: `pacman -Ss "$ARGUMENTS"` 2. If not found or user wants AUR: `yay -Ss "$ARGUMENTS"` (if yay is installed) 3.

Installation

Installs to ~/.claude/skills/xpoes123-claude-skills-pkg/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xpoes123-claude-skills-pkg && curl -fsSL https://raw.githubusercontent.com/xpoes123/claude-skills/HEAD/commands/pkg.md -o ~/.claude/skills/xpoes123-claude-skills-pkg/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository