ship-build

Execute planned software features through atomic Git commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation of planned software features, ensuring code is built incrementally with verified steps and atomic commits.

Core Features & Use Cases

  • Phase-based Execution: Executes planned tasks in sequential phases, allowing for structured development.
  • Atomic Commits: Creates a new Git commit for each completed task, ensuring a clean and traceable history.
  • Contextual Building: Loads relevant file context before building to provide the agent with necessary information.
  • Use Case: After a feature plan is verified, this skill can be invoked to automatically write the code, run tests, and commit the changes, moving the feature towards completion.

Quick Start

Use the ship-build skill to build the feature named 'user-authentication'.

Frequently Asked Questions about ship-build

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

FAQPage Schema
How do I automate feature development with atomic git commits?

To automate feature development with atomic git commits, this Skill executes a verified implementation plan sequentially, loading contextual file information and creating a new commit for each completed task.

What is phased execution for software builds?

Phased execution for software builds is a structured development process that executes planned tasks in sequential phases, ensuring code is built incrementally with verified steps and traceable history.

Do I need a clean Git working directory to automate code commits?

Yes, you need a clean Git working directory and a verified PLAN.md file before automating code commits, ensuring the agent can safely manage phased execution and checkpoint build results.

How do I execute an implementation plan from a PLAN.md file?

To execute an implementation plan from a PLAN.md file, invoke the skill with the target feature name to automatically write code, run tests, and commit changes through structured phases.

What's the best way to build features incrementally with Git?

The best way to build features incrementally with Git is using an automated approach that loads relevant file context before building and creates an atomic commit for each completed task.