sync

Detect changed files, present an update plan, and apply changes across project assets.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/AnanyaBanerjee/front-end-expert --skill sync-ananyabanerjee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/AnanyaBanerjee/front-end-expert/tree/main/skills/sync
Command: npx skills add https://github.com/AnanyaBanerjee/front-end-expert --skill sync-ananyabanerjee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After any change to any file in a project, automatically detect what other files need updating as a result, present the plan to the user, then apply all changes. Prevents inconsistencies across pages, legal docs, SEO files, and brand assets.

Core Features & Use Cases

  • Detect changed files and classify the change category (brand, navbar, content, analytics, etc.)
  • Identify all impacted files using a cascade map and suggest updates across site assets
  • Present an action plan to the user and apply changes automatically to keep the project in sync

Quick Start

After making a change, run sync to detect impacted files, present a plan, and automatically apply updates across the project.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I automatically update related files when a project asset is edited?

To automatically update related files when a project asset is edited, you can use a change-detection workflow that identifies impacted pages, legal docs, and SEO assets, then presents an action plan to apply updates. This ensures project consistency.

What is the best way to prevent inconsistencies across site assets after a change?

The best way to prevent inconsistencies across site assets after a change is to use a cascade map that identifies impacted files, classifies the change category, and automatically applies updates across pages, legal docs, SEO files, and brand assets.

How does change detection work for keeping project management files in sync?

Change detection for keeping project files in sync works by classifying edited files into categories like brand or content, using a cascade map to determine the impact, and executing an atomic apply-or-confirm step to automatically update dependent files.

Can I review a plan before automatically propagating changes across my project?

Yes, you can review a plan before propagating changes. The change-detection workflow presents an action plan identifying all impacted files and suggested updates, allowing you to confirm before the system automatically applies the changes.

Do I need any dependencies to auto-propagate changes and keep my project consistent?

No dependencies are required to auto-propagate changes and keep your project consistent. The workflow operates independently to detect edited files, map the impact across assets, and apply updates without external tools.

Why are my SEO and legal docs out of sync after updating site navigation?

SEO and legal docs fall out of sync after updating site navigation because manual edits do not automatically cascade to dependent files. An automated change-detection workflow is needed to map the impact and apply updates across all related assets.