Cv Analyze banner
xujingchen1996 xujingchen1996

Cv Analyze

Development community

Description

--- name: ra:cv-analyze description: Analyze CV and generate structured profile for research applications argument-hint: "[cv-file-path]" --- 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 d

Installation

Installs to ~/.claude/skills/xujingchen1996-research-app-toolkit-cv-analyze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xujingchen1996-research-app-toolkit-cv-analyze && curl -fsSL https://raw.githubusercontent.com/xujingchen1996/research-app-toolkit/HEAD/commands/cv-analyze.md -o ~/.claude/skills/xujingchen1996-research-app-toolkit-cv-analyze/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository