# GitHub Repo Creator - Claude Code Plugin

A Claude Code plugin that helps you create GitHub repositories with professional setup.

## Features

- Create new GitHub repositories using `gh` CLI
- Support for public/private visibility
- Add descriptions, licenses, and .gitignore templates
- Works with new repos or existing local projects
- *Coming soon: Auto-generate repository banner images*

## Installation

### Method 1: Add as Marketplace (Recommended)

```bash
# In Claude Code, run:
/plugin marketplace add omrigotlieb/github-repo-skill

# Then install the plugin:
/plugin install github-repo-creator@github-repo-skill
```

### Method 2: Direct Installation

```bash
claude plugin install github-repo-creator@omrigotlieb/github-repo-skill
```

## Prerequisites

- [GitHub CLI](https://cli.github.com/) (`gh`) must be installed
- Authenticate with: `gh auth login`

## Usage

### Automatic (Skill)

Simply ask Claude to create a repository:

- "Create a new GitHub repo called my-project"
- "Initialize a GitHub repository for this project"
- "Set up a new public repo with MIT license"

The skill triggers automatically based on context.

### Explicit (Command)

Use the slash command directly:

```bash
/github-repo-creator:create my-awesome-project
```

## Updating

```bash
/plugin update github-repo-creator@github-repo-skill
```

## License

MIT
