ncalavera

12 mods across 1 repository, 2 stars between them.

night-scorer

01

ncalavera/llm-job-pipeline

Agent Claude Code

Nightly headless scoring subagent. Reads ONE payload file from vacancies/nightly/ /scorein/ and writes ONE result file to scoreout/. Spawned only by /jobs-night; never used interactively.

2 4d ago A 49 tokens original MIT

jobs-add

02

ncalavera/llm-job-pipeline

Command Claude Code

Add a source to the pipeline in one of three modes — company (auto-detect ATS, default), board (enable a built-in job board via JOBBOARDS), or vacancy/job (hand-add a single role that auto-scores in /jobs-new).

2 4d ago A 52 tokens original MIT

jobs-digest

03

ncalavera/llm-job-pipeline

Command Claude Code

Send a daily Telegram digest of top unseen vacancies and poll button responses back into the database.

2 4d ago A 18 tokens original MIT

jobs-eval

04

ncalavera/llm-job-pipeline

Command Claude Code

Scoring-quality check. Build a small golden set of your own vacancies labelled fits / doesn't-fit, score them with the CURRENT prompt, and get one agreement number plus a list of disagreements to fix. Any user can run it; the set is personal and never leaves your machine.

2 4d ago A 56 tokens original MIT

jobs-new

05

ncalavera/llm-job-pipeline

Command Claude Code

The one daily command. A Python driver runs the whole pipeline in a fixed order — validate → fetch → enrich → filter → score → verdicts → publish — with checkpoints, a live progress card, and a publish gate. You (the agent) only supply judgment at the gates it stops on: scoring, WANT-scoring companies, and like/pass…

2 4d ago A 82 tokens original MIT

jobs-night

06

ncalavera/llm-job-pipeline

Command Claude Code

Headless nightly scoring session. Invoked by scripts/nightlyrun.py as /jobs-night — one session per scoring gate. Reads payload files from /scorein/, fans them out to night-scorer subagents (file-in/file-out), saves after every wave of five, then stops. The wrapper resumes the driver; the session never runs it. Never…

2 4d ago A 94 tokens original MIT

jobs-profile

07

ncalavera/llm-job-pipeline

Command Claude Code

View or edit your candidate profile — summary view, hard-filter rules, or broader section edits, all in one command. Source is config/userprofile.md.

2 4d ago A 31 tokens original MIT

jobs-review

08

ncalavera/llm-job-pipeline

Command Claude Code

Review hub for the vacancy pipeline. Bare = status menu; apply = deep liked-vacancy interview; archive = interactive low-score archival; vac = thin triage CLI. Auto-publishes after state changes (deploy only, never git).

2 4d ago A 55 tokens original MIT

jobs-update

09

ncalavera/llm-job-pipeline

Command Claude Code

Update the pipeline — pull latest code, refresh dependencies, apply pending DB migrations, summarise what changed.

2 4d ago A 21 tokens original MIT

PreToolUse

10

ncalavera/llm-job-pipeline

Hook Claude Code

Runs before the agent uses a tool for Write, Edit, MultiEdit and NotebookEdit tool calls, executing night-write-fence.py via python3. From ncalavera/llm-job-pipeline.

2 4d ago A tokens not measured original MIT

ncalavera/llm-job-pipeline

Instructions file CodexOpenCode

Instructions for ncalavera/llm-job-pipeline, covering agent instructions, read strategy.md first (hard rule), where the runbooks live, the scoring contract (any llm agent) and no direct-api key is a supported setup, not a defect.

2 4d ago A 2,354 tokens original MIT