← ClaudeAtlas

job-applicationlisted

Draft tailored resumes and cover letters, then generate PDF applications. Use when the user wants to apply for a job, create a resume, write a cover letter, generate an application PDF, or mentions a job description to apply for. Triggers on "apply for", "draft application", "job application", "resume", "cover letter", paste of a job description, or explicit /job-application invocation.
spikelab/multiplai-cc-mktplace · ★ 0 · AI & Automation · score 72
Install: claude install-skill spikelab/multiplai-cc-mktplace
# Job Application Skill Draft tailored resumes and cover letters for a job application, then generate a single PDF with cover letter on page 1 and resume on page 2. ## Arguments | Arg | Description | Required | |-----|-------------|----------| | **mode** | One of: `full` (default), `draft`, `pdf` | No (defaults to `full`) | | **path** | Path to job description file, or company directory | Mode-dependent | ## Modes ### `full` (default) — End-to-end application Drafts resume + cover letter, then generates PDF in one shot. ### `draft` — Draft only Drafts resume.md and cover-letter.md without generating PDF. ### `pdf` — PDF only Generates PDF from existing resume.md and cover-letter.md in an application directory. ## Usage ``` /job-application # full mode, paste JD in prompt /job-application draft # draft only /job-application pdf applications/company # PDF from existing drafts ``` ## Content Sources (Load Before Writing) Before drafting, load these memory files if they exist: - `$CLAUDE_CONFIG_DIR/memory/career-history.md` — Source material (NEVER fabricate beyond this) - `$CLAUDE_CONFIG_DIR/memory/core-voice.md` — Voice fingerprint - `$CLAUDE_CONFIG_DIR/memory/professional-voice-guide.md` — Professional overlay for cover letters - `$CLAUDE_CONFIG_DIR/memory/write-like-a-human.md` — AI-tell prevention - `$CLAUDE_CONFIG_DIR/memory/how-to-write-well.md` — Clarity rules **Fallback (vanilla install — these files are pers