leopu00

60 mods across 1 repository, 48 stars between them.

game-reply-options

25

leopu00/job-hunter-team

Skill Claude CodeCodex

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.

48 6d ago A 56 tokens original MIT

graceful-shutdown

26

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 100 tokens original MIT

liveness-check

27

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 122 tokens original MIT

location-enrichment

28

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 86 tokens original MIT

logo-extraction

29

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 112 tokens original MIT

maintainer-sweep

30

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago B 181 tokens original MIT

mentor-output

31

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 100 tokens original MIT

mentor-patterns

32

leopu00/job-hunter-team

Skill Claude CodeCodex

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.…

48 6d ago A 75 tokens original MIT

notify-user

33

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 90 tokens original MIT

office-geocoding

34

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 91 tokens original MIT

onboarding-flow

35

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 125 tokens original MIT

parse-cv

36

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 136 tokens original MIT

pipeline-triage

37

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 157 tokens original MIT

position-insert

38

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago C 108 tokens original MIT

profile-schema

39

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 100 tokens original MIT

profile-summaries

40

leopu00/job-hunter-team

Skill Claude CodeCodex

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)…

48 6d ago A 110 tokens original MIT

profile-yaml

41

leopu00/job-hunter-team

Skill Claude CodeCodex

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)…

48 6d ago A 121 tokens original MIT

py-tools-audit

42

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 143 tokens original MIT

rate-budget

43

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 77 tokens original MIT

recheck-batch

44

leopu00/job-hunter-team

Skill Claude CodeCodex

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.…

48 6d ago A 112 tokens original MIT

recheck-liveness

45

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago A 88 tokens original MIT

resilience

46

leopu00/job-hunter-team

Skill Claude CodeCodex

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…

48 6d ago B 91 tokens original MIT

scaling-calc

48

leopu00/job-hunter-team

Skill Claude CodeCodex

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).

48 6d ago A 47 tokens original MIT