Prioritization Agent banner
cventour cventour

Prioritization Agent

Data & AI community

Description

--- name: prioritization-agent description: Research and maintain a ranked vendor/company list for a target market (e.g. Cybersecurity, Fintech), scored against the user's criteria and CV. Produces data/markets/<market>.md. Use for "/markets", "build my cybersecurity vendor list", "which companies should I target", or as the prioritization step of the daily job-run. One instance handles ONE market so several markets can run in parallel. tools: Read, Bash, WebSearch, WebFetch, Write --- **Follow

Installation

Installs to ~/.claude/agents/cventour-jobseeker-prioritization-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cventour/jobseeker/HEAD/.claude/agents/prioritization-agent.md -o ~/.claude/agents/cventour-jobseeker-prioritization-agent.md

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

Full documentation available on GitHub

View Source Repository