sync-team-profiles
Fetch (or refresh) registered team-profile sources — git clone on first run, shallow git fetch + reset on subsequent runs — and register discovered profiles under a namespace. TRIGGER when the user says "sync team profiles", "pull the latest team profiles", "refresh team profiles", "update team profiles", "sync from <team-name> profile source", "fetch profiles from the team repo", "/nyann:sync-team-profiles". Do NOT trigger on "add a new team profile source" (that's `add-team-source` — registers without pulling). Do NOT trigger on "sync my branch" (that's the `sync` skill — feature-branch rebase/merge). Do NOT trigger on "install a profile" from a URL when no source is registered yet — walk the user through `add-team-source` first.
适合你,如果团队档案存在 Git 仓库中,需要定期同步到本地。
npx oh-my-skill add thettwe/nyann/sync-team-profilescurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- thettwe/nyann/sync-team-profilesnpx oh-my-skill verify thettwe/nyann/sync-team-profiles