jobsearch-apply-mcp: Command for Claude Code

.claude/commands/setup.md

setup is a command for Claude Code from treymorgan/jobsearch-apply-mcp. It costs 0 tokens per session (6,154 once invoked), scanned A, original, MIT.

An onboarding workflow that collects your professional information and fills the profile files used by the job-application process.

In plain words
What is it for?
Use it to create a profile from your answers and documents, update a particular section, or start the framework again after a reset.
Why use it?
It gives the other job-search commands the candidate details they need to evaluate roles and tailor documents.

Command for Claude Code

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

This is treymorgan/jobsearch-apply-mcp's own configuration. It tells Claude Code how to work on jobsearch-apply-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything jobsearch-apply-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to treymorgan/jobsearch-apply-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/treymorgan/jobsearch-apply-mcp/main/.claude/commands/setup.md
Clone the repo
git clone --depth 1 https://github.com/treymorgan/jobsearch-apply-mcp

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/treymorgan/jobsearch-apply-mcp/setup/github.svg)](https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/setup)
Your own site
<a href="https://agentmods.dev/commands/treymorgan/jobsearch-apply-mcp/setup"><img src="https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/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/treymorgan/jobsearch-apply-mcp/setup"><img src="https://agentmods.dev/badge/commands/treymorgan/jobsearch-apply-mcp/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 6,154 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 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.1 $0.00000 $0.06154
Opus 5 $0.00000 $0.03077
Sonnet 5 $0.00000 $0.01231
Haiku 4.5 $0.00000 $0.00615

Measured 8d ago against content hash 3070a9103e9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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/commands/setup.md · 476 lines

How it starts

The opening of the file, as written. The whole thing — 476 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).

Apply the question-progress standing rule in AGENTS.md throughout this workflow: path selection, document conflicts, gap-filling follow-ups and optional sections are all part of one interview sequence, so each gets a counter. Where Path A's follow-ups depend on what the documents turn out to contain, say more may follow rather than inventing a total.


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, start with a short orientation about where the answers will be written, before anything is written, not after.

Your personal answers are written to two locations that are gitignored, so they are never committed even if this working copy is a public fork:

  • profile/ at the workspace root: your candidate profile, behavioral profile, job evaluation preferences, interview examples and CLAUDE.md overview.
  • jobsearch.config.json at the workspace root: your search terms, target locations and salary floor.

The files under .claude/skills/job-application-assistant/ are blank templates that stay tracked. Read them for structure; never write the user's real details into them. The same applies to cv/main_example.tex and cover_letters/cover_example.tex, which are shipped samples: write the user's real CV to cv/main_<name>.tex, which is gitignored.

Do a quick sanity check that this protection is actually in place. Run git check-ignore -q profile/ jobsearch.config.json; if it exits non-zero, the ignore rules are missing or have been edited, so warn and wait:

Read the full file on GitHub · 476 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. 8d ago First seen · 476 lines · 0 tokens per session scan A 3070a9103e9e

Subscribe to this mod's changes

setup is a command published in the GitHub repository treymorgan/jobsearch-apply-mcp (0 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,154 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-31.