This automates the standard fork and clone workflow for contributing to GitHub projects. It forks a repo to your account, clones it locally, and sets up two remotes: origin pointing to your fork and official (not upstream) pointing to the original repo. The workflow is opinionated about the remote naming convention, which is slightly non-standard but consistently applied. Saves you from manually running four or five commands every time you want to work on someone else's project. Uses GitHub CLI under the hood, so you'll need gh authenticated. If you fork repos regularly, this eliminates the repetitive setup.
npx -y skills add zc277584121/mygitplugin --skill git-fork-clone --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills