setup

An onboarding workflow for an AI job-search framework. It collects a person’s professional information and fills the profile files needed by the job-application workflow.

In plain words
What is it for?
Use it to create or update a candidate profile, fill in professional details, or update one profile section for later job applications.
Why use it?
It prevents application drafting from starting with incomplete or scattered candidate information and checks where the project would publish before writing files.

Command for Claude Code

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 commands/madslorentzen/ai-job-search/setup
Clone the repo
git clone --depth 1 https://github.com/MadsLorentzen/ai-job-search

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,827 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.00000 $0.05827
Opus 5 $0.00000 $0.02913
Sonnet 5 $0.00000 $0.01165
Haiku 4.5 $0.00000 $0.00583

Measured 2d ago against content hash 70e1136a6fcc, 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 2d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • setup — 100% identical, 0 lines differ
  • setup — 89% identical, 56 lines differ
.claude/commands/setup.md · 433 lines

How it starts

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

/setup - Profile Onboarding

You are running the onboarding setup for the AI Job Search framework. Your goal is to collect the user's professional information and populate all profile files so the /apply workflow works out of the box.

There are three paths into setup. Step 0 picks the right one; all three converge on Step 3 (file generation) and Step 4 (confirmation).


Step 0: Welcome & Choose Path

If $ARGUMENTS contains --section <name>, skip directly to that section in Path C for an update-only flow. Do not run the path-selection prompt below.

Otherwise, first check where this working copy would publish to — before anything is written, not after (the Step 4 privacy note fires only once every file is already on disk, which is too late to inform the decision). Run git remote get-url origin; if the command fails (no remote, or not a git checkout), skip this check silently. If there is a GitHub origin, check it with gh repo view <owner/repo> --json visibility,isFork when gh is available. If the origin is a public fork of the template — or its visibility cannot be determined — warn now and wait:

Heads-up before we start: your origin points at <owner/repo>, which is a public GitHub fork. This setup writes your personal data (name, contact details, employment history, salary expectations) into tracked files, and anything you commit and push to that fork is visible to anyone. Two safe options: keep your profile commits local and never push them, or push to a private repository instead — SETUP.md section 8 has the two-minute private-remote recipe. Want to continue with the setup?

Wait for the user's confirmation before showing the path prompt. A private origin, no origin, or a non-fork remote needs no warning — continue silently.

Then, before greeting the user, scan the documents/ folder. Use Glob with documents/**/* and count files per subfolder (cv/, linkedin/, diplomas/, references/, applications/).

Read the full file on GitHub · 433 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. 2d ago First seen · 433 lines · 0 tokens per session scan A 70e1136a6fcc

Subscribe to this mod's changes

setup is a command published in the GitHub repository MadsLorentzen/ai-job-search (39,400 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,827 tokens. 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.