ai-used-resumelisted
Install: claude install-skill easyvibecoding/vibe-resume
# ai-used-resume
## When to Use
Invoke this skill whenever the user wants to **turn their AI-tool usage history into a résumé artefact**. Common triggers:
- "Generate my résumé from my AI usage."
- "Render my CV in Japanese / German / Traditional Chinese / Europass."
- "Tailor my résumé for this JD."
- "Review / score my latest résumé."
- "Show my résumé score trend."
- "Which locales am I weakest in?"
**Do NOT** invoke when the user:
- Asks to *write* résumé content from scratch without AI-usage history (no signal source).
- Wants a generic CV template — this skill is opinionated about the AI-coding-era narrative.
- Asks for a profile on a platform that doesn't use Markdown/DOCX/PDF (e.g. LinkedIn scraping).
## Quick Reference
| Intent | Command |
|---|---|
| Fresh pipeline | `uv run vibe-resume extract && uv run vibe-resume aggregate && uv run vibe-resume enrich --locale en_US` then process prompts in session, then `enrich --ingest --locale en_US && render -f all --locale en_US` |
| Render single locale | `uv run vibe-resume render -f md --locale ja_JP` |
| All 10 locales | `uv run vibe-resume render --all-locales` |
| JD-tailored run | `uv run vibe-resume enrich --tailor data/imports/jd.txt --locale en_US -n 1 && uv run vibe-resume render -f md --locale en_US --tailor data/imports/jd.txt` |
| Persona-biased enrich | `uv run vibe-resume enrich --persona tech_lead --locale en_US` (keys: `tech_lead` / `hr` / `executive` / `startup_founder` / `academic`) |
| Multi-person