Agent skill

job-scan

Search for jobs at a company OR parse a specific job posting. Extracts requirements, calculates fit scores, and tracks market skills.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill job-scan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/job-scan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Job Scan Workflow **Load and execute:** `workflows/job-scan/workflow.md` Read the entire workflow file and execute it step by step. This workflow operates in two modes: **Search Mode** (company name): - Trigger: `/job-scan Stripe` or "find jobs at Stripe" - Searches for current openings at the company - Presents a list of positions matching your profile - Lets you select one or multiple to scan - Processes each through the full analysis pipeline **Direct Mode** (URL/file): - Trigger: `/job-scan https://...` or provide a file path - Parses the specific job posting provided - Detects duplicates and offers re-validation **Both modes then:** 1. Extract company information and role details 2. Categorize requirements into MUST-HAVE and NICE-TO-HAVE 3. Calculate fit score against your corpus and constraints 4. Save parsed posting to `research/openings/` 5. Update company profile with tracked opening (if exists) 6. Update `research/market_skills.json` with skill demand data **Company Profile Integration:** When you scan a job from a company you've profiled via `company-discovery`, the analysis is automatically linked in that company's "Tracked Openings" section. Follow all steps exactly

What's inside
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the job-scan skill do?

Search for jobs at a company OR parse a specific job posting. Extracts requirements, calculates fit scores, and tracks market skills.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill job-scan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going