update-shipkit

Automate Shipkit updates from PyPI and refresh core content.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/nille/shipkit --skill update-shipkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-shipkit
Source: https://github.com/nille/shipkit/tree/main/shipkit/core/skills/update-shipkit
Command: npx skills add https://github.com/nille/shipkit --skill update-shipkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates updating Shipkit to the latest version from PyPI and refreshes core content across environments after a version release.

Core Features & Use Cases

  • Automated version checks and upgrade flow for git-clone, uv tool, and PyPI installations.
  • Post-upgrade content refresh to ensure hooks and core assets are current.
  • Suitable for developers, teams, and CI pipelines that enforce up-to-date Shipkit.

Quick Start

Run the upgrade workflow to fetch the latest Shipkit from PyPI and refresh content.

Frequently Asked Questions about update-shipkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade Shipkit to the latest version from PyPI?

The automated upgrade workflow detects your installation method, fetches the newest release, and applies the Shipkit update automatically.

Does the Shipkit upgrade workflow work with uv tool and git-clone installations?

Yes, the upgrade workflow detects and supports uv tool, git-clone, and standard PyPI installations to execute the correct upgrade path.

How does content synchronization work after a Shipkit version upgrade?

Post-upgrade content synchronization refreshes core assets and hooks to ensure they match the latest Shipkit version after the update completes.

Why do I need to refresh Shipkit core content after updating?

Refreshing Shipkit core content after updating ensures hooks and core assets remain current, preventing version mismatch issues across development environments and CI pipelines.

Can I automate Shipkit updates for CI pipelines?

Yes, you can automate Shipkit updates within CI pipelines to enforce an up-to-date environment using the automated version check and upgrade execution workflow.