agent-resume

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-resume" with this command: npx skills add ahpxex/resume-cli/ahpxex-resume-cli-agent-resume

Agent Resume

Overview

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.

Workflow

  1. Collect candidate background first. Ask for basics, experience, projects, education, skills, links, and any output preferences. If the user already has an existing resume, profile, notes, or portfolio, extract facts from that artifact instead of re-asking everything.
  2. Collect the target JD second. Ask for the full job description text, or at least the role summary, required skills, domain, and responsibilities.
  3. Tailor the resume copy. Read 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.
  4. Map the tailored content into CLI flags. Read 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.
  5. Render and verify. Run 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.
  6. Deliver the result. Share the PDF path, summarize how the resume was tailored to the JD, and note any assumptions or missing facts that still need confirmation.

Interaction Pattern

  • Start with candidate background before asking for the JD if both are missing.
  • After background intake, explicitly ask for the target JD.
  • After you have both, decide whether the user would benefit from a short tailoring plan before rendering. For higher-stakes applications, show the plan first. For straightforward requests, go straight to drafting and rendering.
  • Keep follow-up questions focused. Prefer grouped prompts over long interrogations.
  • Preserve truthfulness. Never invent employers, dates, metrics, degrees, tools, or responsibilities.

Rendering Rules

  • Keep the most relevant experience and projects near the top.
  • Trim weak or redundant bullets instead of overfilling the page.
  • Use JD terminology only when it matches the user's real background.
  • Prefer concise, impact-oriented bullets over generic responsibility lists.
  • Use --section-order when the user's story benefits from emphasizing projects, education, or custom sections.

References

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated