machine-relay

Transfer project files between laptops via Git and GitHub.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill machine-relay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: machine-relay
Source: https://github.com/adriaanmostert1976-lab/adriaan-toolkits/tree/main/source/estate-ops-toolkit/machine-relay
Command: npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill machine-relay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of transferring project files between Adriaan's personal and work laptops, eliminating the need for manual file copying and ensuring that all project context is preserved.

Core Features & Use Cases

  • File Transfer: Automates the transfer of project files between two laptops using a dedicated GitHub repository.
  • Context Preservation: Ensures that all project context, including drafts and supporting files, is transferred.
  • Use Case: When Adriaan needs to work on a project that started on one laptop but requires continuation on the other, this Skill can be used to transfer the entire project with a single command.

Quick Start

Use the machine-relay skill to initiate the transfer of your project from your personal laptop to your work laptop.

Frequently Asked Questions about machine-relay

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

FAQPage Schema
How do I transfer project files between two laptops for seamless continuation?

Transferring project files between laptops is achieved by pushing your project context to a dedicated GitHub repository from one machine and pulling it on the other, ensuring seamless continuity.

Do I need basic Git familiarity to synchronize projects across machines?

Yes, basic familiarity with Git commands and GitHub access is required to execute the file synchronization and repository management operations needed for transferring projects.

Can I automate laptop file synchronization using a GitHub repository?

Yes, automating laptop file synchronization utilizes a dedicated GitHub repository to push and pull project files, eliminating manual copying and preserving all context with minimal intervention.

What is the best way to preserve project context when switching laptops?

The best way to preserve project context is using version control via Git to transfer the entire project directory, including drafts and supporting files, between the source and target machines.

Does this file transfer method work for both personal and work laptops?

Yes, this file transfer method works for both personal and work laptops by utilizing GitHub for version control, allowing you to securely push and pull project repositories across separate machines.