AI AGENT ADDONS
Git & Pull Requests
1,842installs

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.

Add Git Fork Clone skill to your workflow

Global

mkdir -p ~/.claude/skills/git-fork-clone

Project

mkdir -p .claude/skills/git-fork-clone

Source Repository

Stars
0
Forks
0
Watchers
0
Last Push
2 months ago
Created
5 months ago