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.
npx agentmods add instructions/solid-company/solid-jobs-skills/agents-mdgit clone --depth 1 https://github.com/solid-company/solid-jobs-skillsWrote 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.
[](https://agentmods.dev/instructions/solid-company/solid-jobs-skills/agents-md)<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>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.
| Model | Per session | Once 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 |
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` 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:
sjctlonPATH~/.solid-jobs-skills/bin/sjctl(sjctl.exeon Windows) — installer location./sjctl/./sjctl.exein the repo (local dev)- 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
- macOS/Linux:
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).
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.
- 3d ago First seen · 50 lines · 626 tokens per session scan C 2eb6da1760ef
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.
Other instructions, from other repositories
finding-unknowns-skills CLAUDE.md
Claude Code instructions for Neeeophytee/finding-unknowns-skills, covering repo notes, what ships, and the gate that decides, version lives in three manifests — move them together, files that must be edited together and shipped guidance is not this file.
humansintheloop-dev-workflow-and-tools CLAUDE.md
Claude Code instructions for humansintheloop-dev/humansintheloop-dev-workflow-and-tools, covering project guidelines, executing bash commands, skills, code health and referencing code locations.
omnifocus-claude-extension CLAUDE.md
Instructions for geoffdavis/omnifocus-claude-extension, covering claude.md, project overview, essential commands, build & development and install dependencies.
VoxClaw AGENTS.md
AGENTS.md instructions for malpern/VoxClaw, covering voxclaw - codex project notes, what it is, architecture, build & test and integration methods.
vidcraft CLAUDE.md
Claude Code instructions for markus-michalski/vidcraft, covering vidcraft — ai video production plugin, skill routing, workflow pipeline, standard workflow and project structure.
agent-hive hive-workflow.instructions.md
Hive plan-first development workflow.