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

- **Type:** Skill
- **Install:** `agentstack add skill-ledq-resumery-setup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ledq](https://agentstack.voostack.com/s/ledq)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ledq](https://github.com/ledq)
- **Source:** https://github.com/ledq/resumery/tree/main/.claude/skills/setup

## Install

```sh
agentstack add skill-ledq-resumery-setup
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /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 `).
- **Something missing** (exit 4): show the install command the script printed and ask
  the user to run it themselves by typing `! ` 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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ledq](https://github.com/ledq)
- **Source:** [ledq/resumery](https://github.com/ledq/resumery)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ledq-resumery-setup
- Seller: https://agentstack.voostack.com/s/ledq
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
