How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Resume Tailor (Personal Productivity domain).

Tailor a resume to a specific job description by extracting target keywords, scoring keyword match, and rewriting bullets for impact and relevance. Use when applying to a specific role, optimizing for ATS keyword match, or when the user mentions resume tailoring, job application, ATS optimization, or cover letter customization.

Tailor a base resume to a specific job description with keyword-match scoring, gap analysis, and rewritten-bullet suggestions. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Tailor a Resume in 5 Minutes
- Match Score and Keyword Gap
- Bullet Rewrite for Impact
- Cover Letter Hooks
- resume_matcher.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/resume-tailor

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/resume-tailor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/resume-tailor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/resume-tailor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/resume-tailor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/resume-tailor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/resume-tailor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/resume-tailor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/resume-tailor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/resume-tailor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/resume-tailor

Run Python Tools

python personal-productivity/resume-tailor/scripts/tool_name.py --help

Quick Start

### Tailor a Resume in 5 Minutes 1. Save the job description as `jd.txt` 2. Save your base resume text as `resume.txt` 3. Run the matcher:
   python scripts/resume_matcher.py resume.txt jd.txt
   
4. Review the keyword-gap report 5. Rewrite low-scoring bullets using `references/bullet_rewrite_patterns.md` 6. Cross-check the final resume against the rewritten template in `assets/tailored_resume_template.md` ---

Related Skills in Personal Productivity

View on GitHub