Agent skill

latex-submission-pipeline

Use when building a LaTeX manuscript submission pipeline with templates, latexmk, BibTeX/Biber, chktex, latexindent, CI PDF builds, compile debugging, and submission zip packaging.

foryourhealth111-pixelgithub.com/foryourhealth111-pixelGitHub ↗
claude-codecodexcan modify filesApache-2.0
Install
npx skills add foryourhealth111-pixel/Vibe-Skills --skill latex-submission-pipeline --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlob
Path: bundled/skills/latex-submission-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,593
Language: Python
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

# LaTeX Submission Pipeline(LaTeX 投稿工程链) ## 适用 当用户需要: - 套用期刊/会议 LaTeX 模板(ACM/IEEE/NeurIPS 等) - 解决编译错误、引用错误、字体缺失、图片格式不兼容 - 接入 GitHub Actions 自动编译 PDF / 打包 submission zip - 做格式化(latexindent)与 lint(chktex) --- ## 最小流程(从 0 到可提交) ### 1) 选择模板与约束 先记录目标 venue 的官方模板或格式要求: - 页边距、双栏/单栏、匿名/非匿名、附录策略、页数限制 ### 2) 本地可复现构建 推荐统一入口(任选其一): - `latexmk -pdf -interaction=nonstopmode -halt-on-error` - 或在项目中提供 `scripts/bu

More from Vibe-Skills
All skills →
About this skill
What does the latex-submission-pipeline skill do?

Use when building a LaTeX manuscript submission pipeline with templates, latexmk, BibTeX/Biber, chktex, latexindent, CI PDF builds, compile debugging, and submission zip packaging.

How do I install it?

Run `npx skills add foryourhealth111-pixel/Vibe-Skills --skill latex-submission-pipeline --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 foryourhealth111-pixel/Vibe-Skills, a repository with 2,593 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