What problem does it solve?
This Skill solves the problem of keeping a local ARIS paper workflow in sync with a collaborative Overleaf editing workspace, so changes made in either place can be safely reflected in the other without exposing Overleaf authentication tokens to the agent.
Core Features & Use Cases
- Two-way synchronization with safety guards: Pull Overleaf changes into the local
paper/ working copy, or push local ARIS edits back to the Overleaf Git bridge clone in paper-overleaf/.
- Diff-aware update workflow: In
pull, the Skill guides you to treat numeric/citation changes differently from prose edits and to stop for structural divergences.
- Token security via one-time user auth: Setup uses the official Overleaf Git bridge with OS keychain storage, and includes a pre-commit hook to block commits containing token patterns.
Quick Start
Run setup in your own terminal by executing: bash <ARIS_REPO>/tools/overleaf_setup.sh <project-id-or-url>.