Memory Sync Skill

Synchronize AGENTS.md updates to CLAUDE.md and GEMINI.md via sync-docs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates documentation synchronization and memory file management across platform-specific docs.

Core Features & Use Cases

  • Centralizes updates for AGENTS.md, CLAUDE.md, and GEMINI.md to maintain consistent SDK/API references across platforms.
  • Propagates changes from the master documentation to platform-specific files, reducing manual drift and ensuring reliability.
  • Use Case: When AGENTS.md is updated with a new SDK example, run the sync-docs workflow to refresh CLAUDE.md and GEMINI.md with references and updated instructions.

Quick Start

Use the memory-sync-skill to propagate documentation updates across platforms. Example commands: uv run htmlgraph sync-docs uv run htmlgraph sync-docs --check

Frequently Asked Questions about Memory Sync Skill

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

FAQPage Schema
How do I synchronize AGENTS.md documentation to CLAUDE.md and GEMINI.md?▼

Synchronize AGENTS.md to CLAUDE.md and GEMINI.md by running the sync-docs command, which propagates master SDK/API updates to platform-specific files. This workflow uses a YAML frontmatter configuration to ensure documentation consistency across platforms without manual edits.

What is the best way to prevent documentation drift across multiple AI agent platforms?▼

Preventing documentation drift across AI agent platforms requires centralizing updates in a master AGENTS.md file and automating propagation. This skill applies sync-docs workflows to reflect the latest SDK/API content in CLAUDE.md and GEMINI.md, ensuring consistent references across platforms.

Can I check for documentation inconsistencies between AGENTS.md and platform-specific files?▼

You can check documentation inconsistencies between AGENTS.md and platform-specific files by running the sync-docs command with the --check flag. This verifies whether CLAUDE.md and GEMINI.md reflect the latest master SDK/API content without applying changes.

Do I need YAML frontmatter to manage memory file synchronization?▼

Yes, managing memory file synchronization requires a YAML frontmatter containing the name and description fields. This configuration defines the sync-docs workflow behavior, enabling the automated propagation of documentation updates across platform-specific files.

How does memory file management work for cross-platform SDK/API references?▼

Memory file management for cross-platform SDK/API references works by treating AGENTS.md as the master document and applying the sync-docs command to update CLAUDE.md and GEMINI.md. It ensures platform-specific instructions and references remain consistent with the master file.