resume-maker

Generate HTML previews and PDF/DOCX exports from resume-data.json.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill resume-maker-darsh20009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill resume-maker-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jspdf, docx, tsx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Creating professional resumes from scratch often involves repetitive formatting, version control for multiple formats, and inconsistent content across HTML previews and document exports. This Skill automates building a polished resume from a single data source, delivering a live HTML preview and export-ready PDFs and DOCX files.

Core Features & Use Cases

  • Single data-source driven resume generation: produce an HTML preview plus both PDF and DOCX exports from the same content.
  • Pixel-accurate formatting and a one-page layout via an auto-fit spacing engine, ensuring the resume fits exactly on US Letter page.
  • Easy-to-run workflow that outputs resume-data.json alongside artifacts, suitable for repeated updates and automation.

Quick Start

Run the resume-maker generation script after providing your resume data to generate the HTML preview and the PDF/DOCX exports.

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 from structured data and export it to PDF and DOCX?

To generate a resume from structured data, provide your content to the generation script. It creates an HTML preview and exports both PDF and DOCX files from a single data source, ensuring consistent formatting across all formats.

What is a single source of truth approach for resume document generation?

A single source of truth approach for resume generation uses one structured data file, like resume-data.json, to automatically format and output multiple artifacts. This prevents inconsistent content across HTML previews and document exports.

Can I automatically fit resume content onto a single US Letter page?

Yes, you can automatically fit resume content onto a single US Letter page. The generation script uses an auto-fit spacing engine to apply pixel-accurate formatting, ensuring the layout fits exactly within the page boundaries.

Does the resume generation workflow require jspdf and docx dependencies?

Yes, the resume generation workflow requires jspdf and docx dependencies to handle document generation. These libraries enable the script to process structured data and produce the final PDF and DOCX export files.

What is the best way to automate resume updates for job seekers across multiple formats?

The best way to automate resume updates is using a data-driven workflow that outputs resume-data.json alongside artifacts. This allows you to update the source data and quickly regenerate HTML previews, PDFs, and DOCX files.