sweep

sweep is a skill for Claude Code from archugunov/pm-job-search. It costs 128 tokens per session (3,519 once invoked), scanned C, original, MIT.

A focused job-search tool that finds currently open product roles matching a saved profile and remembers which roles it has already shown. It does not score applications, track a pipeline, or maintain company folders.

In plain words
What is it for?
Use it for weekly or on-demand searches based on target titles, industries, geography, and optional companies of interest, with results recorded as previously seen or new.
Why use it?
It keeps recurring job discovery separate from full application management. On later runs it can use the saved profile instead of repeatedly asking the same setup questions.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: names the AskUserQuestion tool.

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 job-sweep plugin — 1 skill shipped together

Good fit Use it for weekly or on-demand searches based on target titles, industries, geography, and optional companies of interest, with results recorded as previously seen or new.

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 job-sweep

Made for: Claude Code.

Or install job-sweep, the plugin that ships this one along with the rest of its 1 skill.

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 sweep

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/sweep"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/sweep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00128 $0.03519
Opus 5 $0.00064 $0.01759
Sonnet 5 $0.00026 $0.00704
Haiku 4.5 $0.00013 $0.00352

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

Security

Grade C, and why

sweep scanned grade C with 1 finding 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- job-sweep's whole profile. Edit any line and the next sweep picks it up. Delete this file to start over. Add companies_of_interest: [Company A, Company B] yourself to get one extra site: query per named company on e
plugin-sweep/skills/sweep/SKILL.md · 333 lines

How it starts

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

/job-sweep:sweep — find open product roles that match you

Discovery, and nothing else. This plugin does not track applications, score against a rubric, or keep company folders. It finds roles and remembers what it already showed you.

Voice: every prompt and message in this skill follows ${CLAUDE_PLUGIN_ROOT}/references/TONE.md — plain prose not fenced blocks, one ask per message, no "since last time" prompts on a first run, and every chat summary inside Rule D's skim budget. The exact wording of each question below is locked-in; use it verbatim, not paraphrased.

State

Two files, in a job-sweep/ folder in the user's working directory:

  • job-sweep/profile.md — frontmatter only. Keys: target_titles, target_industries, geography: {mode, mode_detail}, and optional companies_of_interest.
  • job-sweep/seen-roles.jsonl — append-only, one JSON object per line.

Never write anywhere else. No userdata/, no company folders.

Mode detection

Run before anything else:

  1. job-sweep/profile.md exists → sweep mode. Read it and go straight to "Running the sweep". Do NOT re-ask the onboarding questions, and do NOT ask what changed since last time — the profile is the answer.
  2. It does not exist → first-run mode. Walk the onboarding below, then sweep in the same session.

First run

Create job-sweep/ first, so there is somewhere to drop a CV, then ask:

"First sweep — I need three things: what roles you want, what industries, and where you'll work. Drop a CV into job-sweep/ as cv.md, cv.txt or cv.pdf and I'll read them off it, or just answer three questions. Which?"

Use AskUserQuestion with two options: I'll drop a CV / Ask me the three questions.

CV path

Follow ${CLAUDE_PLUGIN_ROOT}/references/cv-extraction.md § "Finding the CV", checking job-sweep/cv.md, job-sweep/cv.txt, job-sweep/cv.pdf in that order. State directory: job-sweep/ — already created above in "First run", so there are no scaffold files left to create here. Its § "The governing rule" applies in full: never fill a field the CV does not contain. A CV with no clear location means you ask where they'll work — it does not mean guessing from the most recent employer's address.

Read the full file on GitHub · 333 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 · 333 lines · 128 tokens per session scan C c29d811af876

Subscribe to this mod's changes

sweep is a skill published in the GitHub repository archugunov/pm-job-search (7 stars, last pushed 17d ago), licensed MIT. It adds 128 tokens to every session and 3,519 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). 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