sync-brand-page

Synchronize article data across 15 brand tab pages with additive delta syncing.

Updated Aug 23, 2025
One-click install
npx skills add https://github.com/therealityreport/trr-app --skill sync-brand-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-brand-page
Source: https://github.com/therealityreport/trr-app/tree/main/.agents/skills/design-docs-agent/sync-brand-page
Command: npx skills add https://github.com/therealityreport/trr-app --skill sync-brand-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sync article data to parent brand tab pages so fonts, colors, components, and charts stay current across all 15 brand tabs.

Core Features & Use Cases

  • Auto-create and populate the 15 brand tab pages for a brand if missing, with dynamic data filters.
  • Reflect new or updated articles in all relevant brand tabs without removing existing data.
  • Handle brand types (nyt and athletic) by filtering articles from the ARTICLES feed and aggregating on render.

Quick Start

Trigger the sync after publishing or updating an article to update all 15 brand tabs with the new data.

Frequently Asked Questions about sync-brand-page

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

FAQPage Schema
How do I sync brand tab pages with new articles automatically?

To sync brand tab pages with new articles, trigger the sync process after publishing or updating an article in the Design Docs system. The tool automatically reads the ARTICLES feed and applies additive delta syncing to update all 15 brand tabs.

What is additive delta syncing for brand tabs?

Additive delta syncing for brand tabs is a data aggregation process that appends new article data to existing parent brand tabs. It ensures fonts, colors, components, and charts reflect updates without removing previously synchronized data.

How do I auto-create missing brand tab pages?

You can auto-create missing brand tab pages by triggering the sync function. It automatically populates a 15-tab taxonomy for a brand using dynamic data filters to aggregate articles from the ARTICLES feed on render.

Does this brand page sync support nyt and athletic brand types?

Yes, the brand page sync supports both nyt and athletic brand types. It dynamically filters articles from the ARTICLES feed to aggregate data and populate the 15-tab taxonomy for each specific brand type.

What happens to existing data when synchronizing updated design docs?

When synchronizing updated design docs, existing data remains intact. The process performs additive delta syncing, meaning it only appends or updates the UI rendering for fonts, colors, components, and charts without removing existing aggregated data.