jobs-create-profile

Installation
SKILL.md

jobs-create-profile

Capture who the user is and what they want, store it as a profile in the database, and switch between profiles. Profiles are the input to /jobs-evaluate and /jobs-digest — every offer is graded against the active profile.

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

Profiles live in the database (the profiles table), not in a file — these commands are the only thing that reads or writes them.

What a profile contains

Fill these fields — they map one-to-one onto the dimensions /jobs-evaluate scores, so the more concrete they are, the better the grades:

Installs
2
GitHub Stars
2
First Seen
6 days ago
jobs-create-profile — solid-company/solid-jobs-skills