# Resume April 2026

This repo contains Darsh Shah's resume source library, tailored role-specific resumes,
and export tooling.

## Project Skill

Use the project skill for resume work:

- Portable repo copy: `skills/resume-system/SKILL.md`
- Claude Code: `.claude/skills/resume-system/SKILL.md`
- Codex / compatible agents: `.codex/skills/resume-system/SKILL.md`

Prefer the portable repo copy if hidden `.claude/` or `.codex/` folders are
missing after WebDAV/Obsidian sync.

The skill should be used whenever the user asks to tailor, tweak, export, review,
or finalize a resume in this repo.

## Python

For any Python-related work, use the repo virtual environment:

```bash
.venv/bin/python
.venv/bin/pip
```

If `.venv/` does not exist, create it before running Python commands.

## Resume Export

Render DOCX with:

```bash
node scripts/generate_resume_docx.js --style=kellogg-template-tight <input.md> "<output.docx>"
```

If exporting PDF through Microsoft Word hangs or fails, use a local fallback and
still verify the final PDF page count.
