Init Repo

Initialize a brand-new GitHub repository and land in a ready-to-work checkout: create the remote with gh repo create, clone it under the ghq root, push a single empty "chore: init" commit as main's root, then cut a fixed `bootstrap` branch and stop there. Use when starting a repository from zero ("new repo", "repo 作って", "リポジトリ新規作成"). Init only — no README/LICENSE scaffolding, no PR, no CI or branch protection; those belong to later steps on the bootstrap branch.

gitt510 5edcf9c 4.1 KB Updated

File contents

gitt510/agent-skills/tree/main/skills/init-repo commit 5edcf9c86f

Frequently asked questions

npx skillmds@latest add gitt510/init-repo