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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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**
- File Structure
- Data Directory
- Workflow
- Step 0: Check Prerequisites
- Step 1: Get Job Details
- Step 2: Analyze Match
- Step 3: Generate Tailored Resume
- Step 3b: Critique and Rewrite (MANDATORY — do this before presenting)
- Step 3a: Verify Assumptions (if no profile exists)
- Step 4: Iterate
- Step 5: Update Profile (ALWAYS)
- Response Format
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.
