setup

setup is a command for Claude Code from ishandutta2007/Awesome-AI-Job-Hunting. It costs 0 tokens per session (5,827 once invoked), scanned A, a copy of setup, MIT.

An onboarding command for an AI job-search project that collects a person's professional details and fills in profile files. Those files are used by the project's job-application workflow.

In plain words
What is it for?
For setting up a job-search profile, updating individual profile sections, and preparing the files needed by the /apply command.
Why use it?
It prevents users from having to create and maintain the required profile information by hand before applying for jobs.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Good fit For setting up a job-search profile, updating individual profile sections, and preparing the files needed by the /apply command.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ishandutta2007/awesome-ai-job-hunting/setup
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.

Clone the repo
git clone --depth 1 https://github.com/ishandutta2007/Awesome-AI-Job-Hunting

Made for: Claude Code.

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/commands/ishandutta2007/awesome-ai-job-hunting/setup/github.svg)](https://agentmods.dev/commands/ishandutta2007/awesome-ai-job-hunting/setup)
Your own site
<a href="https://agentmods.dev/commands/ishandutta2007/awesome-ai-job-hunting/setup"><img src="https://agentmods.dev/badge/commands/ishandutta2007/awesome-ai-job-hunting/setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for setup

Your own site · 80×15
<a href="https://agentmods.dev/commands/ishandutta2007/awesome-ai-job-hunting/setup"><img src="https://agentmods.dev/badge/commands/ishandutta2007/awesome-ai-job-hunting/setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
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. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00000 $0.05827
Opus 5 $0.00000 $0.02913
Sonnet 5 $0.00000 $0.01165
Haiku 4.5 $0.00000 $0.00583

Measured 11d ago against content hash 70e1136a6fcc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 11d 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

This is a copy

100% identical to setup — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.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. 11d 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 ishandutta2007/Awesome-AI-Job-Hunting (3 stars, last pushed 16d ago), 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. It is 100% identical to setup, differing in 14 lines, and is treated as a copy.