Setup
Check that this machine has everything the pipeline needs (pdflatex, poppler's pdfinfo/pdftotext, Python 3.10+). Run once after cloning, or whenever a compile or PDF read fails; when something is missing it prints the exact install command for this OS.From its SKILL.md
npx -y skills add ledq/resumery --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 197 tokens by cl100k_base, as published. Nobody here has run it
/setup: environment check
Run the deterministic checker and relay its result:
python3 ops/env_check.py
- Everything present (exit 0): tell the user they are ready, and point at the next
step: put existing resumes into
bank/sources/and run/onboard(or, if the bank already exists,/tailor <posting>). - Something missing (exit 4): show the install command the script printed and ask
the user to run it themselves by typing
! <command>in the prompt; installs need sudo or an interactive prompt, so never run the install yourself. Once they say it is installed, run the checker again to confirm.
Missing LaTeX/poppler is a degraded mode, not a hard stop: the pipeline still runs but skips the compile and page-fit checks. Say so if the user chooses not to install.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.