From research-app-toolkit
Analyzes CV from provided file path or auto-discovery and generates structured capability profile for research applications. Writes full results to .local.md and presents summary.
How this command is triggered — by the user, by Claude, or both
Slash command
/research-app-toolkit:cv-analyze [cv-file-path]The summary Claude sees in its command listing — used to decide when to auto-load this command
Follow the `cv-analyze` skill workflow to analyze the user's CV and produce a structured capability profile.
If `$ARGUMENTS` is provided, use it as the CV file path and skip the file discovery steps 1-2. Otherwise, follow the full file discovery process defined in the skill.
Write results to `${CLAUDE_PLUGIN_ROOT}/.local.md` and present the summary as described in the skill.Follow the cv-analyze skill workflow to analyze the user's CV and produce a structured capability profile.
If $ARGUMENTS is provided, use it as the CV file path and skip the file discovery steps 1-2. Otherwise, follow the full file discovery process defined in the skill.
Write results to ${CLAUDE_PLUGIN_ROOT}/.local.md and present the summary as described in the skill.
npx claudepluginhub xujingchen1996/research-app-toolkit/review-resumeReviews PM resume (pasted text or uploaded PDF/DOCX) against 10 best practices for structure, impact metrics, keywords; outputs score, scorecard, and actionable improvements.
/resume-coachStarts a 7-step interactive resume coaching process to improve your resume against a job posting. Accepts resume path and job URL arguments.
/job-fitScores a job description against your master resume to determine whether to apply, skip, or tailor. Produces a GO/NO-GO verdict with dimension-level fit breakdown.
/setupSets up job search profile by parsing pasted resume (text/PDF) or asking questions conversationally. Saves structured data to data/profile.yml. Supports --reset.
/resume-cover-letterGenerates a resume/CV, cover letter, or both for job applications. Accepts mode argument: resume|cover-letter|both (default: both).