Sync Template
Skill Verifiziert AktivUpdate 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.
Funktionen
- Intelligent configuration merging
- Preserves local customizations
- Dry-run preview before applying changes
- Supports specific file sections for preservation
- Updates project manifest and registry
Anwendungsfälle
- 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.
Nicht-Ziele
- 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
Zuerst Marketplace hinzufügen
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforgeQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Sync Setup
100Wird verwendet, wenn der Benutzer zum ersten Mal die Konfigurationssynchronisierung einrichten, eine Verbindung zu GitHub herstellen oder das Backup-Repository neu initialisieren möchte.
Sync Pull
100Verwenden Sie dies, wenn der Benutzer seine Claude Code-Konfiguration von GitHub auf diesem Computer wiederherstellen, herunterladen oder pullen möchte.
Sync Profiles
100Verwenden Sie dies, wenn der Benutzer Konfigurations-Synchronisationsprofile auflisten, erstellen, wechseln, löschen, vergleichen oder inspizieren möchte.
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.