career-development
Analyzes skill gaps against your tracked jobs or a single posting, then builds a prioritized learning plan with real, web-searched resources. Activates on:…
Tailors CVs and cover letters, evaluates job fit, and prepares interviews. Activates on: applying to a job, evaluating a posting, writing a CV/cover letter, interview prep.
$ npx -y skills add suraj-davariya/ai-job-search --skill job-application-assistant --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/job-application-assistantContext preview
The summary Claude sees to decide when to auto-load this skill.
Tailors CVs and cover letters, evaluates job fit, and prepares interviews. Activates on: applying to a job, evaluating a posting, writing a CV/cover letter, interview prep.
name: job-application-assistant description: "Tailors CVs and cover letters, evaluates job fit, and prepares interviews. Activates on: applying to a job, evaluating a posting, writing a CV/cover letter, interview prep." allowed-tools: - Read - Edit - Write - Bash - Glob - Grep - WebSearch
This file is the Plane 1 knowledge anchor for the job application workflow (ARCH-0010). As a Plane 1 skill, it lives under `.claude/skills/job-application-assistant/` and provides the AI assistant with structured knowledge — it does not execute binaries. When activated, this skill loads candidate identity and preference data from the companion profile files and applies the framework rules that govern the drafter-reviewer pipeline (ARCH-0030). The skill supports all four pipeline steps: fit evaluation, CV generation, cover letter generation, and interview preparation. All steps operate under the no-fabrication rule (ARCH-0007), the read-before-write invariant, and the writing-style rules in `03-writing-style.md`.
| File | When to Read | |------|--------------| | `01-candidate-profile.md` | Whenever candidate identity, education, experience, or skills data is needed | | `02-behavioral-profile.md` | For behavioral/culture fit evaluation or when writing about personality fit | | `03-writing-style.md` | Before generating any CV or cover letter content — rules always apply | | `04-job-evaluation.md` | When evaluating fit for a job posting (Step 1 of pipeline) | | `05-cv-templates.md` | When generating or tailoring a CV (Step 2 of pipeline) | | `06-cover-letter-templates.md` | When generating a cover letter (Step 3 of pipeline) | | `07-interview-prep.md` | When preparing for an interview or running practice sessions | | `08-legitimacy.md` | Before drafting (Step 1) — assess posting legitimacy as a separate gate (REQ-8001) |
| Entry Phrase | Pipeline Step | Files to Read | |--------------|---------------|---------------| | "Evaluate this job posting" | Step 1 — Fit Evaluation | `04-job-evaluation.md`, `08-legitimacy.md`, `01-candidate-profile.md`, `02-behavioral-profile.md` | | "Write a CV for <company>" | Step 2 — CV Generation | `05-cv-templates.md`, `01-candidate-profile.md`, `03-writing-style.md` | | "Write a cover letter for <company>" | Step 3 — Cover Letter | `06-cover-letter-templates.md`, `01-candidate-profile.md`, `02-behavioral-profile.md`, `03-writing-style.md` | | "Prepare for interview with <company>" | Step 4 — Interview Prep | `07-interview-prep.md`, `01-candidate-profile.md` |
**Missing context rule:** Each sub-command can run without upstream steps having completed. If upstream context is missing, prompt: "I need [X] first — want me to run that step now?" Never silently fail or fabricate missing information (ARCH-0007). All sub-commands share `03-writing-style.md` rules, the no-fabrication rule, and the verification checklist.
An AI job-search assistant that finds postings, writes tailored CVs and cover letters, and compiles them to print-ready PDFs — all on your own machine.
Repo: suraj-davariya/ai-job-search
Analyzes skill gaps against your tracked jobs or a single posting, then builds a prioritized learning plan with real, web-searched resources. Activates on:…
Searches configured job portals via web search, deduplicates against seen jobs and the tracker, quick-rates fit, and presents new matches for evaluation.…