Workspace setup command center. Routes to onboarding, career context, and resume building; health checks, regions, and resume styling are dashboard/CLI now.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add abdulrbasit/job-hunter --skill setup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Setup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/abdulrbasit-setup-job-hunter)More formats (shields.io, HTML) on the badges page.
---
name: setup
description: "Workspace setup command center. Routes to onboarding, career context, and resume building; health checks, regions, and resume styling are dashboard/CLI now."
when_to_use: "Use for first-time workspace setup, career context, resume building, and story bank management."
argument-hint: "[onboard|context|resume|doctor|region|style|stories]"
disable-model-invocation: true
allowed-tools: Read Edit Write Bash WebSearch
author: "Abdul Basit (@abdulrbasit)"
category: workflow
---
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
```text
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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!