Claude Ship
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
[](https://www.npmjs.com/package/@binxgodteli/claude-ship) [](https://www.npmjs.com/package/@binxgodteli/claude-ship) [](https://nodejs.org) [](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
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git