Sync Push banner
Dinesh3184 Dinesh3184

Sync Push

Development community

Description

--- description: Export sessions and settings to iCloud sync directory allowed-tools: [Bash, Read, Write, Glob] --- # Session Sync Push Export Claude Code sessions and settings to the iCloud sync directory for cross-device access. ## What Gets Synced 1. **Session summaries** - Markdown exports with metadata and previews 2. **Global settings** - `~/.claude/settings.json` (permissions, model, plugins) 3. **Installed plugins list** - For reinstallation on other devices ## Instructions 1. Dete

Installation

Installs to ~/.claude/skills/dinesh3184-claude-session-sync-sync-push/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dinesh3184-claude-session-sync-sync-push && curl -fsSL https://raw.githubusercontent.com/Dinesh3184/claude-session-sync/HEAD/commands/sync-push.md -o ~/.claude/skills/dinesh3184-claude-session-sync-sync-push/SKILL.md

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

Full documentation available on GitHub

View Source Repository