overleaf-sync

Synchronize local LaTeX directories with Overleaf projects via Git.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/dogekiki/SP-test --skill overleaf-sync-dogekiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overleaf-sync
Source: https://github.com/dogekiki/SP-test/tree/main/.trae/skills/overleaf-sync
Command: npx skills add https://github.com/dogekiki/SP-test --skill overleaf-sync-dogekiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the friction between local ARIS-based paper editing and collaborative web-based editing in Overleaf, ensuring that local audits and remote collaboration remain perfectly synchronized without manual file management.

Core Features & Use Cases

  • Two-Way Synchronization: Safely pull changes from Overleaf or push local ARIS edits back to the cloud.
  • Conflict Management: Provides diagnostic status checks and manual intervention protocols to prevent data loss during simultaneous editing.
  • Use Case: Use this when you have finished an automated citation audit locally and need to push the corrected LaTeX files to your co-authors on Overleaf, or when you need to pull their latest prose changes into your local environment for further analysis.

Quick Start

Ask the agent to pull the latest changes from your connected Overleaf project to your local paper directory.

Frequently Asked Questions about overleaf-sync

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

FAQPage Schema
How do I sync a local LaTeX paper directory with an Overleaf project?

You can sync local LaTeX directories with Overleaf projects using a Git-based bridge that manages bidirectional file transfers, pulling remote changes and pushing local edits to maintain consistency between environments.

What is the best way to manage version control state for Overleaf collaboration locally?

Managing version control state for Overleaf collaboration locally is handled through Git-based synchronization that assesses repository status, triggering audit workflows and ensuring local working copies match the remote project automatically.

Do I need Git and rsync to maintain consistency between local and remote LaTeX files?

Yes, maintaining consistency between local and remote LaTeX files requires local rsync capabilities and a Git-based bridge. Secure credential handling via the OS keychain is also required to access the remote repository safely.

How can I prevent data loss during simultaneous Overleaf and local LaTeX editing?

To prevent data loss during simultaneous Overleaf and local LaTeX editing, the synchronization process provides diagnostic status checks and manual intervention protocols to identify and resolve file conflicts before finalizing transfers.

How do I push local automated citation audit corrections to co-authors on Overleaf?

You can push local automated citation audit corrections to Overleaf co-authors by initiating a bidirectional sync that transfers your updated LaTeX files from the local working directory back to the remote cloud repository.