Agent skill

tailor-resume

Tailor your resume for a specific job posting

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill tailor-resume --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 10 KB
Bundled scripts: none
Path: .claude/skills/tailor-resume/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Resume Tailoring Skill > **Priority hierarchy**: See `references/priority-hierarchy.md` for conflict resolution. Create compelling, tailored resumes that make it obvious you're the right candidate for a specific job. ## File Structure ``` scripts/ tailor-resume.md # Resume tailoring subagent prompt ``` The profile template is at `references/profile.md`. ## Data Directory Resolve the data directory using `references/data-directory.md`. --- ## Workflow ### Step 0: Check Prerequisites Resolve the data directory, then check prerequisites per `references/prerequisites.md`. Resume is required; profile is strongly recommended. If the user proceeds without a profile, set a flag to present all assumptions for verification (see Step 3a below). If `$ARGUMENTS` is a URL, continue to Step 1. Otherwise, ask for a job URL. ### Step 1: Get Job Details Accept a job URL from the user (from `$ARGUMENTS` or by asking). Use Claude in Chrome MCP tools to fetch the job posting per `references/browser-setup.md`. Parse and extract: - **Job title** and level (IC vs. manager, seniority) - **Company** name and what they do - **Responsibilities** - what the job actually involves day-to-day - **Requirements**

What's inside
Steps it walks through
  1. File Structure
  2. Data Directory
  3. Workflow
  4. Step 0: Check Prerequisites
  5. Step 1: Get Job Details
  6. Step 2: Analyze Match
  7. Step 3: Generate Tailored Resume
  8. Step 3b: Critique and Rewrite (MANDATORY — do this before presenting)
  9. Step 3a: Verify Assumptions (if no profile exists)
  10. Step 4: Iterate
  11. Step 5: Update Profile (ALWAYS)
  12. Response Format
Ships with 6 files
  • references/browser-setup.md
  • references/data-directory.md
  • references/prerequisites.md
  • references/priority-hierarchy.md
  • references/profile.md
  • scripts/tailor-resume.md
More from dev-gtm-claude-skills
All skills →
About this skill
What does the tailor-resume skill do?

Tailor your resume for a specific job posting

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill tailor-resume --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going