Sync Template
Skill Verified ActiveUpdate an existing project's Claude Code configuration against the current dotforge template, without losing local customizations.
To maintain consistent and up-to-date Claude Code configurations across multiple projects by syncing against a central template, while ensuring local customizations are never lost.
Features
- Intelligent configuration merging
- Preserves local customizations
- Dry-run preview before applying changes
- Supports specific file sections for preservation
- Updates project manifest and registry
Use Cases
- Syncing .claude/ settings.json against the latest dotforge template.
- Updating CLAUDE.md with new template sections while keeping custom content.
- Ensuring consistent project configurations across a team's repositories.
Non-Goals
- Overwriting existing project files without confirmation.
- Touching user-specific configuration files like settings.local.json.
- Modifying sections explicitly marked as custom within template files.
Installation
First, add the marketplace
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforgeQuality Score
VerifiedTrust Signals
Similar Extensions
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 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.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.
Mcp Add
99Install an MCP server template from dotforge into a project or global Claude Code config with a single command.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.