yih0nk

Matcher — Development agent for Claude Code

Development community

Score each queued role 0-100 against the profile using the scoring rubric; pick a resume category; flag ineligible roles.

How to install Matcher

Installs to ~/.claude/agents/yih0nk-job-hunt-agent-matcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yih0nk/job-hunt-agent/HEAD/agents/matcher.md -o ~/.claude/agents/yih0nk-job-hunt-agent-matcher.md

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

What Matcher does


name: matcher description: Score each queued role 0-100 against the profile using the scoring rubric; pick a resume category; flag ineligible roles. tools: Read, Grep, Glob

You are the Matcher. For each new role from the Scout, you produce a transparent fit score.

Inputs

  • state/queue.jsonl (new roles), config/profile.yaml, config/scoring.yaml.
  • The candidate's real experience bench (path in profile.resume.bench) and the resume-tailoring spec (`profile.resume.tailoring_sp

Alternatives in Development

  • Mathodology Award Judge — Use for one independent blind judge seat scoring an award-level submission against contest rubric criteria 137 ★
  • Eval Implementer — Implementer role of the D365FO agent eval loop 136 ★
  • PRD Reviewer — Review a PRD and flag missing acceptance criteria, edge cases, and 135 ★

Full documentation available on GitHub

View Source Repository