resume-maker

Generate matching PDF, DOCX, and HTML resumes from structured data.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill resume-maker-rezosnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/rezosnd/MINI-PROJECT-/tree/main/ML%20BACKEND%20DASHBOARD/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill resume-maker-rezosnd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jspdf, docx.

What problem does it solve?

Many users need a fast way to create professional resumes that are both viewable as a web page and downloadable as perfectly formatted PDF and DOCX files, without manually adjusting layout for each format.

Core Features & Use Cases

  • Generation Script: A TypeScript script (generate-resume-files.ts) that produces matching PDF, DOCX, and JSON data from a single source.
  • One‑Page Auto‑Fit: Automatically adjusts spacing to ensure the resume fits exactly one US Letter page in both PDF and DOCX.
  • Web Preview: React page reads the generated JSON to display a pixel‑perfect HTML preview that mirrors the PDF/DOCX layout.
  • Use Cases: Ideal for job applicants, career changers, and students who need a quick, polished resume with downloadable formats for ATS submission.

Quick Start

Create a resume for John Doe applying for a senior software engineer position, providing his contact info, work history, education, and skills.

Frequently Asked Questions about resume-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a resume as both PDF and DOCX from the same data source?

You can generate matching PDF and DOCX resumes from a single structured data source using a TypeScript script. This approach leverages the jsPDF and docx libraries to ensure both file formats maintain consistent formatting and layout automatically.

What's the best way to ensure my resume fits exactly on one page in PDF and DOCX formats?

To fit a resume on one page in PDF and DOCX, use a generation script with auto-fit spacing adjustments. This automatically calibrates the layout to fit exactly one US Letter page across both formats without manual tweaking.

Can I use React to preview a resume that mirrors the downloaded PDF layout?

Yes, you can use a React preview page to display a pixel-perfect HTML resume that mirrors the PDF and DOCX layout. The React component reads generated JSON data to render the web preview accurately.

Does the docx library support automated one-page resume generation for ATS submissions?

The docx library supports automated resume generation for ATS submissions by producing formatted DOCX files from structured data. Combined with a TypeScript script, it adjusts spacing automatically to fit one US Letter page.

How to build a resume generation script that outputs PDF, DOCX, and JSON simultaneously?

Build a resume generation script in TypeScript that processes structured data to output PDF, DOCX, and JSON simultaneously. The script uses jsPDF and docx libraries to create the files and JSON for React web preview rendering.

Why do my generated PDF and DOCX resumes have inconsistent formatting across formats?

Inconsistent PDF and DOCX resume formatting occurs when using separate layout processes. A unified TypeScript generation script solves this by producing both formats from a single source, ensuring matching layouts with automated one-page auto-fit.