sovereign-sync
Installation
SKILL.md
Sovereign Sync
This skill enables the External Knowledge Link pattern. It allows specific tiers of the Sovereign Matrix (like L3 Confidential) to be managed as independent Git repositories, separate from the monorepo logic.
Capabilities
1. Initialize Link
Link a knowledge tier to an external private repository.
- Command: `node dist/index.js init <repo_url>`
2. Import (Pull)
Fetch the latest maps, entity definitions, and shared analysis from the organization.
- Command: `node dist/index.js pull `
3. Share (Push)
Push local analysis results and updated mappings to the private organizational repository.
- Command: `node dist/index.js push `
Default Configuration
- L3 (Confidential): Intended to be synced with the organization's Private Engineering Repo.
- L2 (Roles): Can optionally be synced with a restricted Executive Repo.
Knowledge Protocol
- This skill MUST NOT be used on the `public` tier.
- It facilitates the "Sovereign Knowledge Sharing" required for multi-entity orchestration.
Related skills
More from famaoai-creator/gemini-skills
data-transformer
Convert between CSV, JSON, and YAML formats.
23pmo-governance-lead
Output file path
21completeness-scorer
Evaluate text completeness based on criteria.
21local-reviewer
Retrieves git diff of staged files for pre-commit AI code review.
21api-fetcher
Fetch data from REST/GraphQL APIs securely.
21prompt-optimizer
Optional output file path
21