cyberneticlibrary

Export and sync Claude Code across machines

claude-snapshotpluginsetup L23,035
davepoon/buildwithclaude
What it does

Export and apply portable snapshots across machines

Best for

Teams that onboard developers frequently and want to replicate a standardized Claude Code config across machines without manual setup.

Inputs
  • · source machine Claude Code setup
  • · destination machine (optional)
Outputs
  • · portable snapshot file (includes settings, plugins, env vars)
  • · diff report (if applying to existing setup)
  • · inspection report (structure, completeness)
Preconditions
  • · source and destination both have Claude Code installed
  • · snapshot file in portable format
  • · write permissions in ~/.claude on destination
Failure modes
  • · path references in snapshot become stale — manual fixup needed
  • · secret keys in snapshot — user must rotate after transfer
  • · plugin versions drift — destination uses newer plugin API
Trust signals
  • · diff inspection before apply (avoid surprise changes)
  • · export/apply symmetry (invertible operation)