Claude Ship banner
binxgtl binxgtl

Claude Ship

Git community

Description

Ship Claude-generated projects to GitHub in seconds — parse, scaffold, and publish with one command.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-ship

[![npm version](https://img.shields.io/npm/v/@binxgodteli/claude-ship?style=flat-square&color=cb3837&logo=npm)](https://www.npmjs.com/package/@binxgodteli/claude-ship) [![npm downloads](https://img.shields.io/npm/dm/@binxgodteli/claude-ship?style=flat-square&color=cb3837)](https://www.npmjs.com/package/@binxgodteli/claude-ship) [![Node.js](https://img.shields.io/badge/Node.js-18%2B-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE)

**Language / Ngôn ngữ:** **English** | [Tiếng Việt](README_VI.md)

Ship Claude-generated projects to GitHub in seconds — parse, scaffold, and publish with one command.


Quick Start

# 1. Copy your Claude conversation to a file
# 2. Ship it to a new GitHub repo in one command
npx @binxgodteli/claude-ship ship --file ./claude-output.txt --name my-project

# Push an existing local project
npx @binxgodteli/claude-ship push --no-readme

# Regenerate your README with AI
npx @binxgodteli/claude-ship readme --provider gemini --api-key YOUR_KEY

# Scaffold a new project from a template (no Claude needed)
npx @binxgodteli/claude-ship init

# Generate CHANGELOG from git history
npx @binxgodteli/claude-ship changelog

# Login with OpenAI (free via ChatGPT subscription)
npx @binxgodteli/claude-ship login

# Batch process multiple Claude responses
npx @binxgodteli/claude-ship batch ./responses/

# AI-generated commit message from staged changes
npx @binxgodteli/claude-ship commit

# Bump version + changelog + GitHub Release
npx @binxgodteli/claude-ship release --bump minor

No setup required. `claude-ship` detects your GitHub token from the `gh` CLI, `GITHUB_TOKEN`, or a saved config automatically.


Installation

# Run without installing (one-off use)
npx @binxgodteli/claude-ship --help

# Install globally
npm install -g @binxgodteli/claude-ship
claude-ship --help

Featu