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
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use gh-repo-bootstrap