profile-memory
How Rebound stores and reuses the user's career profile, including the private "situation" (work authorization, timeline). Use when reading, writing, or…
Methodology for tailoring a resume to a job description honestly and effectively — fit analysis, gap handling, keyword mirroring, fast-learner framing, and primary-over-secondary emphasis. Use whenever curating or rewriting a resume for a specific role.
$ npx -y skills add snehag01/rebound --skill resume-tailoring --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/resume-tailoringContext preview
The summary Claude sees to decide when to auto-load this skill.
Methodology for tailoring a resume to a job description honestly and effectively — fit analysis, gap handling, keyword mirroring, fast-learner framing, and primary-over-secondary emphasis. Use whenever curating or rewriting a resume for a specific role.
name: resume-tailoring description: Methodology for tailoring a resume to a job description honestly and effectively — fit analysis, gap handling, keyword mirroring, fast-learner framing, and primary-over-secondary emphasis. Use whenever curating or rewriting a resume for a specific role.
Tailor a resume so it is **genuinely relevant** to the target JD *and* **defensible in an interview**. Relevance without honesty gets people screened out at the technical round; honesty without relevance never gets them in. Do both.
1. **The base resume is the source of truth.** Re-word, re-order, re-emphasize. Never invent employers, titles, dates, tools, or metrics. 2. **Honesty-first tooling.** Never present a technology the person hasn't used as expertise. Label unproven-but-plausible tools **"(working knowledge)"** or **"(familiar)"**. If they've never touched it, it goes in framing (fast-ramp), not in a skills list as a core competency. 3. **Primary over secondary.** Surface JD-relevant secondary skills, but never rank them above the person's actual primary stack. (A backend/distributed engineer applying to a full-stack role still leads with backend depth; React/Node support it, don't headline over it.)
1. **Parse the JD** into: title, level, must-have (required) quals, nice-to-have (preferred) quals, and the explicit tech stack. Note remote/hybrid and any hard filters. 2. **Fit analysis** — two columns:
3. **Handle material gaps by asking, not guessing.** For a top required skill the base lacks, ask the user their real exposure (production / some / none). Their answer sets the treatment:
4. **Rewrite for the role:**
5. **Cluster similar roles.** If several target roles are near-identical, build ONE differentiated resume and reuse it — don't ship 13 trivially different files. Genuinely distinct role families each get their own drastically-different cut (summary, skills, reframed bullets).
Knocked down. Not out. A Claude Code plugin that turns a job description into a tailored, honest, ATS-safe résumé (Word + PDF) in one command — then remembers who you are so the next one takes seconds.
Repo: snehag01/rebound
How Rebound stores and reuses the user's career profile, including the private "situation" (work authorization, timeline). Use when reading, writing, or…
Render a resume config to a clean, ATS-safe Word (.docx) and a text-based (ATS-readable) PDF. Use when producing resume output files. Covers the JSON config…