Does what it says: pulls from your remote with a simple /sync command instead of typing out git pull origin main every time. Handles the annoying bits like checking for uncommitted changes and offering to stash them, and it'll walk you through merge conflicts if they pop up. Works with Korean triggers too if that's your thing. The real value is in the workflow automation, it won't just blindly pull and leave you with a mess. Supports forks and upstream remotes, plus different branches if you need them. Basically a quality of life upgrade for the git pull you're already doing ten times a day.
npx skills add https://github.com/october-academy/agent-plugins --skill sync