jobs-digest
Installation
SKILL.md
jobs-digest
Surface and triage new offers since the last check.
Resolve sjctl in this order: (1) on PATH, (2) ~/.solid-jobs-skills/bin/sjctl[.exe], (3) ./sjctl[.exe] in the repo. If none exist, install it and use the printed path:
- macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/solid-company/solid-jobs-skills/main/scripts/install-sjctl.sh | bash - Windows:
irm https://raw.githubusercontent.com/solid-company/solid-jobs-skills/main/scripts/install-sjctl.ps1 | iex - Dev fallback (Go, inside repo):
go run ./cmd/sjctl
Prerequisite: watches
Digest is driven by saved searches. If none exist (sjctl watch list --json is empty), help the user create one from their typical criteria:
sjctl watch add my-go-roles -d IT --term golang --min-salary 20000