Sync Everything banner
Earth-Science-Tech Earth-Science-Tech

Sync Everything

Development community

Description

# Skill: Sync Everything (pull all repos + reload skills/plans mid-session) ## Trigger When the user says **"sync everything"**, **"sync all repos"**, **"sync and reload"**, **"pull everything and reload"**, or similar. ## Why this exists Skills, rules, and plans live in the shared `ai_info` repo and are loaded into a Claude session **only at start**. When a teammate adds a new skill or updates a plan mid-session, a running instance won't see it. "Sync everything" **pulls all four eMed repos

Installation

Installs to ~/.claude/skills/earth-science-tech-ai_info-sync-everything/SKILL.md

Terminal
mkdir -p ~/.claude/skills/earth-science-tech-ai_info-sync-everything && curl -fsSL https://raw.githubusercontent.com/Earth-Science-Tech/ai_info/HEAD/skills/sync-everything.md -o ~/.claude/skills/earth-science-tech-ai_info-sync-everything/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository