ship-uninstall

Remove the Ship development framework and hook registrations while preserving .planning/ data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the Ship framework and its associated files from your project, allowing you to revert to a previous state or clean up your development environment.

Core Features & Use Cases

  • Clean Removal: Uninstalls Ship, including framework files and hook registrations.
  • Data Preservation: Ensures that your .planning/ data is kept intact.
  • Reinstallable: Ship can be easily reinstalled at any time.

Quick Start

Run the command to uninstall Ship from the current project.

Frequently Asked Questions about ship-uninstall

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

FAQPage Schema
How do I uninstall the Ship framework from my project?

Uninstalling the Ship framework removes framework files and hook registrations from your current project directory, providing a clean slate and reverting your development environment to a previous state.

Does uninstalling Ship delete my planning data?

Uninstalling Ship preserves your planning data. The removal process specifically targets framework files and hook registrations while ensuring that data stored within the .planning/ directory remains completely intact.

Can I reinstall Ship after removing it from my development environment?

Yes, you can reinstall Ship after removal. The uninstallation process preserves your .planning/ data, which facilitates a clean slate and allows for easy reinstallation of the Ship framework at any time.

What is the best way to clean up Ship hook registrations?

The best way to clean up Ship hook registrations is to use the Ship uninstall process, which specifically targets and removes both framework files and hook registrations while preserving your .planning/ directory data.

When should I remove Ship framework files from my directory?

You should remove Ship framework files when you need to revert to a previous state or clean up your development environment, as this action removes the framework and associated files while keeping planning data intact.