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 (
publicorprivate). - 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
ghis installed and authenticated (gh auth status). - Confirm
gitis installed anduser.name+user.emailare configured. - Confirm
~/projectsexists or can be created.
3) Run the script
Use the bundled script to create the local repo, commit, create the remote, and push.