Sync Pull banner
Dinesh3184 Dinesh3184

Sync Pull

Development community

Description

--- description: Check for sessions available from other devices allowed-tools: [Bash, Read, Glob, Grep] --- # Session Sync Pull Check what sessions and settings are available from other synced devices. ## Instructions 1. Determine the sync directory path based on OS: - **macOS**: `~/Library/Mobile Documents/com~apple~CloudDocs/ClaudeSessions` - **Windows**: `$env:USERPROFILE\iCloudDrive\ClaudeSessions` 2. Run the sync script: ```bash # macOS/Linux "${CLAUDE_PLUGIN_ROOT}/scri

Installation

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

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

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

Full documentation available on GitHub

View Source Repository