Loading repository data…
Loading repository data…
nuzzles / repository
My personal résumé's source code.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
LaTeX source for Spencer Imbleau's résumé and cover letter, with automated builds and deployment via GitHub Actions.
Deployment is triggered manually via workflow dispatch, which builds the documents and publishes them to GitHub Pages.
brew install texlive)brew install make)brew install j2cli)brew install --cask inkscape)| Command | Description |
|---|---|
make resume | Build the résumé (employed heading) |
make resume <stem> | Build the résumé with the applying heading and a company logo |
make coverletter | Build the cover letter (default Blue Origin logo) |
make coverletter <stem> | Build the cover letter with a specific company logo |
make all | Build all documents |
make clean | Remove build artifacts |
make open | Open generated PDFs |
<stem> is the filename stem of a logo in assets/companies/ (e.g. make resume spacex).
This repo includes Claude Code skills for AI-assisted workflows. Skills live in .claude/commands/.
| Skill | Description |
|---|---|
/apply | End-to-end application flow: logo setup, job req analysis, resume tailoring, cover letter writing, and output collection into applications/<stem>/ |
/add-company-logo | Downloads, color-checks, and exports a company logo SVG+PNG into assets/companies/ |
Most icons come from the fontawesome5 TeX package (documentation). For icons not available in Font Awesome:
Find an open-licensed SVG on SVG Repo
(Optional) Minify with SVGOMG
Convert to PNG with tight crop: inkscape --export-type png -w 1024 -D --export-filename assets/custom-icons/<icon>.png assets/custom-icons/<icon>.svg
Alternatively, use SVGCrop.
The cover letter and heading display a target company's logo. Logos live in assets/companies/ and are referenced by filename stem (e.g., companies/blueorigin resolves to blueorigin.png).
To add a new company logo:
Find an open-licensed SVG on SVG Repo
(Optional) Minify with SVGOMG
Save the SVG to assets/companies/<company>.svg
Convert to PNG with tight crop:
inkscape --export-type png -h 128 -D --export-filename assets/companies/<company>.png assets/companies/<company>.svg
Alternatively, use SVGCrop.
Licensed under either of
at your option
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.