sync-docs

Detect changed components and update feature documentation with link validation.

23|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/JStaRFilms/VibeCode-Protocol-Suite --skill sync-docs-jstarfilms
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sync-docs
Source: https://github.com/JStaRFilms/VibeCode-Protocol-Suite/tree/main/assets/.agent/skills/sync-docs
Command: npx skills add https://github.com/JStaRFilms/VibeCode-Protocol-Suite --skill sync-docs-jstarfilms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure your documentation stays aligned with code changes by updating docs after features are completed or refactored.

Core Features & Use Cases

  • Identify changed components across the codebase: backend, frontend UI, and feature modules.
  • List existing docs and required actions (UPDATE, CREATE, SKIP) to maintain accuracy.
  • Apply a templated documentation workflow and validate references/links.

Quick Start

Follow the prompts to run the sync-docs workflow after completing a feature to refresh the documentation.

Frequently Asked Questions about sync-docs

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

FAQPage Schema
How do I keep documentation in sync with code changes after a refactor?▼

Keeping documentation in sync involves detecting changed components across backend, UI, and feature modules, then generating a template to update or create the necessary docs with validated links.

What is the best way to update feature documentation for new implementations?▼

Updating feature documentation is best handled by applying a templated workflow that identifies changed codebase components, validates references, and generates required updates or new docs to reflect the completed features accurately.

Can I automatically detect which docs need to be updated when backend or UI modules change?▼

Yes, you can detect required doc updates by analyzing codebase changes across backend and frontend UI modules, which generates a list of existing documents with specific required actions.

Does this documentation sync workflow validate links and references automatically?▼

Yes, the documentation sync workflow validates references and links automatically while applying a templated workflow to ensure all generated or updated feature docs remain accurate and properly linked.

When should I run a docs-sync workflow during the development lifecycle?▼

You should run a docs-sync workflow after completing a feature, performing a refactor, or finalizing new implementations to ensure all feature documentation accurately reflects the latest codebase state.