sync

Installation
Summary

Quick git synchronization with remote repository, defaulting to origin main.

  • Supports multiple sync targets: origin main, origin develop, upstream main (for forks), and custom branches
  • Automatically checks for uncommitted changes and offers stash, commit, or discard options before syncing
  • Handles merge conflicts by listing conflicting files and guiding resolution; supports both merge and rebase workflows
  • Responds to English commands (/sync, /sync develop) and Korean triggers (동기화, 원격에서 가져와, 풀 받아)
SKILL.md

Sync Skill

Quick git synchronization with remote repository.

Usage

Commands

/sync              # Pull from origin main
/sync develop      # Pull from origin develop
/sync upstream     # Pull from upstream main (forks)

Korean Triggers

  • "동기화"
  • "원격에서 가져와"
  • "풀 받아"
Related skills
Installs
1.2K
First Seen
Feb 13, 2026