ship-update

Update the Ship framework to the latest GitHub version via bash and npx.

9|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dilhanz/ship --skill ship-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-update
Source: https://github.com/dilhanz/ship/tree/main/.claude/skills/ship-update
Command: npx skills add https://github.com/dilhanz/ship --skill ship-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures you are always running the most up-to-date version of the Ship framework, providing access to the latest features and bug fixes.

Core Features & Use Cases

  • Version Check: Displays the current and newly installed versions of Ship.
  • Automated Update: Re-installs Ship from its GitHub repository with a single command.
  • Error Handling: Provides specific guidance for common installation issues like missing Node.js or network problems.

Quick Start

Run the ship-update skill to update Ship to the latest version.

Frequently Asked Questions about ship-update

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

FAQPage Schema
How do I update the Ship framework to the latest version?

To update the Ship framework, the skill checks your current version and re-installs the latest release from the GitHub repository using npx. It reports the updated version upon completion.

What do I need to install before updating Ship?

You need Node.js installed in your environment to update Ship, as the re-installation process relies on npx. The skill also requires bash execution capability to check your current framework version.

Why does my Ship framework update fail and how do I fix it?

Ship updates typically fail due to missing Node.js or network connectivity issues. The skill provides specific troubleshooting steps for these common installation errors after checking the version mismatch.

What does the Ship update process check before installing?

The Ship update process checks your currently installed framework version against the newest version available on GitHub. It uses bash execution to verify this before attempting the re-installation.

Can I see which version of Ship was installed after the update?

Yes, the update skill reports both the previous version and the newly installed version of the Ship framework. It explicitly outputs the version transition to confirm the update was successful.