resume-skill
v0.1.0Transforms a master resume and job description into a tailored, ATS-optimized Word document (.docx) with human-sounding bullets and deterministic table-based layout.
by SankaiAIMIT86updated 3 months ago
Source
git clone https://github.com/SankaiAI/ats-optimized-resume-agent-skillClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Use this skill whenever the user wants to create a tailored resume for a specific job posting. Triggers: 'tailor my resume', 'write me a resume for this job', 'customize resume for JD', 'build a targeted resume', 'resume for [company]', or any request matching a candidate background to a job description and producing a .docx. Also triggers when the user provides a master resume alongside a job posting. Do NOT use for general resume advice or cover letters.
Manifests1
{
"name": "resume-skill",
"version": "0.1.0",
"description": "Transforms a master resume and job description into a tailored, ATS-optimized Word document (.docx) with human-sounding bullets and deterministic table-based layout.",
"author": {
"name": "SankaiAI",
"url": "https://github.com/SankaiAI"
},
"repository": "https://github.com/SankaiAI/ats-optimized-resume-agent-skill",
"homepage": "https://github.com/SankaiAI/ats-optimized-resume-agent-skill#readme",
"license": "MIT",
"keywords": [
"resume",
"docx",
"ats",
"job-search",
"career"
],
"skills": "./skills/"
}