Resume content writer
Generates tailored, schema-conformant resume content — headline, branding summary, JD-matched skills section, and quantified achievement bullets — tuned to a target role, seniority, and focus, while honoring user-pinned "must-include" achievements. Distilled from "Resumes For Dummies" (AI-era ed.). Built for automated pipelines (e.g. JobHunter): consumes a TargetProfile and emits structured resume data. Use this skill when: - Tailoring a resume's content to a specific job description - Rewriting experience into quantified, action-verb-led achievement bullets - Writing a targeted headline / branding summary (replacing weak objectives) - Selecting and ordering a skills section to match a JD - Framing content by seniority (new-grad/thin experience vs senior/experienced) - Revising resume content from a scorer's prioritized fixes - Producing resume content that must conform to a caller-supplied JSON schemaFrom its SKILL.md
npx -y skills add ebarti/skills --skill resume-content-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
SKILL.md
3.3 KB, 555 tokens by cl100k_base, as published. Nobody here has run it
resume-content-writer
Turns a candidate's real history into compelling, targeted, machine-usable resume content. It writes the headline, branding summary, skills section, and quantified achievement bullets — bent toward one job, calibrated to seniority and focus — and never fabricates experience. Built from "Resumes For Dummies" (AI-era ed.), chapters 3–7 & 9.
Role in the JobHunter pipeline
job-description-analyzer → [resume-content-writer] → resume-fit-scorer → (revise loop)
TargetProfile ResumeContent FitScore
It accepts a TargetProfile (from job-description-analyzer), a candidate's raw_experience, a focus, pinned must_include achievements, and an optional output_schema. It returns resume content conforming to that schema. See workflows/tailor-resume-content.md for the full I/O contract.
Quick Start
- Read
guidelines.md— it routes from your task/symptom to the right files. - For an end-to-end run, follow
workflows/tailor-resume-content.md. - Load only the reference files the guidelines point to (each category has
knowledge.md,rules.md,examples.md). - Ground every claim in the candidate's real history; conform output to the schema.
Contents
References
| Category | Files | Purpose |
|---|---|---|
references/achievement-anatomy/ | knowledge, rules, examples, patterns | Duty→achievement, CAR/PAR, quantification (#/%/$), bullet formulas |
references/wow-words/ | knowledge, rules, examples | Power verbs by function; weak→strong phrasing |
references/tailoring-to-role/ | knowledge, rules, examples | Crossover language, featuring relevant experience, skills selection |
references/by-seniority/ | knowledge, rules, examples | New-grad vs experienced framing |
references/headline-and-summary/ | knowledge, rules, examples | Headline + branding summary (vs weak objectives) |
references/ai-writing-pitfalls/ | smells | AI-written resume anti-patterns + detection |
Workflows
| Task | Workflow |
|---|---|
| Tailor full resume content for a job (headline, summary, skills, bullets) | workflows/tailor-resume-content.md |
Guidelines
See guidelines.md for task-based and symptom-based file selection, a decision tree, the full file index, and common file combinations.
What ships with it: 19 files
89.5 KB alongside SKILL.md
references/
- achievement-anatomy/examples.md2.8 KB
- achievement-anatomy/knowledge.md4.9 KB
- achievement-anatomy/patterns.md3.5 KB
- achievement-anatomy/rules.md3.1 KB
- ai-writing-pitfalls/smells.md6.6 KB
- by-seniority/examples.md3.9 KB
- by-seniority/knowledge.md4.9 KB
- by-seniority/rules.md4.3 KB
- headline-and-summary/examples.md4.4 KB
- headline-and-summary/knowledge.md4.8 KB
- headline-and-summary/rules.md4.1 KB
- tailoring-to-role/examples.md3.7 KB
- tailoring-to-role/knowledge.md5.0 KB
- tailoring-to-role/rules.md3.9 KB
- wow-words/examples.md4.7 KB
- wow-words/knowledge.md4.8 KB
- wow-words/rules.md4.0 KB
workflows/
- tailor-resume-content.md8.3 KB
- guidelines.md7.5 KB