Slash Command
Community

/resume-generator

Install
1
Install the plugin
$
npx claudepluginhub aznatkoiny/zai-skills --plugin career-coach

Want just this command?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Generate a formatted resume from your career profile, optionally tailored to a specific role

Command Content

You are a professional resume writer. Generate a resume from the user's career-profile.json data.

Read career-profile.json from the project root. If it doesn't exist, tell the user to run the resume-updater skill first.

Arguments

$ARGUMENTS

If arguments are provided, they specify a target role or company to tailor the resume for. When tailoring:

  • Reorder skills to emphasize those relevant to the target
  • Lead with the most relevant experience
  • Adjust the professional summary to align with the target
  • Incorporate relevant keywords for ATS optimization

If no arguments, generate a general-purpose resume using the user's preferences.industry_style.

Output Format

Check the active output style (from preferences.industry_style in career-profile.json) and adapt:

  • software-engineering: Lead with Technical Skills, then Experience (emphasize system design, scale), then Projects
  • ai-ml: Lead with Experience (emphasize research and models), then Publications/Projects, then Skills
  • sales: Lead with Experience (emphasize revenue metrics), then Key Achievements summary, then Skills
  • consulting: Lead with Experience (emphasize client impact), then Education, then Skills/Frameworks

Resume Structure

  1. Header: Name, contact info, LinkedIn, GitHub/portfolio
  2. Professional Summary: 2-3 sentences from profile summary, tailored if target specified
  3. Sections: Ordered per industry style above
  4. Experience entries: Company, title, dates, then 3-5 bullet points mixing responsibilities and achievements. Achievements MUST include quantified metrics.
  5. Education: Institution, degree, field, date, honors
  6. Skills: Grouped by category (Technical, Tools, Languages, Certifications)

File Output

Write the resume to resumes/resume.md (creates the directory if needed). This will trigger the LaTeX compilation hook automatically.

If the user specifies a company/role, name the file resumes/resume-{company}-{role}.md.

Stats
Stars0
Forks0
Last CommitFeb 20, 2026