Workspace Sync

Synchronize K.I.T. workspace watchlists, alerts, settings, and chart data across devices.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill workspace-sync-datagridsolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workspace Sync
Source: https://github.com/datagridSolution/forex-trading-ai-agent/tree/main/src/skills/workspace-sync
Command: npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill workspace-sync-datagridsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Workspace Sync solves the problem of having to manually keep your K.I.T. workspace (watchlists, alerts, settings, and related chart data) consistent across multiple devices and sessions.

Core Features & Use Cases

  • Real-Time Cross-Device Synchronization: Propagates updates instantly so changes made on one device appear on others.
  • Watchlist, Alert, and Settings Sync: Keeps watchlists, alert triggers, and user preferences consistent across connected devices.
  • Conflict Resolution and Offline Queueing: Merges or resolves concurrent edits and queues changes when offline to sync later safely.
  • Chart Data Synchronization: Keeps chart drawings, intervals, templates, and related items aligned where supported.

Quick Start

Enable synchronization by running the command: kit skill workspace-sync --enable.

Frequently Asked Questions about Workspace Sync

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

FAQPage Schema
How do I synchronize my trading watchlists and alerts across multiple devices?

You can synchronize trading watchlists and alerts across multiple devices by using a WebSocket-based sync hub that propagates user preferences and chart data in near real time. This ensures consistent workspace state across desktop, mobile, and browser sessions.

What happens to workspace settings when I make changes while offline?

When offline, workspace settings changes are held in an offline queue and synchronized safely later once connectivity resumes. This prevents data loss and ensures your multi-session trading workflow remains consistent.

How does conflict resolution work for concurrent edits to a trading workspace?

Conflict resolution for concurrent workspace edits is handled by applying predefined rules that automatically merge or resolve conflicting changes. This ensures that simultaneous updates from multiple connected sessions do not overwrite each other improperly.

Can I choose which items like chart templates and intervals are included in cross-device synchronization?

Yes, you can configure the sync item scope to select specific data like chart drawings, intervals, and templates for cross-device synchronization. This allows you to control exactly which workspace elements are aligned across your connected instances.

Do I need device authentication to sync my trading workspace across browser sessions?

Yes, device authentication is required to securely sync your trading workspace across browser sessions and connected instances. This verifies connected devices before propagating watchlist and alert updates.

What is the best way to keep chart data aligned across desktop and mobile trading sessions?

The best way to keep chart data aligned across desktop and mobile sessions is through real-time cross-device synchronization. This propagates chart drawings and templates instantly via a WebSocket sync hub, maintaining a consistent trading workspace.