Agent skill

job-search

Search for jobs matching my resume and preferences

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill job-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 5 KB
Bundled scripts: none
Path: .claude/skills/job-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Job Search Skill > **Priority hierarchy**: See `references/priority-hierarchy.md` for conflict resolution. Automated daily job search using browser automation. ## File Structure ``` scripts/ evaluate-jobs.md # Subagent for parallel job evaluation assets/ templates/ # Format templates (committed) ``` ## Data Directory Resolve the data directory using `references/data-directory.md`. --- ## Workflow ### Step 0: Check Prerequisites Resolve the data directory, then check prerequisites per `references/prerequisites.md`. Resume and preferences are both required. ### Step 1: Load Context Read these files: - `DATA_DIR/resume/*` (candidate profile) - `DATA_DIR/preferences.md` (preferences) - `DATA_DIR/job-history.md` (to avoid duplicates) - `DATA_DIR/linkedin-contacts.csv` (if it exists — for network matching) Extract search terms from: 1. `$ARGUMENTS` if provided 2. Target roles from preferences ### Step 2: Browser Search Use Claude in Chrome MCP tools per `references/browser-setup.md`, navigating to https://hiring.cafe. For each search term, enter the query and apply relevant filters (date posted, location, etc.). **Extracting results — IMPORTANT:** Do NOT use `get_page_text` on hiring.c

What's inside
Steps it walks through
  1. File Structure
  2. Data Directory
  3. Workflow
  4. Step 0: Check Prerequisites
  5. Step 1: Load Context
  6. Step 2: Browser Search
  7. Step 3: Evaluate Jobs
  8. Step 4: Save History
  9. Step 5: Resolve Employer URLs & Save Top Postings
  10. Step 6: Present Results
  11. Step 7: Next Steps
  12. Step 8: Learn from Feedback
  13. Response Format
Ships with 9 files
  • assets/templates/job-entry.md
  • assets/templates/job-history-init.md
  • assets/templates/matching-rules.md
  • references/browser-setup.md
  • references/data-directory.md
  • references/fit-scoring.md
  • references/prerequisites.md
  • references/priority-hierarchy.md
  • scripts/evaluate-jobs.md
More from dev-gtm-claude-skills
All skills →
About this skill
What does the job-search skill do?

Search for jobs matching my resume and preferences

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill job-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going