CV Creator
Professional resume builder that transforms structured career data into ATS-optimized, professionally formatted resumes.
Integrations
Works with: career-biographer, competitive-cartographer, web-design-expert, typography-expert
Production Implementation Available!
GitHub: github.com/erichowens/cv-creator
- Status: Production-ready (~2,000 LOC)
- ATS Score: 95/100 achieved
- Deploy:
npm install && npm run example
Built through multi-skill orchestration (8 skills, 9 phases).
Quick Start
User: "Create a resume for senior software engineer roles"
CV Creator:
1. Request CareerProfile (from biographer or direct input)
2. Request PositioningStrategy (from cartographer or skip)
3. Request target role/company (optional)
4. Generate resume with clean formatting
5. Calculate ATS score and provide recommendations
6. Export in requested formats (PDF, DOCX, JSON Resume)
Key principle: ATS compatibility first, human readability second, visual flair never.
Core Capabilities
1. Multi-Format Generation
| Format |
Use Case |
| PDF |
Email applications, job boards, print |
| DOCX |
Recruiter submissions, editable |
| JSON Resume |
Developer portfolios, programmatic |
| HTML |
Portfolio websites, responsive |
| Markdown |
Version control, git-based management |
| LaTeX |
Academic CVs (optional) |
2. ATS Optimization Engine
- Keyword analysis and matching from job descriptions
- Formatting validation (single-column, standard fonts)
- Scoring system (0-100) with specific recommendations
- Parsing simulation
3. Template System
| Template |
Best For |
| Modern Minimalist |
Tech roles (Engineers, Data Scientists) |
| Professional Traditional |
Finance, Legal, Senior Executives |
| Creative Hybrid |
Design Engineers, UX Researchers |
| Academic CV |
PhD, Professors, Researchers |
ATS Score Breakdown
| Category |
Points |
Criteria |
| Formatting |
30 |
Single-column, standard fonts, no graphics |
| Structure |
20 |
Summary, Skills, Experience, Education present |
| Content |
30 |
Proper lengths, skills count, metrics in bullets |
| Keywords |
20 |
Job description coverage (or 15 for general) |
Target: 85+ out of 100
When to Use
Use for:
- Creating resume from career-biographer data
- Optimizing resume for specific job posting
- Generating multiple resume variants
- ATS score and improvement recommendations
- Multi-format export
Do NOT use for:
- Cover letters (different format)
- Portfolio websites (use web-design-expert)
- LinkedIn profile optimization
- Interview preparation
- Career counseling or job search strategy
Anti-Patterns
Anti-Pattern: Creative Resume for Tech Roles
What it looks like: Colorful infographics, skill bars, profile photo, two-column layout
Why wrong: ATS systems can't parse graphics or complex layouts
Instead: Use Minimalist template with clean, single-column text format
Anti-Pattern: Generic Objective Statement
What it looks like: "Seeking a challenging role in a growth-oriented company..."
Why wrong: Wastes space, provides no information
Instead: Professional summary with specific metrics and target role
Anti-Pattern: Listing Every Technology Ever Used
What it looks like: 40+ skills including outdated technologies
Why wrong: Dilutes expertise, unclear proficiency
Instead: List 15-20 most relevant skills for target role
Anti-Pattern: Responsibilities Without Outcomes
What it looks like: "Managed a team", "Worked on backend systems"
Why wrong: Doesn't show impact or value
Instead: "Led team of 5 to deliver microservices migration, reducing deployment time by 70%"
Anti-Pattern: Inconsistent Formatting
What it looks like: Mixed date formats, different bullet styles, varying fonts
Why wrong: Looks unprofessional, confuses ATS parsers
Instead: Strict consistency throughout
Troubleshooting Quick Reference
| Issue |
Cause |
Fix |
| ATS Score <70 |
Complex formatting, graphics |
Switch to Minimalist, remove images |
| Keyword Coverage <60% |
Not tailoring to job description |
Extract keywords, add to Core Skills |
| Exceeds 2 pages |
Too verbose, old roles included |
Consolidate old roles, limit bullets |
| Generic summary |
No positioning insights |
Include specific metric, state target role |
| Long bullets |
Trying to explain entire project |
Split into multiple bullets, focus on outcome |
Length Guidelines
| Experience |
Pages |
| Entry-level (0-3 years) |
1 page |
| Mid-level (3-10 years) |
1-2 pages |
| Senior-level (10+ years) |
2 pages max |
Never exceed 2 pages, even for very senior roles.
Reference Files
references/resume-protocol.md - Complete 8-step generation protocol, ATS scoring, before/after examples
references/formatting-rules.md - Best practices, templates, output formats, success metrics
references/interfaces-integration.md - TypeScript interfaces, multi-skill workflows
Core insight: ATS compatibility first—the best-written resume is worthless if it never reaches human eyes.
Use with: career-biographer (content) | competitive-cartographer (positioning) | web-design-expert (portfolio)
1---2name: cv-creator-23description: Professional CV and resume builder transforming career narratives into ATS-optimized, multi-format resumes. Integrates with career-biographer for data and competitive-cartographer for positioning. Generates PDF, DOCX, LaTeX, JSON Resume, HTML, and Markdown. Activate on 'resume', 'CV', 'ATS optimization', 'job application'. NOT for cover letters, portfolio websites (use web-design-expert), LinkedIn optimization, or interview preparation.4---56# CV Creator78Professional resume builder that transforms structured career data into ATS-optimized, professionally formatted resumes.910## Integrations1112Works with: career-biographer, competitive-cartographer, web-design-expert, typography-expert1314## Production Implementation Available!1516**GitHub**: [github.com/erichowens/cv-creator](https://github.com/erichowens/cv-creator)17- Status: Production-ready (~2,000 LOC)18- ATS Score: 95/100 achieved19- Deploy: `npm install && npm run example`2021Built through multi-skill orchestration (8 skills, 9 phases).2223## Quick Start2425```26User: "Create a resume for senior software engineer roles"2728CV Creator:291. Request CareerProfile (from biographer or direct input)302. Request PositioningStrategy (from cartographer or skip)313. Request target role/company (optional)324. Generate resume with clean formatting335. Calculate ATS score and provide recommendations346. Export in requested formats (PDF, DOCX, JSON Resume)35```3637**Key principle**: ATS compatibility first, human readability second, visual flair never.3839## Core Capabilities4041### 1. Multi-Format Generation42| Format | Use Case |43|--------|----------|44| PDF | Email applications, job boards, print |45| DOCX | Recruiter submissions, editable |46| JSON Resume | Developer portfolios, programmatic |47| HTML | Portfolio websites, responsive |48| Markdown | Version control, git-based management |49| LaTeX | Academic CVs (optional) |5051### 2. ATS Optimization Engine52- Keyword analysis and matching from job descriptions53- Formatting validation (single-column, standard fonts)54- Scoring system (0-100) with specific recommendations55- Parsing simulation5657### 3. Template System5859| Template | Best For |60|----------|----------|61| **Modern Minimalist** | Tech roles (Engineers, Data Scientists) |62| **Professional Traditional** | Finance, Legal, Senior Executives |63| **Creative Hybrid** | Design Engineers, UX Researchers |64| **Academic CV** | PhD, Professors, Researchers |6566## ATS Score Breakdown6768| Category | Points | Criteria |69|----------|--------|----------|70| Formatting | 30 | Single-column, standard fonts, no graphics |71| Structure | 20 | Summary, Skills, Experience, Education present |72| Content | 30 | Proper lengths, skills count, metrics in bullets |73| Keywords | 20 | Job description coverage (or 15 for general) |7475**Target**: 85+ out of 1007677## When to Use7879**Use for:**80- Creating resume from career-biographer data81- Optimizing resume for specific job posting82- Generating multiple resume variants83- ATS score and improvement recommendations84- Multi-format export8586**Do NOT use for:**87- Cover letters (different format)88- Portfolio websites (use web-design-expert)89- LinkedIn profile optimization90- Interview preparation91- Career counseling or job search strategy9293## Anti-Patterns9495### Anti-Pattern: Creative Resume for Tech Roles96**What it looks like**: Colorful infographics, skill bars, profile photo, two-column layout97**Why wrong**: ATS systems can't parse graphics or complex layouts98**Instead**: Use Minimalist template with clean, single-column text format99100### Anti-Pattern: Generic Objective Statement101**What it looks like**: "Seeking a challenging role in a growth-oriented company..."102**Why wrong**: Wastes space, provides no information103**Instead**: Professional summary with specific metrics and target role104105### Anti-Pattern: Listing Every Technology Ever Used106**What it looks like**: 40+ skills including outdated technologies107**Why wrong**: Dilutes expertise, unclear proficiency108**Instead**: List 15-20 most relevant skills for target role109110### Anti-Pattern: Responsibilities Without Outcomes111**What it looks like**: "Managed a team", "Worked on backend systems"112**Why wrong**: Doesn't show impact or value113**Instead**: "Led team of 5 to deliver microservices migration, reducing deployment time by 70%"114115### Anti-Pattern: Inconsistent Formatting116**What it looks like**: Mixed date formats, different bullet styles, varying fonts117**Why wrong**: Looks unprofessional, confuses ATS parsers118**Instead**: Strict consistency throughout119120## Troubleshooting Quick Reference121122| Issue | Cause | Fix |123|-------|-------|-----|124| ATS Score <70 | Complex formatting, graphics | Switch to Minimalist, remove images |125| Keyword Coverage <60% | Not tailoring to job description | Extract keywords, add to Core Skills |126| Exceeds 2 pages | Too verbose, old roles included | Consolidate old roles, limit bullets |127| Generic summary | No positioning insights | Include specific metric, state target role |128| Long bullets | Trying to explain entire project | Split into multiple bullets, focus on outcome |129130## Length Guidelines131132| Experience | Pages |133|------------|-------|134| Entry-level (0-3 years) | 1 page |135| Mid-level (3-10 years) | 1-2 pages |136| Senior-level (10+ years) | 2 pages max |137138**Never exceed 2 pages**, even for very senior roles.139140## Reference Files141142- `references/resume-protocol.md` - Complete 8-step generation protocol, ATS scoring, before/after examples143- `references/formatting-rules.md` - Best practices, templates, output formats, success metrics144- `references/interfaces-integration.md` - TypeScript interfaces, multi-skill workflows145146---147148**Core insight**: ATS compatibility first—the best-written resume is worthless if it never reaches human eyes.149150**Use with**: career-biographer (content) | competitive-cartographer (positioning) | web-design-expert (portfolio)