Sync Status
Skill Verified ActiveUse when the user wants to check what config has changed, see sync status, or compare local vs remote config.
To ensure your Claude Code environment is consistently backed up, easily transferable, and switchable between different contexts (work, personal, team).
Features
- Sync Claude Code environment to GitHub
- Manage multiple profiles (work, personal, team)
- Detect and prevent multi-machine conflicts
- Perform dry-run previews of sync operations
- Scan for and block sensitive credentials during sync
Use Cases
- Backing up your current Claude Code setup before making significant changes
- Transferring your Claude Code environment to a new machine
- Switching between work and personal configurations seamlessly
- Collaborating on a shared team configuration layer
Non-Goals
- Replacing version control systems like Git for general code projects
- Managing actual code files or application deployments
- Storing sensitive data unencrypted or outside of the protected configuration files
Installation
First, add the marketplace
/plugin marketplace add rohithzr/claudebase/plugin install claudebase@rohithzrQuality Score
VerifiedTrust Signals
Similar Extensions
Sync Pull
100Use when the user wants to restore, download, or pull their Claude Code config from GitHub onto this machine.
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.
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.