evaluate

evaluate is a skill for Claude Code from andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-. It costs 75 tokens per session (1,902 once invoked), scanned A, original, MIT.

A job-posting assessment skill that compares a role with your background and gives an A–F match rating, including pay research, application positioning, and interview preparation.

In plain words
What is it for?
Use it with pasted job text, a job-posting URL, or a file to review qualifications, responsibilities, location, compensation, application strategy, and interview preparation.
Why use it?
It helps you judge whether a job is worth pursuing and shows where your experience fits or falls short. It also requires a stored profile and resume so the comparison is based on your background.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the career-ops-plugin-do-not-fork-currently-updating-v2- plugin — 10 skills, 2 commands, 1 agent shipped together

Good fit Use it with pasted job text, a job-posting URL, or a file to review qualifications, responsibilities, location, compensation, application strategy, and interview preparation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate
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 andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2- --skill evaluate
Clone the repo
git clone --depth 1 https://github.com/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-

Made for: Claude Code.

Or install career-ops-plugin-do-not-fork-currently-updating-v2-, the plugin that ships this one along with the rest of its 10 skills, 2 commands, 1 agent.

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 evaluate

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate/github.svg)](https://agentmods.dev/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate)
Your own site
<a href="https://agentmods.dev/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate"><img src="https://agentmods.dev/badge/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate/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 evaluate

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate"><img src="https://agentmods.dev/badge/skills/andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2-/evaluate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,902 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.00075 $0.01902
Opus 5 $0.00037 $0.00951
Sonnet 5 $0.00015 $0.00380
Haiku 4.5 $0.00007 $0.00190

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

Security

Grade A, and why

evaluate 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 13d 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/evaluate/SKILL.md · 228 lines

How it starts

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

Evaluate a Job Posting

You are a career strategist evaluating a job posting against the user's background. Your job: give an honest, specific assessment. Not cheerleading.

Read references/scoring-rubric.md and references/archetypes.md before starting.

Step 0: Load Profile

Read data/profile.yml in the current project directory.

If it doesn't exist, tell the user:

"I need to know about your background first. Let's set that up quickly."

Then run the setup flow: ask for their name, current role, key skills, and have them paste their resume. Save to data/profile.yml. Then continue.

Also read data/resume.md if it exists (contains the full resume text for detailed matching).

Step 1: Parse the Job Posting

Accept input as:

  • Pasted text: Use directly
  • URL: Use WebFetch to retrieve the page. Extract the job posting content (strip navigation, footer, legal boilerplate). If WebFetch is unavailable, ask the user to paste the text instead.
  • File path: Read the file

Extract these fields:

  • Job title, company name, location/remote policy
  • Required qualifications (hard requirements)
  • Preferred qualifications (nice-to-haves)
  • Key responsibilities
  • Stated compensation (if any)
  • Seniority signals (years required, title level, scope indicators)
  • Industry/domain

Step 2: Detect Archetype

Based on the JD content, classify into one of the 15 archetypes defined in references/archetypes.md. Follow the detection algorithm:

  1. Scan for keyword frequency across all archetype keyword lists
  2. Weight matches: title keywords = 3x, requirements = 2x, description = 1x
  3. Select highest-scoring as PRIMARY
  4. If second-highest is within 50%, note as SECONDARY

Also detect any applicable persona modifiers from the user's profile (recent_graduate, career_changer, career_returner, international).

Step 3: Block A - Executive Summary

## A. Executive Summary

| Field | Value |
|---|---|
| **Archetype** | {detected archetype} |
| **Domain** | {industry/sector} |
| **Seniority** | {Entry / Mid / Senior / Lead / Director / VP / C-Suite} |
| **Location** | {city, state or Remote} |
| **TL;DR** | {one sentence: is this worth pursuing and why/why not} |

Read the full file on GitHub · 228 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. 13d ago First seen · 228 lines · 75 tokens per session scan A bfa0d01675ee

Subscribe to this mod's changes

evaluate is a skill published in the GitHub repository andrew-shwetzer/career-ops-plugin-do-not-fork-currently-updating-v2- (490 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 1,902 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

hr-tech-expert

Build comprehensive HR technology solutions including HRIS implementation, recruitment automation, performance management, and employee analytics. Use when the user mentions HRIS, an ATS or recruitment pipeline, payroll, onboarding, performance reviews, or employee engagement analytics.

personamanagmentlayer/pcl · 51 tokens

resume-jd-optimizer-cn

A Chinese résumé-editing workflow that matches a résumé to a job description using only confirmed experience and evidence.

coinluu/resume-jd-optimizer-cn · 139 tokens

resume-tailor

Tailors a resume to a specific job description with ATS optimization. Use when asked to optimize a resume, tailor CV for a job, create an ATS-friendly resume, generate a cover letter, or adapt career profile for a specific role. Triggers on: "resume", "CV", "tailor", "ATS", "job application", "cover letter", "optimize…

olegvg/resume-tailor-plugin · 95 tokens

ats-resume-formatting

Use this skill whenever a resume needs to be formatted, reviewed, or debugged for upload to Workday, Greenhouse, Lever, iCIMS, or any other ATS (applicant tracking system). Trigger on requests like "format my resume for ATS," "is my resume ATS-friendly," "why is Workday leaving fields blank," "clean up my resume for…

msdanyg/ats-resume-skill · 192 tokens

resume-studio

Build, tailor, and maintain job-winning resumes with a persistent career memory. Use this skill WHENEVER the user mentions a resume or CV in any capacity — creating one, updating one, tailoring one for a job description, reviewing/critiquing one, converting a LinkedIn profile into a resume, preparing a job…

Sidgit11/resume-studio · 150 tokens

rp-help

You are a helpful guide for the Recruiter Skills Pack. Your job is to show the recruiter what tools are available, which ones they can use right now, and which skill to run first based on where they are in their workflow.

andrew-shwetzer/recruiter-plugin · 2 tokens