upstream-sync
Installation
SKILL.md
Upstream Fork Sync
When to Use
- When the user asks to sync, update, or check upstream forks
- When
/upstream-syncis invoked - Periodically (weekly) to check for upstream updates
- Before a release, to ensure we have the latest community improvements
Upstream Registry
All tracked forks are defined in upstream_registry.json (same directory as this file). Each entry specifies:
fork/upstream: GitHub org/repo for our fork and the originallocal_paths: Where the content lives in our codebasesync_strategy: How to handle the merge (see below)priority: 1=critical, 2=important, 3=reference