From claude-superskills
Manages resume versions with a master source of truth, tailored copies for jobs, file naming conventions, folder structures, and application tracking. Useful for multiple job applications.
npx claudepluginhub ericgandrade/claude-superskills --plugin claude-superskillsThis skill uses the workspace's default tool permissions.
**Common Pain Points:**
Generates tailored resumes for job applications: researches company/role, surfaces undocumented experiences via discovery, matches from resume library, outputs MD/DOCX/PDF while preserving facts.
Tailors resumes to job descriptions by analyzing requirements, reordering sections, rephrasing bullets, and adding keywords while preserving all facts truthfully. Use for adapting resumes to target roles.
Generates ATS-optimized resumes tailored to job postings from master resumes or experience data, producing .docx files via Python rendering.
Share bugs, ideas, or general feedback.
Common Pain Points:
The Solution: A systematic approach with:
A comprehensive document containing:
Purpose: Source of truth to pull from when tailoring
# MASTER RESUME - [YOUR NAME]
Last Updated: [Date]
## CONTACT INFORMATION
[Full contact details]
## PROFESSIONAL SUMMARY VERSIONS
[Summary for Role Type A]
[Summary for Role Type B]
[Summary for Role Type C]
## ALL SKILLS
### Technical Skills
[Complete list by category]
### Soft Skills
[Complete list]
### Industry Knowledge
[All domains]
## PROFESSIONAL EXPERIENCE
### Company Name | Title | Dates
**All Bullets (choose best for each application):**
• Bullet 1 (leadership focused)
• Bullet 2 (technical focused)
• Bullet 3 (results focused)
• Bullet 4 (collaboration focused)
• Bullet 5 (additional achievement)
• Bullet 6 (additional achievement)
**Keywords this experience covers:**
[List of keywords this job demonstrates]
### Previous Company | Title | Dates
[Same format...]
## EDUCATION
[Complete education history]
## CERTIFICATIONS
[All certifications ever earned]
## PROJECTS
[All notable projects]
## VOLUNTEER / ADDITIONAL
[All other relevant experience]
Resume/
├── Master/
│ └── LastName_Master_Resume.docx
├── Tailored/
│ ├── ProductManagement/
│ │ ├── LastName_PM_Google_Jan2024.pdf
│ │ └── LastName_PM_Meta_Jan2024.pdf
│ ├── Engineering/
│ │ ├── LastName_SWE_Startup_Feb2024.pdf
│ │ └── LastName_SWE_Enterprise_Feb2024.pdf
│ └── General/
│ └── LastName_General_Resume.pdf
├── CoverLetters/
│ ├── Google_PM_CoverLetter.docx
│ └── Meta_PM_CoverLetter.docx
└── Applications/
└── ApplicationTracker.xlsx
Pattern:
[LastName]_[Role/Type]_[Company]_[Date].pdf
Examples:
Smith_ProductManager_Google_Jan2024.pdfSmith_SWE_Stripe_Feb2024.pdfSmith_DataScience_General_2024.pdfSmith_Master_Resume_v3.docxProduct Management:
Software Engineering:
Data Science:
Tech/Startup:
Enterprise/Corporate:
Finance:
Individual Contributor:
Manager:
Executive:
| Company | Role | Version Used | Date Applied | Status | Notes |
|---------|------|--------------|--------------|--------|-------|
| Google | PM | PM_Google_Jan | 1/15/24 | Interview | 2nd round 2/1 |
| Meta | PM | PM_Meta_Jan | 1/18/24 | Applied | Referral from John |
| Startup | PM | PM_General | 1/20/24 | Rejected | Too senior |
Immediately Update For:
Quarterly Review:
1. Start with Master Resume
↓
2. Copy to new file (don't edit master)
↓
3. Analyze job description
↓
4. Select relevant bullets from master
↓
5. Choose appropriate summary version
↓
6. Reorder skills for relevance
↓
7. Add job-specific keywords
↓
8. Trim to appropriate length
↓
9. Save with proper naming convention
↓
10. Update application tracker
Strategy:
Strategy:
Strategy:
Strategy:
Display progress before each version management phase:
[████░░░░░░░░░░░░░░░░] 25% — Phase 1/4: Inventorying Existing Versions
[████████░░░░░░░░░░░░] 50% — Phase 2/4: Establishing Master Resume
[████████████░░░░░░░░] 75% — Phase 3/4: Organizing & Naming Versions
[████████████████████] 100% — Phase 4/4: Delivering Version Management System
When managing resume versions:
# RESUME VERSION MANAGEMENT
## Master Resume Status
**Last Updated:** [Date]
**Location:** [File path]
**Total Experience Entries:** [X]
**Total Bullet Points Available:** [X]
## Active Versions
### Role Type: Product Management
**Base Version:** PM_General_2024.docx
**Tailored Versions:**
| Company | File Name | Date Created | Status |
|---------|-----------|--------------|--------|
| Google | PM_Google_Jan24 | 1/15/24 | Submitted |
| Meta | PM_Meta_Jan24 | 1/18/24 | Submitted |
### Role Type: Engineering
[Same structure]
## Update Queue
- [ ] Add Q4 project results to master
- [ ] Update skills with new certification
- [ ] Archive versions older than 6 months
## Recommended Actions
1. [Action 1]
2. [Action 2]
| Error | Likely Cause | Action |
|---|---|---|
| No master resume found | User asks to manage versions but has no base document | Ask user to designate one version as the master; help establish the base first |
| Multiple conflicting versions with no clear master | Several tailored versions and user can't identify the original | Review all versions; identify the most complete one; propose it as master |
| Version history too incomplete to track | All versions look similar or are undated | Help user establish a naming convention and versioning system going forward |
| Version sent to employer needs update | User was offered an interview and needs to recall which version was sent | Ask for employer name; help reconstruct which version based on tailoring clues |
| No version tracking system in place | User manages resumes manually with no structure | Establish version naming convention; create master + tailored structure |