From git-workflow
Pull superproject and sync all submodules to latest tracking branches. Use when updating submodules, syncing repos, or pulling latest changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-workflow:syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull superproject and sync all submodules to their latest tracking branches.
Pull superproject and sync all submodules to their latest tracking branches.
$sync # Sync all submodules to latest
sync-agent.md (in this skill directory)Use the companion sync-agent.md in this directory as the agent prompt. Provide it with:
npx claudepluginhub shdennlin/agent-plugins --plugin git-workflowPulls latest changes from origin for all git repos under a directory. Uses configurable default path or prompts user to set one. Invoke to update or sync reference projects.
Syncs all personal git repositories across machines by pulling and pushing changes in parallel. Useful for keeping work and personal repos up to date when starting or ending work sessions.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.