← ClaudeAtlas

resume-job-fit-screeninglisted

Screen and rank the best-fit jobs from a careers search-results URL using either a local account or a plain-text resume. Reuse local, synced, or bundled site notes, keep private user data local, and optionally queue public-safe site methods for community sharing.
2218259767/resume-job-fit-screening · ★ 0 · Data & Documents · score 58
Install: claude install-skill 2218259767/resume-job-fit-screening
# Resume Job Fit Screening ## Overview Turn a recruitment search-results URL plus either a local account or a plain-text resume into a strict, evidence-backed shortlist of roles worth applying to. This v2 workflow separates: - installed skill resources - local private runtime state - optional community-synced site notes - workspace report outputs Use the bundled scripts when they fit. Prefer deterministic scripts over re-explaining the same runtime logic every run. ## Required Inputs - Require these inputs before starting: - Recruitment search-results URL - One of: - account id already stored in local runtime - plain-text resume - Accept these optional inputs: - Explicit skip or preference rules - `topk` to return; default to `5` - Whether to expand search keywords; default to `true` - Whether community site note sync is enabled for this run - Whether newly discovered public-safe notes should be queued for sharing - If both account and resume are available, the explicit resume overrides the account for the current run only unless the user asks to persist it. - If no account exists and no resume is provided, ask only for the missing resume and offer to create an account after the run. ## Workflow ### 1. Initialize Runtime State - Run: ```bash python <skill_dir>/scripts/init_runtime.py ``` - Runtime state lives outside the installed skill by default: - `~/.codex/data/resume-job-fit-screening/` - Use the runtime for: - local accounts -