solid-jobs-skills AGENTS.md

solid-jobs-skills AGENTS.md is an instructions file for Codex, OpenCode from solid-company/solid-jobs-skills. It costs 626 tokens per session, scanned C, original, MIT.

An agent guide explains how to use the solid-jobs-skills job-search playbooks with coding agents, including agents that read AGENTS.md files. It maps requests such as finding jobs, tracking applications, and preparing for interviews to the right playbook.

In plain words
What is it for?
Use it as the entry point for running the job-search skills and the sjctl command-line tool.
Why use it?
It helps an agent choose the correct job-search workflow instead of treating every request as a general coding task.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/solid-company/solid-jobs-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/solid-company/solid-jobs-skills

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solid-jobs-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/solid-company/solid-jobs-skills/agents-md.svg)](https://agentmods.dev/instructions/solid-company/solid-jobs-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/solid-company/solid-jobs-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/solid-company/solid-jobs-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 626 This file is loaded in full into every session.
When invoked 626 The same file — it is already loaded in full.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00626 $0.00626
Opus 5 $0.00313 $0.00313
Sonnet 5 $0.00125 $0.00125
Haiku 4.5 $0.00063 $0.00063

Measured 3d ago against content hash 2eb6da1760ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

solid-jobs-skills AGENTS.md scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- macOS/Linux: `curl -fsSL https://raw.githubusercontent.com/solid-company/solid-jobs-skills/main/scripts/install-sjctl.sh | bash`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- macOS/Linux: `curl -fsSL https://raw.githubusercontent.com/solid-company/solid-jobs-skills/main/scripts/install-sjctl.sh | bash`
AGENTS.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent guide — solid-jobs-skills

These job-search skills are plain markdown that drive a single CLI (sjctl). They work with any coding agent, not just Claude Code — if you're Codex or another agent that reads AGENTS.md, this file is your entry point.

How to use the skills

Each skill is a markdown playbook under .claude/skills/<name>/SKILL.md. When the user's request matches one, open that file and follow it — the frontmatter description tells you when each applies.

Skill Use when the user wants to…
jobs-search find or browse job offers
jobs-create-profile set up / update / switch their candidate profile
jobs-evaluate judge whether a specific offer is worth it
jobs-track track applications through a pipeline
jobs-interview prepare for an interview / run a mock interview
jobs-digest see what's new since last check
jobs-market ask a standalone pay/demand/trend question — not tied to browsing or evaluating a specific offer

Routing files: jobs-search/SKILL.md, jobs-create-profile/SKILL.md, jobs-evaluate/SKILL.md, jobs-track/SKILL.md, jobs-interview/SKILL.md, jobs-digest/SKILL.md, jobs-market/SKILL.md.

Running sjctl

Every skill shells out to sjctl. Resolve the binary in this order and use the first that works:

  1. sjctl on PATH
  2. ~/.solid-jobs-skills/bin/sjctl (sjctl.exe on Windows) — installer location
  3. ./sjctl / ./sjctl.exe in the repo (local dev)
  4. If none exist, install it, then use the path the installer prints:
    • 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 installed, inside the repo): go run ./cmd/sjctl

Pass --json to any command when you need to parse and reason over results. The database lives at ~/.solid-jobs-skills/solidjobs.db regardless of working directory (override with SJCTL_DB).

Read the full file on GitHub · 50 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 50 lines · 626 tokens per session scan C 2eb6da1760ef

Subscribe to this mod's changes

solid-jobs-skills AGENTS.md is an instructions file published in the GitHub repository solid-company/solid-jobs-skills (5 stars, last pushed 22d ago), licensed MIT. It adds 626 tokens to every session, about $0.0031 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories