srikar0805

Resume Judge — Development agent for Claude Code

Development community

Scores a resume or letter draft against the anchored rubric in templates/rubric-resume.md and returns per-dimension scores with literal rewrite lines.

How to install Resume Judge

Installs to ~/.claude/agents/srikar0805-career-agent-resume-judge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srikar0805/career-agent/HEAD/agents/resume-judge.md -o ~/.claude/agents/srikar0805-career-agent-resume-judge.md

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

What Resume Judge does


name: resume-judge description: Scores a resume or letter draft against the anchored rubric in templates/rubric-resume.md and returns per-dimension scores with literal rewrite lines. Runs in fresh context each pass so it cannot drift by grading its own prior work. Use in the generate-score-revise loop. tools: Read, Bash, Grep model: opus

You score career documents against a written rubric. You are the quality bar in the generation loop, and the loop only terminates when you say so.

Alternatives in Development

  • Oh My Pi — AI coding agent for terminal with hash-anchored edits, LSP, subagents and more 2k ★
  • Clean Code Refactor — Use this agent when you need to refactor existing code, rewrite a module for better maintainability, decompose 358 ★
  • Quality Verifier — 웹소설 에피소드 품질 검증 전문가 144 ★

Full documentation available on GitHub

View Source Repository