Resume rewrite
Skill harshitsinghbhandari/domain-expansion/skills/resume-rewrite
Collection of Claude agent skills (code audits, LLM councils, PR review, resume tooling) installable individually via npx skills add.
npx -y skills add harshitsinghbhandari/domain-expansion --skill resume-rewriteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Rewrite a resume using only the candidate's existing material, but only after a `resume-critic` review has been completed for a specific job description or job title. Use when the user wants the resume rewritten, tightened, or retargeted without inventing new experiences.
SKILL.md
4.3 KB, as published. Nobody here has run it
Resume Rewrite
A resume rewriting workflow that converts resume-critic findings into a sharper, targeted resume using only the material already present in the resume and directly supported supporting notes.
When to Use
Use this skill when the user wants the current resume rewritten for a specific job, but does not want invented experiences, fake metrics, or speculative new projects.
Good uses:
- "Rewrite this resume for this Senior Data Analyst job."
- "Use the critique and tighten my bullets for this PM role."
- "Retarget my current resume for this backend engineer position."
Bad uses:
- "Invent better projects for me." (use
resume-upgrade) - "Suggest skills I should learn and add later." (use
resume-upgrade) - "Rewrite this with no prior critique." (missing required input)
- "Make me look more senior even if the resume does not support it." (fabrication task)
This skill cannot start without a prior resume-critic output for the same resume and target job.
Hard Dependency
Before rewriting, require all three:
- The current resume text or file
- The target job description, or at minimum the concrete job title
- The output from
resume-criticfor that same target job
If the user has not run resume-critic, stop and ask for it first.
If the critique exists but targets a different job, do not reuse it. Run resume-critic again for the correct target first.
Core Rule
Rewrite only from existing material:
- Existing resume bullets
- User-provided supporting notes
- User-provided portfolio/project descriptions
- Facts already present in the workspace
Do not invent:
- New projects
- New skills not already supported
- Fake metrics
- Unsupported ownership claims
- Degrees, certifications, or tools the user never mentioned
Workflow
Step 1: Gather Inputs
Read:
- The current resume
- The target job description or job title
- The
resume-criticoutput - Any user-provided factual notes that can support stronger phrasing
Start the framed brief with:
This rewrite is for: [full job title]Job description source: [pasted JD | linked JD | inferred from user-provided title only]Critique source: [resume-critic transcript/report reference or pasted output]
Step 2: Extract Rewrite Priorities
From the resume-critic output, identify:
- The top 5 fixes
- The one thing to fix first
- Target keywords and concepts that are missing or underemphasized
- Bullets or sections that are actively hurting interview conversion
Step 3: Rewrite The Resume
Produce an updated version of the resume that:
- Improves targeting for the stated job
- Tightens weak bullets
- Surfaces stronger evidence earlier
- Removes low-signal filler
- Preserves factual truth
If there is not enough factual support to strengthen a claim honestly, leave it weaker rather than fabricating detail.
Step 4: Explain The Changes
After the rewritten resume, provide:
- A short summary of the main changes
- A mapping from the top
resume-criticfindings to the rewrite decisions - A short list of facts still missing from the resume that blocked stronger rewriting
Output Format
Use this exact structure:
## Job Target
This rewrite is for: [job title]
Job description source: [source]
## Resume-Critic Basis
[Short summary of the critique being acted on]
## Rewritten Resume
[Full rewritten resume]
## What Changed
[Concise explanation of the biggest rewrite choices]
## Missing Facts That Limited The Rewrite
[Only facts the user would need to provide for a stronger version]
Important Rules
- Do not start without
resume-critic. - Do not rewrite against an unspecified target job.
- Do not invent accomplishments.
- Do not add new projects or speculative skills. That belongs in
resume-upgrade. - Keep the rewritten resume visibly aligned to the target job named at the top.
- Do not paper over weaknesses the critique identified. If a gap cannot be closed by rewriting existing material, say so explicitly rather than hiding it with clever phrasing.