Memory Sync Skill

Synchronize AGENTS.md documentation to CLAUDE.md and GEMINI.md files.

3|3|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/shakestzd/htmlgraph --skill memory-sync-skill-shakestzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory Sync Skill
Source: https://github.com/shakestzd/htmlgraph/tree/main/.claude/skills/memory-sync-skill
Command: npx skills add https://github.com/shakestzd/htmlgraph --skill memory-sync-skill-shakestzd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of maintaining consistent and up-to-date documentation across multiple AI agent platforms (like Claude and Gemini) by establishing a single source of truth and automating synchronization.

Core Features & Use Cases

  • Centralized Documentation: Manages documentation in a single master file (AGENTS.md).
  • Automated Sync: Propagates changes from the master file to platform-specific files (CLAUDE.md, GEMINI.md).
  • Verification: Checks for synchronization status to ensure consistency.
  • Use Case: When SDK documentation is updated in AGENTS.md, this skill ensures that CLAUDE.md and GEMINI.md are automatically updated to reflect these changes, preventing outdated information.

Quick Start

Run uv run htmlgraph sync-docs --check to verify that all documentation files are synchronized.

Frequently Asked Questions about Memory Sync Skill

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

FAQPage Schema
How do I keep AI agent documentation consistent across different platforms?

To sync documentation across AI agents, you manage a single master file like AGENTS.md and automatically propagate updates to platform-specific files such as CLAUDE.md and GEMINI.md to prevent documentation drift.

How do I check if my AI agent documentation files are out of sync?

You can check documentation synchronization status by running a command-line interface operation like uv run htmlgraph sync-docs --check to verify consistency between your master and platform-specific files.

What is documentation drift and how do I prevent it in AI environments?

Documentation drift occurs when platform-specific files like CLAUDE.md and GEMINI.md become outdated. You prevent it by establishing a master file and automating the synchronization of changes across different AI environments.

Can I use a single master file to manage SDK documentation for multiple AI agents?

Yes, you can manage SDK documentation in a single master file such as AGENTS.md and use automated synchronization to ensure platform-specific files for agents like Claude and Gemini reflect the latest updates.

What is the best way to automate documentation updates for Claude and Gemini agents?

The best way to automate documentation updates is to centralize content in a master file and utilize a command-line sync tool to verify and propagate changes to platform-specific files, ensuring consistency without manual edits.