c51b49882f
Complete AI-assisted resume/CV generation framework: - 6 Claude Code skills (setup-extract, setup-build-kb, make-resume, make-cl, edit-resume, critique) - LaTeX templates (resume, CV, cover letter) with .cls class files - 6 reference docs (shared_ops, resume_reference, cl_reference, critical_rules, session_file_template, critique_framework) - Fictional Dr. Jordan Chen examples (extraction, experience, bundle, config, session, JD) - Knowledge base scaffolding and config template - README with setup guide and workflow documentation
44 lines
1.3 KiB
TeX
44 lines
1.3 KiB
TeX
\documentclass[11pt,a4paper,roman]{moderncv}
|
|
\usepackage[english]{babel}
|
|
\moderncvstyle{classic}
|
|
\moderncvcolor{green}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{ragged2e}
|
|
\usepackage[scale=0.79]{geometry}
|
|
\usepackage[version=4,arrows=pgf-filled]{mhchem}
|
|
\renewcommand*{\makeletterclosing}{\par\vspace{2ex}\closingname\par}
|
|
|
|
% ========== CUSTOMIZE THESE ==========
|
|
\name{[YOUR FIRST]}{[YOUR LAST]}
|
|
\address{[Your City, State ZIP]}
|
|
\phone[mobile]{[+1 XXXXXXXXXX]}
|
|
\email{[your@email.com]}
|
|
% ======================================
|
|
|
|
\begin{document}
|
|
|
|
\recipient{To}{Hiring Committee\\[Department/Group Name]\\[Division Name]\\[Company/Institution Name]\\[City, State ZIP]}
|
|
\date{\today}
|
|
\opening{Dear Members of the Hiring Committee,}
|
|
\makelettertitle
|
|
|
|
\begin{justify}
|
|
% GENERATE: Paragraph 1 — Hook. Connect their work to your methodology. State the position.
|
|
|
|
% GENERATE: Paragraph 2 — Current position. Key results with quantified metrics.
|
|
|
|
% GENERATE: Paragraph 3 — Previous positions. Transferable methodology arc. Quantify.
|
|
|
|
% GENERATE: Paragraph 4 (if National Lab/Academic) — Closing. Vision + collaboration + call to action.
|
|
\end{justify}
|
|
|
|
\vspace{0.3cm}
|
|
% ========== CUSTOMIZE THESE ==========
|
|
{Sincerely,\\
|
|
[Your Full Name, Degree]\\
|
|
[Your Current Title]\\
|
|
[Your Current Institution]}
|
|
% ======================================
|
|
|
|
\end{document}
|