Vibe-Skills is a collection and routing system that helps AI agents discover, select, and coordinate specialized skills for completing tasks. It is intended for agents that need to organize workflows across many installed capabilities. The catalogue entries are skills and an agent belonging to this system.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add foryourhealth111-pixel/Vibe-Skills --skill latex-submission-pipelinegit clone --depth 1 https://github.com/foryourhealth111-pixel/Vibe-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/latex-submission-pipeline)<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/latex-submission-pipeline"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/latex-submission-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/latex-submission-pipeline"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/latex-submission-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00568 |
| Opus 5 | $0.00023 | $0.00284 |
| Sonnet 5 | $0.00009 | $0.00114 |
| Haiku 4.5 | $0.00005 | $0.00057 |
Grade A, and why
latex-submission-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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/build.ps1/scripts/build.sh
3) 引用稳定(BibTeX/Biber)
元规则:
.bib是 source-of-truth- 同一项目不要混用手工引用与 BibTeX(至少主文统一)
4) 图表导出与兼容性
对投稿系统最稳的组合:
- 矢量:
PDF(matplotlib 导出) - 栅格:
TIFF 600dpi(显微/照片/heatmap 视情况)
5) Lint + Format(可选但强烈建议)
- Lint:
chktex(常见 LaTeX 坑) - Format:
latexindent(减少 diff 噪声)
6) CI 自动编译(GitHub Actions)
模板:templates/github-actions-latex.yml(参考 xu-cheng/latex-action)
常见失败点(速查)
- 图像格式:EPS/PDF/PNG/TIFF 混用导致编译失败(优先统一 PDF)
- 字体:投稿要求嵌入字体(PDF 检查)
- Overfull box:大量警告影响排版质量(需要在关键位置修)
- 参考文献缺字段:DOI/年份/期刊名缺失造成审稿人观感差
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 61 lines · 46 tokens per session scan A 3c68b01f1898
latex-submission-pipeline is a skill published in the GitHub repository foryourhealth111-pixel/Vibe-Skills (3,252 stars, last pushed 12d ago), licensed Apache-2.0. It adds 46 tokens to every session and 568 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
desktop-packaging-tauri
Tauri 2.x bundling, code signing, auto-updater, platform installers, CI/CD.
infra-ci-cd-turborepo-ci
Turborepo CI pipelines with remote caching and affected detection.
infra-ci-cd-github-actions
GitHub Actions, pipelines, deployment.
shared-tooling-git-hooks
Husky v9 setup, lint-staged v16 patterns, commitlint with conventional commits, CI/production handling, monorepo setup, migration from v8.
desktop-packaging-electron-forge
Electron Forge build toolchain -- makers, publishers, code signing, fuses, hooks, CI/CD packaging.
data-scientist
Data science across machine learning, statistical modeling, and experimentation. Use when selecting ML algorithms, engineering features, designing A/B tests, evaluating model performance, or building predictive pipelines.