What problem does it solve? Keeping a git-installed Claude Code plugin current is error-prone: users do not know whether new commits arrived, which skills changed, or whether a reload or full restart is required. This Skill pulls the latest state of the branch the installation tracks and translates the result into a clear report with concrete next steps. ## Core Features & Use Cases - Safe update via script: Delegates the pull to the plugin's own installer, which verifies the remote and enforces fast-forward-only merges, so no history is rewritten. - Change reporting: Lists added, modified, and removed skills plus all changed files, and advises whether /reload-plugins suffices or a restart is needed. - Edge-case handling: Detects dirty installations, detached HEAD, branches without a remote counterpart, and unpushed or unmerged work sitting in a separate development clone. - Use Case: After a teammate pushes new skills to the plugin repository, run this Skill to fetch them, see exactly which skills appeared, and learn whether you must restart Claude Code. ## Quick Start Ask the assistant to update the sagittaras plugin and tell you which skills changed and whether a reload or restart is needed.