setup

setup is a skill for Claude Code, Codex from abdulrbasit/job-hunter. It costs 32 tokens per session (590 once invoked), scanned A, original, MIT.

A command center for setting up a job-search workspace, adding career information, building resumes, checking health, and managing regions.

In plain words
What is it for?
Use it to start or configure the workspace, add career context, create or translate a resume, run diagnostics, or find instructions for adding a region.
Why use it?
It gathers several setup tasks in one place and directs each request to the right workflow.

Skill for Claude CodeCodex

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 skills/abdulrbasit/job-hunter/setup
Any agent
npx skills add abdulrbasit/job-hunter --skill setup
Clone the repo
git clone --depth 1 https://github.com/abdulrbasit/job-hunter

Made for: Claude Code, Codex.

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 setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/abdulrbasit/job-hunter/setup.svg)](https://agentmods.dev/skills/abdulrbasit/job-hunter/setup)
Your own site
<a href="https://agentmods.dev/skills/abdulrbasit/job-hunter/setup"><img src="https://agentmods.dev/badge/skills/abdulrbasit/job-hunter/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00032 $0.00590
Opus 5 $0.00016 $0.00295
Sonnet 5 $0.00006 $0.00118
Haiku 4.5 $0.00003 $0.00059

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

Security

Grade A, and why

setup scanned grade A with 0 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/setup/SKILL.md · 46 lines

How it starts

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

Execute .claude/skills/caveman/SKILL.md inline before processing any command.

Setup Command Center

Arguments: $ARGUMENTS

Routing

Normalize the first argument to lowercase. Empty argument → show menu.

  • onboard, init, start: execute .claude/skills/setup/modes/onboard.md inline.
  • context, career, career-context: execute .claude/skills/setup/modes/context.md inline.
  • resume, build, build-resume: execute .claude/skills/setup/modes/resume.md inline. Pass --lang <code> (or a natural request like "add a German resume") to translate the existing base into a second hunt language instead of building from scratch.
  • stories, star: execute .claude/skills/job-hunter/modes/stories.md inline.
  • doctor, health, check: run job-hunter doctor --json, render the ✓/✗ table. Point the user at job-hunter dash → Settings → Diagnostics for one-click fixes.
  • region, add-region: no skill for this — tell the user to open job-hunter dash → Settings → Guided → Regions. If they have no GUI access, edit the named region block in config/job_hunter.yml directly (use job-hunter internal region-lookup --city "<city>" for the country code).
  • style: no skill for this — tell the user to open job-hunter dash → Settings → Resume Style.

Unknown mode → print the command menu and ask the user to choose a listed mode.

Command Menu

Setup Command Center

/setup onboard         One-time workspace initialization (config, keys, profile, regions)
/setup context         Interactive guided setup for profile/career_context.md
/setup resume          Build the base resume from career context and story bank
/setup resume --lang de  Add a second-language base resume, translated from the existing one
/setup stories         Convert raw work notes into rated STAR stories
/setup doctor          Run health checker and show setup status
/setup region           Points you at dash → Settings → Guided → Regions
/setup style            Points you at dash → Settings → Resume Style

Read the full file on GitHub · 46 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 46 lines · 32 tokens per session scan A 84f3682422c0

Subscribe to this mod's changes

setup is a skill published in the GitHub repository abdulrbasit/job-hunter (24 stars, last pushed 29d ago), licensed MIT. It adds 32 tokens to every session and 590 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.