What problem does it solve?
Prevents configuration and skill drift between your host environment and claude-sandbox Docker containers by propagating local changes so containerized agents run the same code and settings as the host.
Core Features & Use Cases
- Discover claude-sandbox containers whether running or stopped and let the user confirm targets.
- Copy host files (skills, commands, CLAUDE.md, settings, agents, hooks), rewrite internal paths, and set correct ownership and permissions inside each container.
- Optionally start stopped containers to perform the sync and then restore their prior running state; useful after manual edits to ~/.claude or ~/.agents, after automated skill updates, or as a post-deployment step in CI workflows.
Quick Start
Invoke the skill by running /sync-containers to synchronize host skills, CLAUDE.md, AGENTS.md, settings, and agent files into all selected claude-sandbox Docker containers.