Agent skill

sync-tex

Transfers prose edits from latex/index.tex (Overleaf) back into index.qmd. Use after pulling LaTeX edits from a collaborator.

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codecan modify filesNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill sync-tex --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: BashReadWriteEditGlobGrep
Path: skills/29-quarcs-lab-project20XXy/dot-claude/skills/sync-tex/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sync LaTeX Edits to QMD Transfer prose changes made by collaborators in `latex/index.tex` (e.g., via Overleaf) back into `index.qmd`. ## Prerequisites - `latex/.baseline.tex` must exist (auto-created by `bash scripts/render.sh`) - `latex/index.tex` must contain collaborator edits (pulled from Overleaf / GitHub) ## Steps 1. Read these three files: - `latex/.baseline.tex` — the LaTeX snapshot from the last render (before edits) - `latex/index.tex` — the LaTeX after collaborator edits - `index.qmd` — the current QMD manuscript source 2. Compare `latex/.baseline.tex` vs `latex/index.tex` to identify changes. Focus on the **document body** only (everything between `\begin{document}` and `\end{document}`). Ignore the preamble (lines before `\begin{document}`) — these are auto-generated by Quarto. 3. For each section (identified by `\section{...}\label{...}` and `\subsection{...}\label{...}` markers), check if the prose text changed between baseline and modified. 4. For each changed section, apply the edits to the corresponding section in `index.qmd`: - Convert LaTeX formatting to QMD equivalents: - `\textbf{...}` → `**...**` - `\textit{...}` or `\emph{...}` → `*...*` - `\href{url}{text

What's inside
Steps it walks through
  1. Prerequisites
  2. Steps
  3. Error handling
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the sync-tex skill do?

Transfers prose edits from latex/index.tex (Overleaf) back into index.qmd. Use after pulling LaTeX edits from a collaborator.

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill sync-tex --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going