Workspace Sync

Synchronize K.I.T. workspaces across devices via WebSocket with offline queuing.

125|865|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill workspace-sync-signal-execution-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workspace Sync
Source: https://github.com/Signal-Execution-Labs/forex-trading-ai-agent/tree/main/src/skills/workspace-sync
Command: npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill workspace-sync-signal-execution-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-device workspace synchronization ensures that your K.I.T. workspace, watchlists, alerts, and settings stay consistent as you switch between desktop, mobile, or offline sessions.

Core Features & Use Cases

  • Real-Time Sync: Changes propagate instantly across devices
  • Watchlist Sync: Watchlists stay aligned everywhere
  • Alert Sync: Alerts trigger on all connected devices
  • Settings Sync: Preferences follow you
  • Chart Sync: Drawings, intervals, templates
  • Conflict Resolution: Smart merge for concurrent edits

Quick Start

Enable cross-device workspace synchronization for your K.I.T. project by running 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 sync my workspace settings and watchlists across multiple devices?

Cross-device workspace synchronization keeps your watchlists, alerts, and settings aligned across desktop, mobile, and offline sessions using a WebSocket-based sync hub with per-device management.

What happens to offline workspace changes when I reconnect?

Offline workspace changes are handled using offline queuing, which stores edits locally and syncs them reliably to the WebSocket hub upon reconnection to ensure consistent state across devices.

How does conflict resolution work for concurrent edits on different devices?

Conflict resolution for concurrent workspace edits uses a smart merge mechanism to reconcile simultaneous changes made across desktop and mobile devices, ensuring reliable delivery and consistent state.

Can I synchronize chart drawings and templates across desktop and mobile?

Yes, chart sync propagates drawings, intervals, and templates instantly across connected devices, ensuring your technical analysis workspace stays consistent everywhere.

Do I need a WebSocket connection to keep my alerts and journals in sync?

Yes, the synchronization hub implements a WebSocket-based architecture to propagate alerts, journals, and settings in real-time, though offline queuing manages sessions without an active connection.

What's the best way to enable cross-device sync for a K.I.T. project?

To enable cross-device sync for a K.I.T. project, run the command kit skill workspace-sync --enable, which activates the WebSocket-based sync hub for your workspace.