Sync Template
技能 已验证 活跃Update 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.
功能
- Intelligent configuration merging
- Preserves local customizations
- Dry-run preview before applying changes
- Supports specific file sections for preservation
- Updates project manifest and registry
使用场景
- 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.
非目标
- Overwriting existing project files without confirmation.
- Touching user-specific configuration files like settings.local.json.
- Modifying sections explicitly marked as custom within template files.
安装
请先添加 Marketplace
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforge质量评分
已验证类似扩展
Sync Setup
100当用户首次设置配置同步、连接到 GitHub 或重新初始化备份存储库时使用。
Sync Pull
100当用户希望从 GitHub 恢复、下载或拉取其 Claude Code 配置到此计算机时使用。
Sync Profiles
100用于在用户想要列出、创建、切换、删除、比较或检查配置同步配置文件时使用。
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.