sync-claude-config

Synchronize Claude configuration files across local projects via YAML-defined targets.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill sync-claude-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-claude-config
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/sync-claude-config
Command: npx skills add https://github.com/YH-05/finance --skill sync-claude-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the synchronization of Claude configuration files (skills, agents, commands, rules) across different projects, ensuring consistency and reducing manual duplication.

Core Features & Use Cases

  • Cross-Project Synchronization: Keeps configuration files consistent between multiple local projects.
  • Automated & Manual Sync: Triggers automatically after Write/Edit operations or can be run manually via a command.
  • Use Case: When you update your custom Claude agent configuration in one project, this Skill automatically pushes those changes to other related projects, saving you from manually copying and pasting files.

Quick Start

Run the sync-claude-config skill to synchronize your Claude configuration files.

Frequently Asked Questions about sync-claude-config

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

FAQPage Schema
How do I synchronize Claude configuration files across multiple local projects?

To synchronize Claude configuration files across projects, you can use a YAML configuration file to define sync targets and rules, ensuring consistent skills, agents, commands, and rules across local setups.

Can I automatically sync Claude agent configurations after editing files?

Yes, you can automatically sync Claude agent configurations by leveraging PostToolUse hooks, which trigger synchronization automatically after Write or Edit operations without requiring manual execution.

What is the best way to check configuration sync status before applying changes?

The best way to check configuration sync status is by running a manual execution with a dry-run option, allowing you to review pending synchronization changes before they are applied.

How does cross-project configuration synchronization work for AI agent setups?

Cross-project configuration synchronization works by pushing updated configuration files from one project to related local projects, eliminating manual duplication and ensuring consistency in AI agent setups.

Do I need to manually copy and paste Claude skills and rules between repositories?

No, you do not need to manually copy and paste Claude skills and rules. The synchronization process automates pushing these configuration file updates to other related projects.

What are the limitations of using YAML configuration for Claude sync targets?

The synchronization relies on a YAML configuration file to define targets and rules, meaning it operates strictly within local project boundaries and does not inherently support remote repository syncing without additional setup.