Sync Pull
Skill Verified ActiveUse when the user wants to restore, download, or pull their Claude Code config from GitHub onto this machine.
To ensure users never lose their Claude Code environment and can seamlessly switch between different configurations on any machine.
Features
- Restore, download, or pull Claude Code config from GitHub
- Support for profiles to switch between work/personal setups
- Automatic local configuration backups before applying changes
- Secret scanning to prevent accidental commit of sensitive keys
- Dry-run mode to preview changes before applying
Use Cases
- Restore your Claude Code setup on a new machine.
- Switch between different work and personal configurations instantly.
- Preview configuration changes before they are applied to your local setup.
- Safely back up your current Claude Code configuration before making significant changes.
Non-Goals
- Managing Claude Code conversations or sessions.
- Syncing shell history or environment variables outside of the specified Claude Code settings.
- Acting as a general-purpose file synchronization tool.
Installation
First, add the marketplace
/plugin marketplace add rohithzr/claudebase/plugin install claudebase@rohithzrQuality Score
VerifiedTrust Signals
Similar Extensions
Sync Profiles
100Use when the user wants to list, create, switch, delete, compare, or inspect config sync profiles.
Sync Setup
100Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.
Sync Status
95Use when the user wants to check what config has changed, see sync status, or compare local vs remote config.
Claudebase
98Use when the user wants to back up, save, or push their current Claude Code config to GitHub.
C Files
75Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.
Setup Tailwind Typescript
100Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.