You can create a new GitHub repository in just a few steps. This skill uses a tool called gh to set up the repo. It then clones the repo to your local machine so you can start working right away.
The process is simple and fast. You just tell it the name of the repo. You can also choose if you want it to be public or private. A README file is added by default to get you started.
After the repo is created, the skill confirms success. You will be inside the project folder ready to go. This is perfect for starting a new project quickly without leaving your terminal.
Global
mkdir -p ~/.claude/skills/git-create-repoProject
mkdir -p .claude/skills/git-create-repoSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes
Git Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery