plugins marketplace
← All plugins

resume-skill

v0.1.0

Transforms a master resume and job description into a tailored, ATS-optimized Word document (.docx) with human-sounding bullets and deterministic table-based layout.

Claude Code1 skill

by SankaiAIMIT86updated 3 months ago

Source

git clone https://github.com/SankaiAI/ats-optimized-resume-agent-skill

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

resume-skill/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

build-tailored-resumeSKILL.md

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

.claude-plugin/plugin.json
{
  "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/"
}