pilot-sync

Synchronize files bidirectionally between agents over the Pilot Protocol network.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-sync
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-sync
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bidirectional file synchronization between agents over the Pilot Protocol network.

Core Features & Use Cases

  • Keep directories in sync across two or more agents
  • Support conflict detection and resumable transfers
  • Efficiently mirror changes across distributed peers

Quick Start

Start the Pilot Protocol daemon and initialize a bidirectional sync with a remote agent.

Frequently Asked Questions about pilot-sync

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

FAQPage Schema
How do I keep directories in sync across multiple agents?

Bidirectional file synchronization mirrors directory changes across multiple agents over the network. It detects conflicts and supports resumable transfers to efficiently keep distributed peers updated.

What is bidirectional file synchronization over a network protocol?

Bidirectional file synchronization propagates changes in both directions between agents. It uses conflict detection to manage simultaneous edits and resumes interrupted transfers for reliable directory mirroring.

Do I need the pilotctl daemon running to sync files between agents?

Yes, bidirectional file transfer requires the pilotctl daemon running, the pilot-protocol skill installed, and access to a remote agent endpoint to establish the connection.

How does conflict detection work during bidirectional file transfer?

Conflict detection identifies simultaneous changes to synchronized files across distributed peers. It flags these conflicts during the bidirectional transfer process so you can resolve them manually.

Can I resume interrupted file transfers between agents?

Yes, the synchronization mechanism supports resumable transfers. If a file transfer between agents is interrupted, it can resume from the point of failure without restarting the entire sync.

What is the best way to mirror changes across distributed peer agents?

Using a bidirectional file synchronization skill mirrors changes efficiently across distributed peers. It handles conflict detection and resumable transfers to maintain directory consistency across nodes.