
from ats-optimized-resume-agent-skill65
Takes a master resume and a job description to produce an ATS-optimized, humanized resume and deterministic .docx render using a guarded multi-stage workflow.
This skill guides an agent through a guardrailed, multi-stage workflow to convert a master resume and a target job description into a tailored, ATS-friendly resume and a polished .docx file. It enforces intake validation, JD analysis, strategy planning, bullet selection & rewriting, ATS checks, rendering via an approved renderer, and final QC.
Trigger this skill when a user asks to tailor a resume for a specific job posting and requests a .docx output (e.g., "tailor my resume for this job", "generate a resume for Stripe"). Do NOT use for generic resume advice or cover letters.
Intended for agents that can run toolchains and call CLI utilities or Python modules for rendering (e.g., Claude Code, Copilot-style agents, Cursor, Codex).
ATS-optimized resume skill with a well-designed multi-stage workflow (intake → JD analysis → strategy → content tailoring → ATS check → render → validate). Uses guardrails and gates between stages to enforce quality. No bundled scripts — relies on a pip-installable resume-skill renderer package. The SKILL.md is comprehensive with clear instructions, anti-patterns, and a JSON schema. Pip install without checksum verification is the only security note.
Well-crafted skill with thoughtful guardrail design. The staged workflow with gates is a strength. No scripts to audit statically. The pip install instruction is standard but lacks hash verification. The skill is monolithic (entire body in SKILL.md) with no scripts/ or references/ directories — could benefit from splitting renderer config into a reference file.