Newjobs banner
petertheise petertheise

Newjobs

Data community

Description

--- name: job-tracker-newjobs description: Find new matching roles and add them to the Job Tracker database --- Find job openings that fit the candidate's profile below and add the genuinely new ones to the tracker. The database is SQLite at `~/Job Tracker/jobs.db`, reachable only via the SQL-only gateway `~/bin/jt-db.sh` — same arguments as the sqlite3 CLI: `~/bin/jt-db.sh '~/Job Tracker/jobs.db' "<one SQL statement>"`. It speaks SQL only (no `.`-commands). Table `jobs(id, company, title, sta

Installation

Installs to ~/.claude/skills/petertheise-job-tracker-newjobs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/petertheise-job-tracker-newjobs && curl -fsSL https://raw.githubusercontent.com/petertheise/job-tracker/HEAD/skills/newjobs.md -o ~/.claude/skills/petertheise-job-tracker-newjobs/SKILL.md

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

Full documentation available on GitHub

View Source Repository