skills/agent-resume/SKILL.md
Guide for using the `resumy` CLI to create tailored resume PDFs end to end. Use when a user wants to turn raw background information, an existing resume, or a target job description into resume copy and a final PDF; when an agent should collect candidate background first, collect the target JD second, tailor the resume truthfully, and run `resumy generate pdf`; or when troubleshooting browser-based PDF export in this repository.
npx skillsauth add ahpxex/resume-cli agent-resumeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guide the user from raw career information to a final PDF created with resumy. Collect background information first, collect the target job description second, tailor truthful resume copy third, then render the output with the CLI.
references/intake-and-tailoring.md when you need the intake checklist, JD analysis steps, or rewrite rules.
Reframe the user's real experience to match the job's priorities without inventing facts.references/resumy-cli.md when you are ready to build the command.
Use resumy templates if you need to inspect themes. Prefer professional unless the user asks for another style.resumy generate pdf ....
Add --html-output when you want a debuggable HTML artifact.
Follow the Playwright and browser fallback notes in references/resumy-cli.md if PDF export fails.--section-order when the user's story benefits from emphasizing projects, education, or custom sections.references/intake-and-tailoring.md: use for candidate intake, JD analysis, and resume-copy rewriting.references/resumy-cli.md: use for command construction, theme selection, output flags, and PDF troubleshooting.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.