When you want to work on someone else's code, you first need to make your own copy. This skill forks a GitHub repository into your account and clones it to your computer. It sets up a special remote called official so you can easily pull updates from the original project. This helps developers contribute to open source projects without confusion.
The process is automatic and saves you from typing several commands by hand. You just give the repository name like owner/repo. The skill handles the fork, the clone, and the remote setup. It even checks everything is correct at the end.
Anyone who contributes to GitHub projects will find this useful. It removes the manual steps and reduces the chance of mistakes. You get a ready-to-use local copy with the right connections to both your fork and the original repository.
Global
mkdir -p ~/.claude/skills/git-fork-cloneProject
mkdir -p .claude/skills/git-fork-cloneSource 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
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
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
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes