cv-latex-multilingual

cv-latex-multilingual is a skill for Claude Code, Codex from pedroiff0/awesome-skills. It costs 80 tokens per session (2,263 once invoked), scanned A, original, MIT.

A project guide for maintaining a four-language academic CV written in LaTeX, a markup system for producing formatted documents.

In plain words
What is it for?
Updating the Portuguese source, synchronizing English, generating Spanish and French versions, fixing the generator, building PDFs, and checking the results.
Why use it?
It identifies the real source files and helps avoid editing an outdated copy that would not affect the actual CV.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/pedro/Repositorios/pessoal/cv/.

Good fit Updating the Portuguese source, synchronizing English, generating Spanish and French versions, fixing the generator, building PDFs, and checking the results.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for cv-latex-multilingual

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/cv-latex-multilingual/github.svg)](https://agentmods.dev/skills/pedroiff0/awesome-skills/cv-latex-multilingual)
Your own site
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/cv-latex-multilingual"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/cv-latex-multilingual/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.

agentmods 80×15 button for cv-latex-multilingual

Your own site · 80×15
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/cv-latex-multilingual"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/cv-latex-multilingual.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,263 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.02263
Opus 5 $0.00040 $0.01131
Sonnet 5 $0.00016 $0.00453
Haiku 4.5 $0.00008 $0.00226

Measured 11d ago against content hash c258b22819b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cv-latex-multilingual 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/translate_events.py, scripts/verify_cv_pdfs.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/latex/cv-latex-multilingual/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CV LaTeX Multilíngue (altacv)

CV do usuário em LaTeX com a classe altacv.cls, em 4 idiomas (PT/EN/ES/FR). Usado para submissão a bolsas/eventos.

Gatilhos

  • "atualizar meu cv", "criar ES/FR do cv", "traduzir o cv", "corrigir o cv", "dar uma olhada no portuguese.tex".
  • Qualquer pedido de editar projetos/bolsas/eventos no CV.

LOCALIZAÇÃO (FONTE DE VERDADE)

/home/pedro/Repositorios/pessoal/cv/ — é um REPO GIT e o CV REAL (mais completo: tem Resumo Acadêmico, Cursos Externos, dezenas de eventos com \cite{...}).

⚠️ PITFALL — NÃO EDITAR O TEMPLATE STALE: existe uma CÓPIA ANTIGA em /home/pedro/Documentos/latex/modelos/geral/cv/modelo_cv/ (mesmos nomes de arquivo, mas sem o conteúdo extra e com os mesmos erros). Editar lá NÃO afeta o CV real. Sempre confirme o caminho antes de escrever — o usuário já corrigiu uma vez por causa disso ("Deveria ser em Repositorios pessoal cv").

Estrutura

  • main.tex — carrega babel[brazilian,english,spanish,french]; o Makefile gera main_<lang>.tex injetando \input{<lang>.tex}.
  • portuguese.tex — FONTE DE CONTEÚDO (mais completo). Edite aqui primeiro.
  • english.tex — espelho direto do PT; é o PIVÔ para gerar ES/FR.
  • spanish.tex, french.tex — gerados por translate_cv.py a partir de english.tex (substituição literal de strings, NÃO tradução real).
  • translate_cv.py — regenera ES/FR do EN.
  • Makefile: make portugueseCV | englishCV | spanishCV | frenchCV | all.
  • page1sidebar.tex (PT), page1sidebarEN.tex, page1sidebarES.tex, page1sidebarFR.tex — sidebar (Premiações/Estatísticas/Programação/Línguas) com cabeçalhos e termos traduzidos por idioma. Cada <lang>.tex aponta seu primeiro \cvsection para o arquivo correspondente via [page1sidebar<SUFIXO>].
  • photo usa profile (não curriculo).

Workflow de correção

  1. Edite portuguese.tex (fonte) E english.tex (espelho) com o mesmo conteúdo.
  2. cd ~/Repositorios/pessoal/cv && python3 translate_cv.py → regera spanish.tex/french.tex do EN já corrigido.
  3. Conserte os BUGS conhecidos do translate_cv.py em spanish.tex/french.tex (ver references/translate_cv_pitfalls.md). Se for traduzir TODOS os eventos (pedido explícito do usuário em 2026-08), use scripts/translate_events.py — rode DENTRO do terminal (ver Pitfall #6).
  4. make all (ou por idioma) para gerar os 4 PDFs.
  5. Verifique com scripts/verify_cv_pdfs.py (normaliza acentos/en-dash/apóstrofo/quebras de linha).

Read the full file on GitHub · 104 lines

Files

What ships with it

3 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.

Changes

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.

  1. 11d ago First seen · 104 lines · 80 tokens per session scan A c258b22819b4

Subscribe to this mod's changes

cv-latex-multilingual is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 4d ago), licensed MIT. It adds 80 tokens to every session and 2,263 once invoked, about $0.0004 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-08-31.