Skill Claude CodeCodex
Daily read-only review of Jobseek crawler errors on Hetzner; dedupe known issues, inspect GitHub issues, collect evidence, and file or update issues only for novel, regressing, spiking, or incident classes.
Skill Claude CodeCodex
Daily read-only review of Jobseek crawler errors on Hetzner; dedupe known issues, inspect GitHub issues, collect evidence, and file or update issues only for novel, regressing, spiking, or incident classes.
Skill Claude CodeCodex
Run Jobseek's daily labelled-postings gold-dataset routine with Codex custom subagents and the existing labeller CLI. Use when asked to sample recent job postings, label postings for the HuggingFace dataset, run or debug the labelled-postings routine, or orchestrate the normalizer/splitter/extractor pipeline under…
Agent Claude Code
Extract structured fields from the benefits section — salary, equity, remote policy, visa sponsorship, annual leave, parental leave, learning budget, perks. Invoked once per posting that has a benefits section.
Agent Claude Code
Derive cross-section labels — profession (English), seniority (English free-text), employment type, locales, locations. Invoked once per posting after all per-section extractors have run.
Agent Claude Code
Extract structured fields from the preferred section — preferred skills with category, preferred education, preferred certifications. Invoked once per posting that has a preferred section.
Agent Claude Code
Extract structured fields from the requirements section — years of experience, education, skills with category, certifications, physical requirements, clearance/licenses/background check. Invoked once per posting that has a requirements section.
Agent Claude Code
Extract structured fields from the role section — role summary, responsibilities, collaboration partners, shift/hours/travel/on-call. Invoked once per posting that has a role section.
Agent Claude Code
Extract structured fields from the team section of a labelled job posting — team name, team function tags. Invoked once per posting that has a team section.
Agent Claude Code
Combined extractor — per-section structured fields (for team/role/requirements/preferred/benefits) plus cross-section globals, all in one call. Replaces the 5 per-section subagents + globals subagent.
Agent Claude Code
Convert raw posting HTML (often broken or plaintext) into a clean HTML subset (p, ul, ol, li, h2-h4, strong, em, a, br, blockquote) preserving text content verbatim. Runs before the deterministic block extractor in the daily labelling routine.
Agent Claude Code
Split a job posting's normalized HTML blocks into labelled sections (company, team, role, requirements, preferred, benefits, application). Invoked per posting during the daily labelling routine.
Command Claude Code
Daily review of jobseek crawler errors on Hetzner — read-only log scan, classify against prior reviews, write a dated Markdown report, file GitHub issues for novel/regressing/spike/incident classes. Spec in docs/14-error-review-routine.md.
Command Claude Code
Daily labelled-postings routine — sample diverse job postings from the last 24h, label them via specialized subagents, upload to HuggingFace. Invoke with optional --date and --count. Spec in docs/15-data-sampling-routine.md.
Instructions file GitHub Copilot
Instructions for colophon-group/jobseek, a project described as: Monitors company career pages for new job postings and surfaces them in a single dashboard.
Instructions file CodexOpenCode
Instructions for colophon-group/jobseek, covering agents.md — jobseek, project overview, repository structure, commands and ops routines (codex-first, claude-compatible).
Instructions file
Instructions for colophon-group/jobseek, a project described as: Monitors company career pages for new job postings and surfaces them in a single dashboard.
MCP server Claude CodeCodexCursor +2
Search jobs, companies, and watchlists on Job Seek (jseek.co). Runs locally from the @jseek/mcp-server npm package.