The persona-driven orchestrator for the whole job search. Treats the user like a real career-coaching client — opens with intake (goals, companies, timeline, geography, constraints), researches the market visibly, presents a ranked slate of next moves with suggestions, and chains into the verb skills (/job-apply, /job-outreach, /job-followup, etc.) based on the user's pick. Persists the plan to config/search-plan.md so future sessions pick up where you left off. Proactively invoke this skill (do NOT answer conversationally) when the user is open-ended about job search — says "help me find a job", "I need an internship", "start my search", "what should I do next", "I'm job hunting", "find me roles at X", "who should I apply to", "I'm between jobs", or invokes /job-coach. Also invoke on first session of the day (once config/search-plan.md exists) as a check-in. Specific verb requests (pastes a URL, says "email X") should still go to the verb skill directly — /job-coach is the open-ended entry point, not a middleman.
$npx -y skills add akbardevop/ai-job-agent --skill job-coachInstalls into the current project.
Run `npx skills use "https://github.com/akbardevop/ai-job-agent" --skill "akbardevop/ai-job-agent/job-coach"` 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.