rspress-sync

Synchronize site documentation with generated API docs via design.config.json.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill rspress-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rspress-sync
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/rspress-sync
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill rspress-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

API-driven projects often drift between generated API documentation and user-facing site docs. This skill automates the synchronization so that changes in API surfaces are reflected in the documentation.

Core Features & Use Cases

  • Automates alignment of site docs with updated API docs across modules.
  • Updates cross-references, migration notes for breaking changes, and code examples to reflect current APIs.
  • Generates a sync report and preserves custom content, ensuring safe, audit-ready updates.

Quick Start

Run the rspress-sync command to synchronize your site documentation with the latest API changes.

Frequently Asked Questions about rspress-sync

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

FAQPage Schema
How do I keep site documentation in sync with API changes automatically?

To keep documentation in sync with API changes, this Skill reads design.config.json to locate docs, detects API changes by comparing timestamps, and updates cross-references, code examples, and migration notes while preserving custom content.

What is the best way to update cross-references and code examples across multiple modules?

The best way to update cross-references and code examples across modules is to run an automated synchronization process. It detects API changes by comparing timestamps and automatically aligns user-facing site docs with the latest generated API documentation across all project modules.

Can I preserve custom content when migrating breaking changes into my user docs?

Yes, you can preserve custom content when migrating breaking changes into user docs. The synchronization process inserts migration notes for breaking changes while safely retaining your existing custom documentation, and it generates a sync report to ensure audit-ready updates.

How does automated API documentation synchronization handle breaking changes?

Automated API documentation synchronization handles breaking changes by detecting updates through timestamp comparisons and automatically inserting migration notes into the site documentation. It ensures breaking changes are clearly documented while keeping cross-references and code examples current.

Do I need a design.config.json file to automate alignment of API and user docs?

Yes, you need a design.config.json file to automate alignment of API and user docs. The synchronization process reads this configuration file to locate your documentation directories and identify which modules require updates based on detected API changes.