Most people paste their resume into ChatGPT, type "make this better," and wonder why nothing changes. That's not how you fix a resume that isn't landing offers.
This is the full setup for the 4 Claude skills I mentioned in the reel. Run them in order and you'll go from "why is no one calling back" to a resume that actually clears the applicant tracking system, matches what recruiters are searching for, and reads like the top 5% of candidates in your field.
Each of the 4 setups below can be used two ways. Pick whichever fits your workflow. Same exact block, the difference is where you save it.
A Claude skill is a tiny markdown file (called SKILL.md) that lives inside your Claude. The top section (between the two --- lines) is the frontmatter. Claude reads it to decide when the skill should auto-trigger. Everything below is the actual instructions.
Pick the surface you use and follow the matching steps. You only do this once per skill.
mkdir -p ~/.claude/skills/<skill-name> (replace <skill-name> with the name field from the frontmatter, e.g. resume-diagnoser)SKILL.md and paste the whole block