ship

Synchronize project documentation, commit changes, and push to the remote repository.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill ship-lbstrydom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/Lbstrydom/claude-engineering-skills/tree/main/.claude/skills/ship
Command: npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill ship-lbstrydom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship automatically updates project documentation and executes the full git workflow to commit and push changes, reducing manual steps and ensuring docs stay in sync.

Core Features & Use Cases

  • Status updates: appends new session logs to status.md and keeps documentation current.
  • Documentation sync: synchronizes CLAUDE.md to AGENTS.md to preserve agent context.
  • Git workflow automation: stages, commits, and pushes changes with a single command, ensuring traceability and speed.

Quick Start

Run /ship to synchronize docs, commit, and push changes to the remote repository.

Frequently Asked Questions about ship

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

FAQPage Schema
How do I automate git commit and push while keeping project documentation in sync?

You can automate git commit and push alongside documentation sync by running a single command that updates status logs, stages changes, commits, and pushes to the remote repository.

What is the best way to keep CLAUDE.md and AGENTS.md synchronized across git commits?

Keeping CLAUDE.md and AGENTS.md synchronized is handled automatically during the git workflow, preserving agent context by mirroring documentation updates before staging and committing changes.

How do I automatically append session logs to status.md before pushing code changes?

To append session logs to status.md before pushing, you can use an autonomous workflow command that updates project documentation with new session logs and then executes the standard git cycle.

Can I run git workflow automation without manual prompts for software repositories?

Yes, you can run git workflow automation without manual prompts for software repositories by executing a single command that orchestrates the end-to-end process of updating docs, committing, and pushing.

Does documentation sync work with the standard git cycle for shipping work?

Documentation sync integrates directly with the standard git cycle for shipping work, automatically staging updated files like status.md alongside code changes before committing and pushing to the remote repository.