home/categories/git-workflows/regenrek-agent-skills-skills-gh-repo-bootstrap-skill-md
git-workflowsdevops

gh-repo-bootstrap

Create a new GitHub repository with the gh CLI and bootstrap a local project in ~/projects with git init, README, remote setup, and initial push. Use when the user asks to create a repo (public/private) in their account, set up the local folder, add the upstream remote, and push the first commit.

regenrek
maintainer
regenrek
更新于 1/18/2026
星标
12
分支
2
quick start

Installation and usage

Create a new GitHub repository with the gh CLI and bootstrap a local project in ~/projects with git init, README, remote setup, and initial push. Use when the user asks to create a repo (public/private) in their account, set up the local folder, add the upstream remote, and push the first commit.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use gh-repo-bootstrap