Sync Knowledge banner
Earth-Science-Tech Earth-Science-Tech

Sync Knowledge

Development community

Description

Sync the latest shared knowledge from the ai_info repository. Instructions: 1. Pull the latest ai_info content: ```bash cd ../ai_info && git pull origin main ``` 2. Report what changed: ```bash git log --oneline -10 ``` 3. If running from emed_app, emed_etl, or emed_sql, also copy rules and commands: For the current project, copy rule files: ```bash # Determine current project # Copy org rules cp ../ai_info/org/rules/*.md .claude/rules/ 2>/dev/null # Copy

Installation

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

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

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

Full documentation available on GitHub

View Source Repository