gh-repo-bootstrap

Installation
SKILL.md

GH Repo Bootstrap

Overview

Create a GitHub repo in the authenticated account and initialize a matching local project under ~/projects/<name> with a git repo, initial commit, remote, and upstream push using the bundled script.

Workflow

1) Collect inputs

  • Require: repo name, visibility (public or private).
  • Optional: description, owner/org (if not default account), gitignore template, license key, remote name, projects directory, README toggle, initial commit message.

2) Verify prerequisites

  • Confirm gh is installed and authenticated (gh auth status).
  • Confirm git is installed and user.name + user.email are configured.
  • Confirm ~/projects exists or can be created.

3) Run the script

Use the bundled script to create the local repo, commit, create the remote, and push.

Installs
3
GitHub Stars
127
First Seen
Apr 13, 2026
gh-repo-bootstrap — regenrek/agent-skills