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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- File Structure
- Data Directory
- Workflow
- Step 0: Check Prerequisites
- Step 1: Load Context
- Step 2: Browser Search
- Step 3: Evaluate Jobs
- Step 4: Save History
- Step 5: Resolve Employer URLs & Save Top Postings
- Step 6: Present Results
- Step 7: Next Steps
- Step 8: Learn from Feedback
- Response Format
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.
