Batch Scanner banner
andrew-shwetzer andrew-shwetzer

Batch Scanner

Development community

Description

--- name: batch-scanner description: | Scans a single company's career portal for job openings. Spawned by the scan skill when processing multiple companies from a watchlist. <example> Context: User has a watchlist of 10 companies and wants to scan all of them. user: "Scan all my companies" assistant: "[spawns batch-scanner for each company in portals.yml]" <commentary> Use when the scan skill needs to process multiple companies in parallel. Each batch-scanner handles one comp

Installation

Installs to ~/.claude/agents/andrew-shwetzer-career-ops-plugin-batch-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andrew-shwetzer/career-ops-plugin/HEAD/agents/batch-scanner.md -o ~/.claude/agents/andrew-shwetzer-career-ops-plugin-batch-scanner.md

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

Full documentation available on GitHub

View Source Repository