What problem does it solve?
Starting a new project often wastes time on repetitive setup steps like initializing Git, creating a remote, choosing a default branch strategy, and configuring basic governance like branch protection.
Core Features & Use Cases
- Repo initialization and guardrails: Creates a new git repository, applies a comprehensive multi-language .gitignore, and establishes a predictable Claude Code project layout.
- Project documentation scaffolding: Generates a versioned .mpx/ folder with CONTEXT.md (domain language, feature index, constraints) and DECISIONS.md (settled architecture/design decisions).
- GitHub bootstrap with branching workflow: Pushes to a GitHub repository, renames the default branch to main when needed, creates a dev branch, and sets dev as the default branch; attempts branch protection on main and dev (with a graceful warning on Free-plan limitations).
Quick Start
Run mp-init-repo in an empty/new project directory to initialize git, create the GitHub repo, and set up the main/dev branch workflow.