github-repo-skill

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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)

# 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

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

Prerequisites

  • GitHub CLI (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:

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

Updating

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

License

MIT