agentsclimarketplace

Setup

Skill ledq/resumery/.claude/skills/setup

Resume tailoring agents on Claude Code based on experience bank; renders LaTeX.

Install
npx -y skills add ledq/resumery --skill setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.1 KB, 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.