From career-coach
Generate a formatted resume from your career profile, optionally tailored to a specific role
How this command is triggered — by the user, by Claude, or both
Slash command
/career-coach:resume-generatorThe summary Claude sees in its command listing — used to decide when to auto-load this command
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...
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
If arguments are provided, they specify a target role or company to tailor the resume for. When tailoring:
If no arguments, generate a general-purpose resume using the user's preferences.industry_style.
Check the active output style (from preferences.industry_style in career-profile.json) and adapt:
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.
npx claudepluginhub aznatkoiny/zai-skills --plugin career-coach/tailor-resumeTailors a PM resume to a job description: aligns keywords, reframes experience, rewrites bullets/sections, scores alignment, analyzes gaps, suggests cover letter points. Outputs markdown resume.
/resume-coachStarts a 7-step interactive resume coaching process to improve your resume against a job posting. Accepts resume path and job URL arguments.
/tailor-resumeTailors a resume to a job description using ATS and HR scoring, generates an optimized DOCX, and updates the application tracker.
/resume-cover-letterGenerates a resume/CV, cover letter, or both for job applications. Accepts mode argument: resume|cover-letter|both (default: both).
/cv-polishPolishes and improves your CV tailored for research applications at the specified target school or position.
/setupSets up job search profile by parsing pasted resume (text/PDF) or asking questions conversationally. Saves structured data to data/profile.yml. Supports --reset.