By agent-data
Claude Code as a job-search assistant: a private, local-first workspace that pulls postings, judges each one's relevance against your prose preferences (qualitative — no scores), and digests the matches on a schedule you control. Run /job-search:job-search to onboard end-to-end.
Judge whether a single job posting matches the user's Job Preferences Brief — relevant or not, and if relevant a weak/moderate/strong match — with plain-language reasoning, dealbreakers, and unknowns. Use when the user pastes or references a job posting and asks if it fits their preferences, whether to apply, or how good a match it is, or when job-search-run needs to evaluate postings. For many postings at once, job-search-run drives this skill per posting — do not batch here.
Build or update the user's Job Preferences Brief at a depth they choose — a quick free-form sketch (~1 question), a standard interview, or a thorough pass — producing a prose preferences.md (Summary, Must-haves/dealbreakers, Strong preferences, Nice-to-haves, Red flags). Imports an existing brief too, and can deepen a light brief later. Use when the user wants to set up or refine what they want in a job, or when job-search onboarding needs a brief: "set up my job preferences", "what I want in a job", "redo my preferences interview", "change my must-haves", "import my preferences brief". Not for judging a specific posting (→ evaluate-job-fit).
The operator manual for the Job Search Agent — configure, customize, extend, or troubleshoot the agent itself, or explain how it works. Use when the user asks how the agent works, why a run failed, what it can do, or how to change its behavior — a query, the schedule, the recency window, the detail-read model: "how does my job search agent work", "why did the run fail", "how do I change/add/customize …", "change how often it runs". Not for daily use — onboarding, the home view, and running a search are job-search; the search pass itself is job-search-run.
Run one headless, non-interactive job-search pass — load the preferences brief and config, search agent-data for each saved query, skip postings it has already seen, judge each new posting's relevance, read full descriptions for promising matches, and write a digest. Use to run the scheduled search, check for new jobs, or to run a search on demand: "run a job search now", "pull jobs now", "do a fresh search", or when invoked by a schedule. (For interactive setup or the home view, use job-search; for a single pasted posting, use evaluate-job-fit.)
Set up, check on, and steer the user's job search — the front door and home screen. Use when they want to start or set up a job search, see status, matches, the latest digest, or the pipeline, or change what they're looking for: "set up job search", "start my job search", "I'm looking for a new job", "check my job search", "show me my matches", "what's new in my pipeline", or /job-search. First run onboards end-to-end (prereqs, workspace, preferences interview, queries + frequency, first live search, scheduling); afterward it shows the job-search home with quick actions. Not for a fresh headless pull ("check for new jobs" → job-search-run) or for configuring/troubleshooting the agent itself (→ job-search-agent).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Job Search is a plugin that turns Claude Code into a job search assistant. Describe what you want, and Claude pulls fresh job postings, judges each against your preferences, and generates a ranked digest of the matches.
/job-searchSee an example digest in examples/sample-digest.md.
The agent-data CLI — the job-data source. Generate an API key at agent-data.motie.dev (Profile → API Key), then export AGENT_DATA_API_KEY=mtk_… (or save it to ~/.agent-data/config.json) and verify with agent-data whoami.
Note: agent-data currently provides job postings from the following sources: LinkedIn Jobs.
agent-data API key. Grab one at agent-data.motie.dev (Profile → API Key), then export it:
export AGENT_DATA_API_KEY=mtk_…
/plugin marketplace add /path/to/job-search
/plugin install job-search@agent-data
/job-searchClone the repo, then pick an install path.
Persistent (recommended). Register the local clone as a marketplace, then install:
/plugin marketplace add /path/to/job-search
/plugin install job-search@agent-data
One session, no install. Launch Claude Code with the --plugin-dir launch flag:
claude --plugin-dir /path/to/job-search
After installing, run the front door slash command, or just say what you want:
/job-search:job-search
Building on or exploring the repo with an AI agent? Start at AGENTS.md, the map of the architecture, design beliefs, and plans. See CONTRIBUTING.md for the dev workflow and TESTING.md for the test harness.
MIT — see LICENSE.
npx claudepluginhub agent-data/job-search --plugin job-searchA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.