Github Create

Create a GitHub repository for a local project that already has content but no remote yet. Picks a name, creates the repo (public by default), seeds a LICENSE-only initial commit — MIT, or all rights reserved for a project whose rights stay closed — wires origin, rebases local history onto that commit, and enables email notifications for new issues. Never commits or pushes the project's own files. TRIGGER when: user asks to "create a github repo", "publish this to github", "put this project on github", or runs /github-create in a project with no origin. DO NOT TRIGGER when: the project already has an origin remote (use /commit to push), the user wants to clone or fork an existing repo, or the user wants to cut a release (use /release).

AnotherSava ed65082 3 files · 22.2 KB Updated

File contents

AnotherSava/claude-code-common/tree/main/claude/skills/github-create commit ed650828f7

Frequently asked questions

npx skillmds@latest add anothersava/github-create