job-fit

job-fit is a skill for Claude Code from jananthan30/Resume-Builder. It costs 83 tokens per session (1,114 once invoked), scanned A, original, MIT.

A pre-screening check that compares your main resume with a specific job description before any tailoring begins. It returns a yes-or-no fit decision based on the configured scoring rules.

In plain words
What is it for?
Use it to decide whether you should apply and whether to start resume work for a particular job.
Why use it?
It helps you avoid spending time tailoring applications for jobs where your resume misses essential requirements. The check also keeps the assessment tied to the exact job description and approved resume.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the Resume-Builder plugin — 9 skills, 9 commands, 4 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to decide whether you should apply and whether to start resume work for a particular job.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jananthan30/resume-builder/job-fit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jananthan30/Resume-Builder --skill job-fit
Clone the repo
git clone --depth 1 https://github.com/jananthan30/Resume-Builder

Made for: Claude Code.

Or install Resume-Builder, the plugin that ships this one along with the rest of its 9 skills, 9 commands, 4 agents, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for job-fit

README.md
[![agentmods](https://agentmods.dev/badge/skills/jananthan30/resume-builder/job-fit/github.svg)](https://agentmods.dev/skills/jananthan30/resume-builder/job-fit)
Your own site
<a href="https://agentmods.dev/skills/jananthan30/resume-builder/job-fit"><img src="https://agentmods.dev/badge/skills/jananthan30/resume-builder/job-fit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for job-fit

Your own site · 80×15
<a href="https://agentmods.dev/skills/jananthan30/resume-builder/job-fit"><img src="https://agentmods.dev/badge/skills/jananthan30/resume-builder/job-fit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,114 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.01114
Opus 5 $0.00042 $0.00557
Sonnet 5 $0.00017 $0.00223
Haiku 4.5 $0.00008 $0.00111

Measured 12d ago against content hash 794d0e77358c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

job-fit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/job-fit/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Job Fit Pre-Screen — Deterministic GO/NO-GO Gate

Evaluate the configured master resume against an exact job description before any resume work begins.

Job Description

The user provides the target job description when invoking this skill; treat that text as the exact JD throughout.

CANDIDATE-FIT PREFLIGHT (MANDATORY FIRST GATE)

  1. Read config.json and resolve its exact master_resume_path. This configured master is the only resume allowed in the assessment. Never use a previous tailored resume, application resume, or "best match" template.

  2. Put the exact job description in a private temporary UTF-8 file. Do not create an application/output directory, resume draft, DOCX, or tracker row.

  3. Generate one safe run_id, one safe case_id, and one strict ISO calendar as_of_date, then capture the sole intended machine output from:

    python candidate_fit_preflight.py --resume <configured-master-resume> --job-description <private-exact-JD.txt> --run-id <run_id> --case-id <case_id> --as-of-date <YYYY-MM-DD> --json

  4. Parse only the JSON report. Require schema_version: "1.0.0", policy_version: "candidate-fit-policy-v3", scorer_version: "evidence-match-v1", the exact run/case IDs and date, exact master/JD SHA-256 digests, exact threshold: 70.0, all seven named component scores, a boolean extraction_trustworthy, hard_knockouts, passed, and ordered codes. Recompute the canonical JSON SHA-256 and display it as candidate_fit_report_digest.

  5. Proceed status is valid only when the process exits 0, score >= 70, extraction is trustworthy, hard_knockouts is empty, passed is true, and codes is empty. No dimension, recommendation, ATS score, HR score, or user preference can compensate for a failed condition.

  6. Exit 1, any score below 70, or any hard knockout is REJECTED:CANDIDATE_FIT. Exit 2 or an unavailable, malformed, non-canonical, stale, or digest-mismatched report is FAILED:CANDIDATE_FIT_PREFLIGHT. Both fail closed and authorize no tailoring, role/native-team invocation, output, DOCX, or tracker operation.

Read the full file on GitHub · 98 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 98 lines · 83 tokens per session scan A 794d0e77358c

Subscribe to this mod's changes

job-fit is a skill published in the GitHub repository jananthan30/Resume-Builder (83 stars, last pushed 27d ago), licensed MIT. It adds 83 tokens to every session and 1,114 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

freehire-job-search

Use when finding IT jobs for someone — searching or filtering the freehire catalogue by keyword, region, seniority, skills, salary or company; reading a posting or a company's open roles; discovering what values a filter accepts; reading the saved job-search profile before asking someone what they want; handing over a…

strelov1/freehire-cli · 110 tokens

freehire-mail-triage

Use when sorting a job seeker's application mail into the freehire tracker from their own mail client (himalaya, mbsync, notmuch, the Gmail API, any IMAP) — pushing a fetched batch, judging what each message is, linking it to an application, advancing a stage from a reply, or draining the two queues the matcher fills…

strelov1/freehire-cli · 96 tokens

freehire-tailor-cv

Use when reframing someone's CV toward a specific vacancy through freehire — reading the fit analysis for a tailored copy, fetching or editing the CV document by path, rendering the ATS PDF, or deciding what may and may not be written into a CV. Carries the evidence rule: anything stating what the candidate DID needs…

strelov1/freehire-cli · 0 tokens

freehire-market-fit

Use when measuring a set of skills — a CV's stack, or one skill on its own — against live open-vacancy demand on freehire; when telling a candidate which in-demand skills they are missing and what learning each would unlock; or when gauging how much of a filtered market (a role, a region, a seniority) their current…

strelov1/freehire-cli · 81 tokens

freehire-track-applications

Use when recording or reviewing what someone applied to on freehire — marking a job applied, bookmarking one for later, moving an application through its stages (applied through offer, or rejected/withdrawn), attaching a note, or listing what they are tracking. Also covers reporting a posting that never answered them…

strelov1/freehire-cli · 81 tokens

lockedin-audit

Scores any resume or cover letter against LockedIn's calibrated rubric. No vault required. Three modes: score, refine, refine then score. Activate when the user says "audit my resume", "score my resume", "check my resume", or provides a resume file and asks for feedback. Also triggered after a completed lockedin…

daypunk/LockedIn · 76 tokens