colophon-group/jobseek

Monitors company career pages for new job postings and surfaces them in a single dashboard.

185Stars on the repository
17Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

colophon-group/jobseek

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.

185 2d ago A 53 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 48 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 42 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 52 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 46 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 42 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 52 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 67 tokens original MIT

colophon-group/jobseek

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.

185 2d ago A 46 tokens original MIT