Keep your local code up to date with the remote repository using git pull. This skill lets you quickly sync changes from the main branch or any other branch. It handles stashing uncommitted work and resolving merge conflicts.
Developers who use git every day will find this shortcut very useful. Just say “/sync” or “동기화” and the skill pulls the latest changes. It also supports rebase for a cleaner history and works with forks.
Whether you are working on a team project or a solo repo, this skill makes synchronization fast and simple. No more typing long git commands every time.
Global
mkdir -p ~/.claude/skills/syncProject
mkdir -p .claude/skills/syncSource 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