github_create_repo
Create a new GitHub repository for the authenticated user, with options for privacy, description, and automatic README initialization.
Instructions
Create a new repository for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| private | No | Create as private repository | |
| auto_init | No | Initialize with README | |
| description | No | Repository description |