sync-agent-instructions

Synchronize CLAUDE.md, GEMINI.md, and AGENTS.md instruction files using git diff.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/yyiilluu/reflexio --skill sync-agent-instructions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-agent-instructions
Source: https://github.com/yyiilluu/reflexio/tree/main/.claude/skills/sync-agent-instructions
Command: npx skills add https://github.com/yyiilluu/reflexio --skill sync-agent-instructions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that critical instruction files for different AI coding tools (CLAUDE.md, GEMINI.md, AGENTS.md) remain consistent, preventing outdated or conflicting guidance.

Core Features & Use Cases

  • Automated Synchronization: Detects changes in instruction files and propagates them to others.
  • Conflict Resolution: Handles scenarios with single or multiple file changes, prompting user input when necessary.
  • Use Case: After updating the project's core instructions in GEMINI.md, run this Skill to automatically update CLAUDE.md and AGENTS.md to match, ensuring all AI assistants have the latest directives.

Quick Start

Run the sync-agent-instructions skill to synchronize your AI instruction files.

Frequently Asked Questions about sync-agent-instructions

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

FAQPage Schema
How do I keep CLAUDE.md and GEMINI.md instruction files in sync?

To keep AI instruction files in sync, the skill detects modifications using git diff and copies content between CLAUDE.md, GEMINI.md, and AGENTS.md based on user input to ensure alignment.

How does automated synchronization for AI agent configuration files work?

Automated synchronization works by detecting file modifications using git diff and propagating the updated content to other AI agent instruction files to resolve conflicts and maintain consistency.

What happens if multiple AI instruction files are modified at the same time?

If multiple AI instruction files are modified simultaneously, the skill handles the conflict resolution by prompting for user input to determine the correct source content for synchronization.

Does this sync tool require git to detect changes in instruction files?

Yes, the tool requires git to detect changes in instruction files, using git diff to identify modifications before copying content between CLAUDE.md, GEMINI.md, and AGENTS.md.

Why do my AI coding assistants have conflicting project directives?

AI coding assistants have conflicting directives when instruction files are updated separately, a problem solved by synchronizing content across CLAUDE.md, GEMINI.md, and AGENTS.md to ensure alignment.