evaluate-position

evaluate-position is a skill for Claude Code from archugunov/pm-job-search. It costs 137 tokens per session (4,220 once invoked), scanned A, original, MIT.

A tool for assessing one job posting against a personal scoring system. It accepts a job URL or pasted job description and creates a company research brief with the result.

In plain words
What is it for?
Use it to score a role, decide whether to apply, assign a company tier, and save the research under the matching company folder.
Why use it?
It helps decide whether a role is worth pursuing by comparing the posting with your saved preferences and scoring rules. It also avoids creating duplicate records when the same company and position are evaluated again.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the pm-job-search plugin — 13 skills, 6 agents shipped together

Good fit Use it to score a role, decide whether to apply, assign a company tier, and save the research under the matching company folder.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add archugunov/pm-job-search
Claude Code
/plugin install pm-job-search

Made for: Claude Code.

Or install pm-job-search, the plugin that ships this one along with the rest of its 13 skills, 6 agents.

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-position

README.md
[![agentmods](https://agentmods.dev/badge/skills/archugunov/pm-job-search/evaluate-position/github.svg)](https://agentmods.dev/skills/archugunov/pm-job-search/evaluate-position)
Your own site
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/evaluate-position"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/evaluate-position/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-position

Your own site · 80×15
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/evaluate-position"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/evaluate-position.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,220 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.
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.00137 $0.04220
Opus 5 $0.00068 $0.02110
Sonnet 5 $0.00027 $0.00844
Haiku 4.5 $0.00014 $0.00422

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

Security

Grade A, and why

evaluate-position 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.

plugin/skills/evaluate-position/SKILL.md · 243 lines

How it starts

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

/evaluate-position — score a job posting against the tier rubric

Single-role discovery. Takes one posting (URL or pasted JD), produces a tier score and a research brief, files them under userdata/companies/<Co>/ per the §I.4 folder layout. Idempotent against re-evaluation of the same role; never duplicates an existing (company, position) pair.

Voice: every prompt (hard-filter bypass, score override, re-evaluation choice) and the chat output / written brief follow ${CLAUDE_PLUGIN_ROOT}/TONE.md. Apply the low-effort-first principle — accept defaults where they work, only ask the user when input changes the outcome.

Inputs

  • The user's input — one of:
    • A URL (the user typed /evaluate-position https://example.com/jobs/123 or similar). Use the WebFetch tool to retrieve the page content. If WebFetch fails or returns boilerplate (login wall, JS-only render), tell the user and ask them to paste the JD instead.
    • Pasted JD text (the user pasted the posting body). Use as-is.
    • Nothing — prompt: Paste the job description, or give me a URL to fetch.
  • userdata/profile.md — read frontmatter for tier_weights, tier_thresholds, company_shape_adjustment, target_industries, target_titles, hard_filters, and the ## Positioning body. Skill cannot run without profile.md — if missing, tell the user to run /setup first.
  • All existing userdata/companies/*/meta.md AND userdata/companies/*/*/meta.md — needed for dedup detection and folder-layout decisions.

Extract from the JD

Parse and pin down, in order:

  1. Company name. Prefer the JD's own statement ("About "); fall back to URL domain if pasted text omits it. Use the company's canonical name (e.g. Stripe, not stripe.com). Title-case.
  2. Position title (the role name as posted, e.g. Senior PM, Consumer Credit). Keep the company's exact phrasing — do NOT normalize to your own ladder. This is what meta.md stores as position and what the dedup rule keys on.
  3. Location — on-site city, hybrid days, or remote-region.
  4. Reports-to (if disclosed) and team-size (if disclosed).
  5. Compensation band (if disclosed). Most JDs don't disclose; note "not disclosed" when absent.
  6. Notable signals: funding stage (Series A/B/etc.), team size at the company (LinkedIn count or "About us" mention), founder-led status, PLG/sales-led, scope (IC vs people-management).

Read the full file on GitHub · 243 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 · 243 lines · 137 tokens per session scan A ca1e7d5462a5

Subscribe to this mod's changes

evaluate-position is a skill published in the GitHub repository archugunov/pm-job-search (7 stars, last pushed 17d ago), licensed MIT. It adds 137 tokens to every session and 4,220 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

chapter-writing

This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene", "outline a chapter", or wants to write prose for a story project.

danjdewhurst/story-skills · 55 tokens

story-init

This skill should be used when the user asks to "start a new story", "initialize a story project", "create a story", "new book", "set up a story", or wants to begin a new fiction writing project from scratch.

danjdewhurst/story-skills · 52 tokens

revision-continuity

This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline consistency, line edit, developmental edit, polish a draft, or prepare existing story material for the next revision pass.

danjdewhurst/story-skills · 58 tokens

story-maintenance

This skill should be used when the user asks to validate, reindex, repair registries, check links, check continuity, count words, summarize a story project, import an existing manuscript, export a manuscript, run the story CLI, or perform deterministic maintenance on a Story Skills markdown project.

danjdewhurst/story-skills · 62 tokens

alive:demo

Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.

alivecontext/alive · 52 tokens

alive:system-upgrade

Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.

alivecontext/alive · 57 tokens