sync-global

Sync global Claude configuration changes to system documentation and Notion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill sync-global
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sync-global
Source: https://github.com/JYHTHEGREAT/jyh-system/tree/main/archive/reusable/common/skills/sync-global
Command: npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill sync-global

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual, error‑prone process of updating the system guide and Notion pages whenever global Claude settings change.

Core Features & Use Cases

  • Scans all files in ~/.claude to gather current configuration counts.
  • Compares the collected data with system‑guide.md and updates only the differing sections.
  • Optionally propagates the changes to a Notion workspace, keeping documentation in sync across platforms.
  • Handles edge cases such as missing guide files, parsing errors, and partial failures with clear warnings.

Quick Start

Run /sync-global to refresh the system guide and Notion documentation based on the latest global configuration.

Frequently Asked Questions about sync-global

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

FAQPage Schema
How do I sync global Claude configuration changes to system documentation?▼

You can sync global Claude configuration changes by scanning the ~/.claude directory to gather current counts and applying partial edits to update the differing sections of system-guide.md automatically.

Can I automate updating Notion pages when global Claude settings change?▼

Yes, you can automate Notion documentation updates by optionally triggering Notion API calls during the sync process to propagate configuration changes and keep workspace pages current.

What happens if my system-guide.md is missing during a configuration sync?▼

If the system-guide.md file is missing, the sync process handles the edge case by issuing clear warnings rather than failing silently, ensuring you are alerted to parsing errors or partial failures.

How do I refresh Notion documentation based on the latest global configuration?▼

You can refresh Notion documentation by running the sync-global command, which compares collected configuration data against existing docs and updates differing sections across both local and Notion platforms.

Does syncing global Claude config require manually updating documentation tables?▼

No, syncing global Claude config does not require manual table updates because the process scans files, compares counts, and applies partial edits to documentation automatically.