resume-maker

Generate one-page resumes as PDF and DOCX files with HTML preview.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Celia-12/Proyecto-Mern --skill resume-maker-celia-12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/Celia-12/Proyecto-Mern/tree/main/frontend/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/Celia-12/Proyecto-Mern --skill resume-maker-celia-12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of producing a single authoritative resume from scattered user inputs and manual formatting. It ensures the resume fits exactly on one US Letter page while producing high-quality downloadable PDF and DOCX files and a matching HTML preview so users can iterate quickly and share professional outputs.

Core Features & Use Cases

  • Unified source of truth: Store all resume content in a single generation script and resume-data.json so documents and the web preview stay in sync.
  • Accurate exports: Produce pixel-matched PDF (jsPDF) and DOCX (docx) outputs with careful unit conversions and a one-page auto-fit algorithm.
  • Web preview + downloads: Provide an HTML preview that reads spacing values from JSON and API endpoints to download PDF and DOCX artifacts.
  • Use case: Convert a candidate's provided background into a recruiter-ready one-page resume, present the PDF immediately for review, then offer the DOCX for edits.

Quick Start

Create a one-page resume PDF and DOCX from my background details and provide the downloadable files plus an HTML preview.

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 one-page resume PDF that automatically fits on US Letter?

To generate a one-page resume PDF on US Letter, this Skill uses an auto-fit algorithm with jsPDF to apply spacing-aware conversions, ensuring pixel-perfect single-page output without manual formatting.

Can I export a resume to both PDF and DOCX from the same structured data?

Yes, you can export a resume to both PDF and DOCX from the same structured data. The Skill processes a single JSON source to generate pixel-matched files via jsPDF and the docx library, keeping both formats in sync.

Does this approach provide an HTML preview before downloading the resume files?

Yes, this approach provides an HTML preview. It renders a web preview directly from spacing values stored in JSON, letting you iterate on the resume layout before downloading the final PDF or DOCX files.

What is the best way to build a React resume with pixel-matched PDF and DOCX exports?

The best way to build a React resume with pixel-matched exports is using a unified JSON source. This Skill applies unit conversions and an auto-fit algorithm to generate accurate jsPDF and docx files from that single data structure.

How does the auto-fit algorithm handle spacing when converting resume data to a single page?

The auto-fit algorithm handles spacing by reading values from resume-data JSON and applying precise unit conversions. It adjusts layout dynamically during jsPDF and docx generation to ensure content fits exactly on one US Letter page.

Do I need to manually adjust margins to keep my jsPDF resume on one page?

No, you do not need to manually adjust margins. The Skill uses a spacing-aware JSON structure and an auto-fit algorithm that automatically handles page-fit constraints for jsPDF, preventing overflow onto a second page.