resume-cover-letter-generatorlisted
Install: claude install-skill rubenviolinha/linkedin-job-search-skill
# resume-cover-letter-generator
Generates tailored resumes and cover letters for targeted job applications.
## Description
Takes a list of job URLs (typically from `/job-analyzer` results) and automatically generates tailored resume and cover letter PDFs customized for each role. Perfect for batch-processing your top job picks.
## Input Format
Users provide one of:
1. **Job URLs** - Direct LinkedIn job URLs or list of URLs
2. **Job analyzer results** - Copy-paste from job-analyzer output (skill auto-extracts URLs)
3. **Manual job list** - Simple list: "TechCorp Senior PM", "Google PM", etc.
Plus:
- **User's resume** - Paste your current resume text or mention a file path
- **Optional context** - Any specific achievements or projects you want highlighted
## Usage Examples
```
/resume-cover-letter-generator
Jobs:
- https://www.linkedin.com/jobs/view/123456/
- https://www.linkedin.com/jobs/view/234567/
- https://www.linkedin.com/jobs/view/345678/
Resume: [paste your resume here or say "use my resume at ~/path"]
```
Or after using job-analyzer:
```
The top 3 picks look great. Generate tailored resumes and cover letters for:
- TechCorp (Senior Product Manager)
- Google (Product Manager)
- Microsoft (Senior PM)
My resume is at ~/Documents/resume.txt
```
## Workflow
**Phase 1: Parse Input**
- Extract job URLs from user message
- Fetch full job descriptions in parallel (WebFetch)
- Extract company name, job title, key requirements, skills from each JD
**Phase 2: Analy