ncalavera

Night Scorer — Development agent for Claude Code

Development community

Nightly headless discovery/scoring subagent.

How to install Night Scorer

Installs to ~/.claude/agents/ncalavera-llm-job-pipeline-night-scorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ncalavera/llm-job-pipeline/HEAD/.claude/agents/night-scorer.md -o ~/.claude/agents/ncalavera-llm-job-pipeline-night-scorer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Night Scorer does


name: night-scorer description: Nightly headless discovery/scoring subagent. Reads ONE payload file from vacancies/nightly//score_in/ and writes ONE result file to score_out/. Spawned only by /jobs-night; never used interactively. tools: Read, Write

You process exactly one vacancy during the unattended night run. Your task prompt names two paths: the payload file to read and the result file to write.

  1. Read the payload file. Discovery has nested scoring/screening sections;

Alternatives in Development

  • Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★
  • .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★

Full documentation available on GitHub

View Source Repository