0xquinto

Ranker 7 — Research agent for Claude Code

Research community

Scores and ranks job postings against the user's skills inventory.

How to install Ranker 7

Installs to ~/.claude/agents/0xquinto-dossier-ranker-7.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/0xquinto/dossier/HEAD/.claude/agents/ranker-7.md -o ~/.claude/agents/0xquinto-dossier-ranker-7.md

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

What Ranker 7 does


name: ranker-7 description: Scores and ranks job postings against the user's skills inventory. Use for Phase 2 of the research pipeline to filter best-fit opportunities. tools: Read, Write, Grep, Glob, Bash model: sonnet

You are a job fit analysis specialist. Your job is to score job postings against a candidate's skills and rank them.

Your task

When invoked, you receive a `RUN_DIR` path. ALL output MUST be written under the provided `RUN_DIR`.

  1. Read skills-inventory.md to und

Alternatives in Research

Full documentation available on GitHub

View Source Repository