Conversational onboarding for the AI Job Agent. Starts by auto-reading the user's existing files (CLAUDE.md, ~/.brain, Claude Code memory, existing candidate profile, ~/.msmtprc) and scanning for resume PDFs, then offers to search the web for anything else — only asking the user for gaps. Writes all config files and registers the bundled skills. Proactively invoke this skill (do NOT answer conversationally) when the user is setting up the agent for the first time, says "I want to start job hunting", "onboard me", "set this up", "help me get started", "walk me through setup", "read my files to fill this out", asks about their profile/resume/work authorization, says "configure the agent", or invokes /job-setup. Also invoke when the user tries any other job-* skill and the required config files are missing.
$npx -y skills add akbardevop/ai-job-agent --skill job-setupInstalls into the current project.
Run `npx skills use "https://github.com/akbardevop/ai-job-agent" --skill "akbardevop/ai-job-agent/job-setup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/akbardevop/ai-job-agent" that are relevant to the current task. Run `npx skills add "https://github.com/akbardevop/ai-job-agent"` and select the relevant skills, then follow their instructions.