git_new_repo
Create a new GitHub repository, optionally with a backup remote, using a single command.
Instructions
Create a new GitHub repository with optional backup remote. Saves ~950 tokens vs agent-generated commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Repository name (optional, defaults to directory name) | |
| path | Yes | Local path for the repository | |
| private | No | Make repository private (default: false) | |
| withBackup | No | Create companion backup repository (default: true) | |
| description | No | Repository description |