sync

Synchronize documentation files across naming conventions and locations.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill sync-alexandrbasis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/sync
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill sync-alexandrbasis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents inconsistencies and drift between critical documentation files used by different AI tools, ensuring a single source of truth.

Core Features & Use Cases

  • Automated File Synchronization: Ensures that related documentation files are always identical.
  • Cross-Tool Compatibility: Maintains consistency for AI tools that prefer different filenames (e.g., CLAUDE.md vs. AGENTS.md).
  • Use Case: After updating the main project instructions in CLAUDE.md, this skill automatically mirrors those changes to AGENTS.md and their backend counterparts, preventing outdated information from being used.

Quick Start

Use the sync skill to ensure all documentation files are up-to-date.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I keep AI documentation files in sync across different naming conventions?

To keep AI documentation files in sync, this Skill automatically synchronizes content between files like `CLAUDE.md` and `AGENTS.md`, ensuring a single source of truth and preventing information drift across different tools.

Why does my backend AI tool use outdated instructions after updating root files?

Your backend AI tool uses outdated instructions because root and backend files like `backend/CLAUDE.md` have drifted. This Skill automatically mirrors root documentation updates to their backend counterparts to prevent this.

What is the best way to maintain consistency between project documentation for multiple AI tools?

The best way to maintain consistency for multiple AI tools is automated file synchronization. This Skill mirrors updates across required filenames like `CLAUDE.md` and `agents.md`, ensuring all tools access identical information.

Can I automatically mirror changes from CLAUDE.md to AGENTS.md?

Yes, you can automatically mirror changes from `CLAUDE.md` to `AGENTS.md`. This Skill applies file synchronization to ensure related documentation files remain identical across different locations and naming conventions.

Do I need to manually update both root and backend documentation files?

No, you do not need to manually update both root and backend documentation files. This Skill synchronizes root files like `CLAUDE.md` with their backend counterparts like `backend/AGENTS.md` automatically after updates.

Are there limitations to synchronizing files across different locations in an AI workflow?

The synchronization mechanism specifically targets predefined documentation files like `CLAUDE.md` and `AGENTS.md` in root and backend directories, maintaining consistency for AI development workflows rather than arbitrary file types.