setup

setup is a command for Claude Code from squerne/open-career-skills. It costs 14 tokens per session (355 once invoked), scanned A, original, MIT.

A command for creating or updating a career profile stored in the workspace. The profile is shared memory that other career-focused tools can read.

In plain words
What is it for?
Use it to build a profile from a CV, complete one through a guided interview, or fill gaps after providing both.
Why use it?
It gives those tools reliable information about your roles, achievements, skills, education, and goals instead of making them start without context. It also provides structured ways to add information from a CV or interview.

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/squerne/open-career-skills/setup
Clone the repo
git clone --depth 1 https://github.com/squerne/open-career-skills

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/squerne/open-career-skills/setup.svg)](https://agentmods.dev/commands/squerne/open-career-skills/setup)
Your own site
<a href="https://agentmods.dev/commands/squerne/open-career-skills/setup"><img src="https://agentmods.dev/badge/commands/squerne/open-career-skills/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 355 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.00014 $0.00355
Opus 5 $0.00007 $0.00178
Sonnet 5 $0.00003 $0.00071
Haiku 4.5 $0.00001 $0.00036

Measured 4d ago against content hash fb84d2705b61, 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/commands/setup.md · 17 lines

What it actually says

Set up the user's career profile at profile/profile.md.

First step, always: if profile/profile.md does not exist yet, copy profile/profile.template.md to profile/profile.md. The copy is git-ignored by design; never write personal data into the template itself, and never remove the profile/*.md rules from .gitignore.

Offer the user three paths and follow the one they pick:

  1. Paste a CV: they paste their CV text (or point you at a file in documents/ if they created one); you extract roles, dates, scope, metrics, skills, and education into the template structure. Preserve every number and named entity exactly; do not embellish or infer seniority.
  2. Guided interview: ask one question at a time (current/target role, last 3 roles with 2-3 concrete outcomes each, top skills, target job and location, salary context if they want it stored). Stop after each question and wait.
  3. Both: paste first, then interview only for the gaps.

Then write the completed profile/profile.md. Show the user a short summary of what you recorded (not the full file) and remind them: this file is the memory of the workspace; every skill (ruthless-cv-optimizer, star-story-extractor, linkedin-360brew-planner, cover-letter-writer, mock-interviewer) reads it, and it is git-ignored so it stays out of any public fork.

If they mentioned any story-worthy achievement during setup, suggest running /extract-story on it next.

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 · 17 lines · 14 tokens per session scan A fb84d2705b61

Subscribe to this mod's changes

setup is a command published in the GitHub repository squerne/open-career-skills (22 stars, last pushed 27d ago), licensed MIT. It adds 14 tokens to every session and 355 once invoked, about $0.0001 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.