leopu00/job-hunter-team

A team of AI agents that runs your job search — self-hosted, on your own LLM subscription. MIT.

49Stars on the repository
68Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

game-reply-options

25

leopu00/job-hunter-team

Skill Claude Code

Offer 2-5 context-specific clickable reply buttons in the JHT game chat when they genuinely make the user's next decision easier. Use only for a small bounded choice; otherwise answer normally with jht-send. Never use these as a fixed onboarding tree.

not rated 49 yesterday A SkillSpector: pass 56 tokens original MIT

graceful-shutdown

26

leopu00/job-hunter-team

Skill Claude Code needs its repo

Close the working day on request from the user. Triggered by a [SHUTDOWN] message from @utente. The user is closing the application and every agent is about to be killed mid-task; before that happens each one must record where it got to, so tomorrow the team resumes instead of restarting. Stop the agents one by one…

not rated 49 yesterday A SkillSpector: pass 100 tokens original MIT

liveness-check

27

leopu00/job-hunter-team

Skill Claude Code needs its repo

Diagnose whether a team agent's tmux session is alive, in a long turn, or silently dead — and respawn it preserving context if dead. Owned by the Dottore (the team's roving health-check agent), not by the Captain. The core failure mode this skill catches: jht-tmux-send returns exit 0 even when the target CLI has…

not rated 49 yesterday A SkillSpector: warn 122 tokens original MIT

location-enrichment

28

leopu00/job-hunter-team

Skill Claude Code needs its repo

Standardize positions.location free-text into structured loc/work/rolefamily columns BEFORE marking any position as checked. Covers 10 special cases (Europe Remote, Italy+remote, multi-location, US-entity-in-EU). Enforces one-position-at-a-time, peer-aligned vocabulary, never-NULL workcountry. Use whenever the Analyst…

not rated 49 yesterday A SkillSpector: warn 86 tokens original MIT

logo-extraction

29

leopu00/job-hunter-team

Skill Claude Code needs its repo

Extract the company logo for a company in the companies table and store it as a small base64 data-URI (max 35KB, min 32px). Primary path is fully automated via logofetch.py against the official website (apple-touch-icon → icon → og:image → favicon); when the site blocks bots or has no usable icon, find a direct logo…

not rated 49 yesterday A SkillSpector: pass 112 tokens original MIT

maintainer-sweep

30

leopu00/job-hunter-team

Skill Claude Code needs its repo

The Mantenitore's INFRA maintenance sweep 👷‍♂️ (twin of the Dottore, scoped to infrastructure rather than agents). One daily one-shot pass: liveness canary of the container's life-support processes (bridge/daemon/watchdog) via processhealth.py, smoke-test of the mission-critical tools (browser/LinkedIn) via…

not rated 49 yesterday B SkillSpector: warn 181 tokens original MIT

mentor-output

31

leopu00/job-hunter-team

Skill Claude Code

How the Mentor speaks once a pattern from mentor-patterns has crossed the threshold. Three output formats — strategic advice (rare, weighty), weekly digest, on-demand answer — each with strict shape and voice rules. The Mentor's authority comes from how rarely the words come and how heavy each one weighs; this skill…

not rated 49 yesterday A SkillSpector: pass 100 tokens original MIT

mentor-patterns

32

leopu00/job-hunter-team

Skill Claude Code needs its repo

The six patterns the Mentor hunts in the records to decide WHEN to speak. Silence is the default; only a real, recurring pattern earns a word. This skill gives the canonical detection method for each pattern (DB query + threshold) so the Mentor never speaks from a single data point. Read-only — never writes to the DB.…

not rated 49 yesterday A SkillSpector: pass 75 tokens original MIT

notify-user

33

leopu00/job-hunter-team

Skill Claude Code

Notify the user with automatic fallback. Tries Telegram first; if the bot is not configured / unreachable / rate-limited, the message lands on the web dashboard via cloud sync instead. Always records the message in pendingusermessages so nothing is lost. Use this whenever you need to reach the user with a status…

not rated 49 yesterday A SkillSpector: pass 90 tokens original MIT

office-geocoding

34

leopu00/job-hunter-team

Skill Claude Code needs its repo

Geocode the precise office building (lat/lon/address) for a position AFTER location-enrichment has populated loccity/loccountry. Use web search aggressively (3+ attempts) to find the company HQ/office address, then resolve coordinates via Nominatim/Photon. Skip ONLY after exhaustive search fails or when multiple…

not rated 49 yesterday A SkillSpector: warn 91 tokens original MIT

onboarding-flow

35

leopu00/job-hunter-team

Skill Claude Code

Conversational protocol the Assistente follows to onboard the user — first message, iterative one-question-per-turn pacing, blocking checklist (the floor that unlocks the dashboard) vs rich checklist (what makes Writers actually useful), settore-agnostic question style (NEVER assume IT), and the mandatory checkpoint…

not rated 49 yesterday A SkillSpector: warn 125 tokens original MIT

parse-cv

36

leopu00/job-hunter-team

Skill Claude Code

Pre-process a CV/profile file (PDF, DOCX, ODT, RTF) into plain text BEFORE feeding it to the LLM context. Reduces token cost by 5-10x on long CVs and yields more reliable extraction than reading binary PDFs directly via multimodal vision. The Assistente calls this skill on every uploaded document in…

not rated 49 yesterday A SkillSpector: pass 136 tokens original MIT

pipeline-triage

37

leopu00/job-hunter-team

Skill Claude Code needs its repo

Decide WHICH role to spawn / pause / kill based on backlog state, not gut feel. Open this skill EVERY TIME you observe — vel team < 50% target, OR any role queue = 0, OR Scout sources exhausted, OR [SCALA UP] from Sentinella, OR PIPELINE VUOTA + UNDERSHOOT, OR MARGINE from bridge-pacing, OR cold start, OR whenever you…

not rated 49 yesterday A SkillSpector: warn 157 tokens original MIT

position-insert

38

leopu00/job-hunter-team

Skill Claude Code needs its repo

The 5-gate sequence the Scout runs for EACH candidate position before INSERTing into positions: dedup → link verification → JD fetch → permissive filters → INSERT. Skipping any gate fills the DB with duplicates, dead links, or out-of-scope rows that the Analyst then has to drop — wasted Sonnet budget downstream. Owned…

not rated 49 yesterday C 108 tokens original MIT

profile-schema

39

leopu00/job-hunter-team

Skill Claude Code needs its repo

Single source of truth for the SCHEMA of candidateprofile.yml — the canonical format that the WHOLE team produces and consumes. 3-level model: frozen core + standard blocks + free custom blocks. Defines the 6 block kinds the web knows how to render and the governance rule (no agent invents the format). Every profile…

not rated 49 yesterday A SkillSpector: pass 100 tokens original MIT

profile-summaries

40

leopu00/job-hunter-team

Skill Claude Code

Write the 4 narrative Markdown summaries under $JHTHOME/profile/summaries/ that complement the structured YAML. The Writers downstream NEED these — a YAML alone produces sterile CVs because it has no voice, no narrative, no positioning. Owned by the Assistente. Filenames are FIXED (the frontend ignores anything else)…

not rated 49 yesterday A SkillSpector: warn 110 tokens original MIT

profile-yaml

41

leopu00/job-hunter-team

Skill Claude Code needs its repo

Maintain $JHTHOME/profile/candidateprofile.yml — the structured candidate data the entire team consumes. The frontend polls this file every 2s; an invalid YAML makes the user's left panel go silently blank. Owned by the Assistente. Use this skill on EVERY new piece of information from the user (text or uploaded file)…

not rated 49 yesterday A SkillSpector: warn 121 tokens original MIT

py-tools-audit

42

leopu00/job-hunter-team

Skill Claude Code needs its repo

Coordinated, team-wide cleanup of Python packages installed under $JHTHOME/.local via uv pip install --user (T13 magazzino). Owned by the Dottore. The audit is NOT unilateral — only the Writer / Critic agents know whether a library they imported dynamically still serves them, so the flow is broadcast → 1h consent…

not rated 49 yesterday A SkillSpector: warn 143 tokens original MIT

rate-budget

43

leopu00/job-hunter-team

Skill Claude Code needs its repo

Read the rate-limit budget snapshot for the active provider (usage %, time-to-reset, velocity, projection, recommended throttle) from the bridge. Use it at Captain startup to plan pace and decide how many agents to spawn, then periodically when you want a fresh snapshot without spending tokens calling the provider…

not rated 49 yesterday A SkillSpector: pass 77 tokens original MIT

recheck-batch

44

leopu00/job-hunter-team

Skill Claude Code needs its repo

Recheck cadenzato della MODALITÀ CURA a costo minimo. Lo script fa il lavoro meccanico su un batch (verifica tiered di ogni URL, aggiorna lastchecked per le OPEN verificate); tu giudichi SOLO i casi ambigui. Misurato 78-86kT a posizione col giro manuale — con il batch spendi un turno per 10 posizioni, non 10 turni.…

not rated 49 yesterday A SkillSpector: pass 112 tokens original MIT

recheck-liveness

45

leopu00/job-hunter-team

Skill Claude Code needs its repo

Check whether a job posting is STILL OPEN without producing false-opens. Replaces the ad-hoc curl (HTTP 200 = "open") that does NOT see the expiry rendered in JavaScript (Ashby/Workday/Greenhouse) nor the LinkedIn authwall (200 for closed ones too). ALWAYS use it in the recheck; never set isopen by hand off a single…

not rated 49 yesterday A SkillSpector: pass 88 tokens original MIT

resilience

46

leopu00/job-hunter-team

Skill Claude CodeCodex needs its repo

When a mission-critical tool fails, NEVER degrade silently or report "queue exhausted"/new=0. Classify broken-vs-empty, then climb the fallback ladder — auto-repair via jht-install, retry, alternative method, mark OPENUNVERIFIED, escalate to the Capitano with the exact fix. Use whenever a tool you depend on (browser…

not rated 49 yesterday B SkillSpector: warn 91 tokens original MIT

salary-estimate

47

leopu00/job-hunter-team

Skill Claude Code needs its repo

Hierarchical salary estimate for the Scorer (bug.

not rated 49 yesterday A SkillSpector: warn 14 tokens original MIT

scaling-calc

48

leopu00/job-hunter-team

Skill Claude CodeCodex needs its repo

Gradual calibration of the roster — measure the burn of 1 worker, compute how many workers and which throttle it takes to hit the target speed, and spawn in stages (never in 6th gear).

not rated 49 yesterday A SkillSpector: pass 47 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: