What problem does it solve? Keeping an installed Powerpacks checkout current normally requires manual Git operations, stash handling, and reinstall steps that are easy to get wrong. This Skill replaces all of that with a single harness-specific command that force-updates to the newest published release while preserving local .powerpacks state. ## Core Features & Use Cases - One-command update: Runs a single updater script per harness (Codex, Claude Code, or Pi) with no Git inspection, stash repair, or post-update setup required. - Release channels: Defaults to the newest stable release, with opt-in prefixes for release candidates (POWERPACKS_CHANNEL=rc), unreleased edge builds, or an exact pinned version via POWERPACKS_REF. - Credential refresh: Refreshes the provisioned POWERSET_API_KEY and enables the cross-encoder for searches unless explicitly disabled in .env; signed-out users keep their existing settings. - Use Case: Your installed Powerpacks skills are behind the latest release. Invoke $update-powerpacks and the agent runs the correct updater for your harness, then reports the script's final key/value output lines. ## Quick Start Use the update-powerpacks skill to update my Powerpacks installation to the newest published release.