Синхронизация LaTeX-проекта с Overleaf

★ 7.1 · integration

overleaf-sync is a Claude Code skill that provides two-way synchronization between a local LaTeX paper directory and an Overleaf project using the official Overleaf Git bridge (a Premium feature). It operates through three sub-commands — setup, pull, and push — maintaining two parallel directories: paper/ where ARIS audit pipelines run, and paper-overleaf/ as a git clone of the Overleaf project, kept in sync via rsync. Authentication is performed manually by the user in their own terminal; the token is never written to disk, environment variables, or chat history, and a pre-commit hook blocks any accidental token commit. On pull, the skill inspects each diff hunk and decides whether to auto-sync, trigger /paper-claim-audit or /citation-audit, or flag the change for user review. Ideal for research teams who edit collaboratively in Overleaf while running local automated checks and improvement loops.