project-template-sync

Synchronize project template files with upstream diffs while preserving local files.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/gerardloupecyb/claude-code-project-template --skill project-template-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-template-sync
Source: https://github.com/gerardloupecyb/claude-code-project-template/tree/main/.claude/skills/project-template-sync
Command: npx skills add https://github.com/gerardloupecyb/claude-code-project-template --skill project-template-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synchronise les fichiers template (rules, skills, hooks) d'un projet existant avec la derniere version du template upstream. Compare, affiche les diffs, et applique les changements acceptes.

Core Features & Use Cases

  • Permet de synchroniser les fichiers de template des règles, compétences et hooks sans toucher aux fichiers projet-specifiques.
  • Affiche les diffs et propose des actions pour mettre à jour le template tout en préservant les personnalisations locales.
  • Use Case: Lorsqu'une nouvelle version du template upstream est publiée, met à jour le projet en restant aligné avec les règles et les structures du template.

Quick Start

Exécutez le Skill pour synchroniser les fichiers du template upstream dans votre projet et appliquer les diffs acceptés sans toucher les fichiers spécifiques au projet.

Frequently Asked Questions about project-template-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync project files with upstream template updates?

To sync project files with upstream template updates, compare template files like rules, skills, and hooks against the latest upstream version, review the diffs, and apply accepted changes while preserving project-specific files.

What is upstream template synchronization for version control?

Upstream template synchronization is the process of comparing local project templates against the latest upstream version, displaying differences, and applying accepted changes to keep rules and structures aligned without overwriting local customizations.

How do I update project templates without losing local customizations?

Update project templates without losing local customizations by comparing upstream diffs and applying only accepted changes, which preserves project-specific files and local modifications during the synchronization process.

Does template synchronization preserve project-specific files?

Yes, template synchronization preserves project-specific files by targeting only rules, skills, and hooks for diffing and updates, ensuring local project modifications remain untouched when applying upstream changes.

Can I review diffs before applying upstream template changes?

Yes, you can review diffs before applying upstream template changes, as the synchronization process displays differences and proposes actions to selectively accept updates while maintaining your local project structure.

When should I use a template sync tool for project management?

Use a template sync tool for project management when a new version of the upstream template is published and you need to update your project to stay aligned with the latest rules, skills, and structural changes.