From pappardelle
Re-runs Pappardelle install script via curl|bash to update to latest version, rebuild, and refresh hooks. Troubleshoots failures like permissions or network issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pappardelle:update-pappardelleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Re-runs the Pappardelle install script to pull the latest version, rebuild, and update hooks.
Re-runs the Pappardelle install script to pull the latest version, rebuild, and update hooks.
Tell the user you're updating Pappardelle to the latest version.
Run the install script:
curl -fsSL https://raw.githubusercontent.com/chardigio/pappardelle/main/install.sh | bash
If the install script fails, help the user troubleshoot:
brew install <tool>~/.local/bin ownershipAfter success, tell the user:
q to quit, then re-launch with pappardellenpx claudepluginhub chardigio/pappardelle --plugin pappardelleGuides users through `pulp upgrade` — discovers new CLI releases, interprets migration notes, and applies breaking-change fixes. Handles upgrade, what's new, migrate, and showing breaking changes.
Installs or updates claude-go-brr from verified GitHub Release artifacts with SHA256 checksum verification.
Updates rp1 CLI via package managers like Homebrew and refreshes plugins for tools like Claude Code and OpenCode using bash commands. Reports outcomes, handles errors, and reminds to restart IDE.