post-connection-surface-sync-status

Track and display initial data sync status with progress banners and notifications.

Updated May 7, 2026
One-click install
npx skills add https://github.com/merge-api/merge-unified-skills --skill post-connection-surface-sync-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-connection-surface-sync-status
Source: https://github.com/merge-api/merge-unified-skills/tree/main/skills/post-connection-surface-sync-status
Command: npx skills add https://github.com/merge-api/merge-unified-skills --skill post-connection-surface-sync-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures users have visibility into the status of their initial data sync, preventing confusion and providing clear progress updates.

Core Features & Use Cases

  • Sync Status Tracking: Displays progress banners and messaging during initial syncs.
  • Progress Banners: Shows non-blocking progress messages to users.
  • Status Updates: Informs users when the sync is complete or if there are partial syncs or errors.
  • Use Case: After a user connects their data source, this skill shows a progress banner with messages about the sync process, such as "We're pulling in your data from [Integration Name]."

Quick Start

Enable the sync status visibility for the initial sync timeline.

Frequently Asked Questions about post-connection-surface-sync-status

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

FAQPage Schema
How do I display initial data sync status in a user interface?

To display initial data sync status in a user interface, you need to integrate your data sync system with UI components to show real-time progress banners and messaging like pulling data from a specific integration.

What is the best way to prevent user confusion during an initial data sync?

Preventing user confusion during an initial data sync requires providing sync status visibility through non-blocking progress banners that update users in real-time until the sync is complete.

How do I show partial sync warnings and errors to users?

To show partial sync warnings and errors, you must implement status update logic that detects sync failures and displays specific messaging informing the user about incomplete data synchronization.

Do I need a separate data sync system to use sync status tracking?

Yes, you need an existing data sync system because sync status tracking requires integration with that underlying system to monitor progress and display accurate real-time UI updates.

Can I use non-blocking progress banners for initial syncs without freezing the UI?

Yes, you can use non-blocking progress banners for initial syncs to display messaging such as pulling in your data, ensuring the user interface remains fully interactive while the sync runs.

When should I implement initial sync status tracking?

You should implement initial sync status tracking immediately after a user connects their data source, ensuring they receive continuous progress updates until the data synchronization finishes.