Global Knowledge Sync
Installation
SKILL.md
Global Knowledge Sync Skill
Manages bidirectional synchronization between local project knowledge and the centralized Alex Global Knowledge repository.
First-Time Setup (New Users)
If you don't have a Global Knowledge repository yet, create one:
Option 1: GitHub CLI (Recommended)
cd C:\Development # or your projects folder
gh repo create My-Global-Knowledge --private --description "Alex Global Knowledge Base" --clone
cd My-Global-Knowledge
Option 2: Manual
- Create a new private GitHub repo named
My-Global-Knowledge - Clone it as a sibling to your projects