resume-maker

Generate pixel-perfect resume PDF and DOCX files from a single data source.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/YSheldon/Prompt-Log --skill resume-maker-ysheldon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/YSheldon/Prompt-Log/tree/main/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/YSheldon/Prompt-Log --skill resume-maker-ysheldon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build a resume as a React web page backed by a generation script that produces pixel-perfect PDF and DOCX files from a single data source. The web page reads spacing values from the same JSON so the HTML preview closely matches the generated documents.

Core Features & Use Cases

  • Generate a data-driven resume page with a live HTML preview and exportable PDFs and DOCX files.
  • Import information from structured data, manual input, or LinkedIn-style content, then render with consistent layout and spacing.
  • Ensure the resume fits on a single US Letter page with auto-fit spacing and deterministic outputs.

Quick Start

Provide resume details or upload a LinkedIn PDF to generate a pixel-perfect one-page resume in PDF and DOCX with 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 pixel-perfect resume PDF from structured data?

The system renders structured data, manual input, or LinkedIn-style content into a web-based HTML preview and exportable PDF files. A generation script coordinates content data and layout spacing to ensure the resume fits on a single US Letter page.

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

You can export a resume to both PDF and DOCX from a single data source. The generation script processes the same JSON content to produce both file formats, ensuring the layout and spacing remain consistent across the exported documents and the HTML preview.

How do I make a one-page resume fit on US Letter paper automatically?

To make a one-page resume fit on US Letter paper, the generation script applies auto-fit spacing values derived from a shared JSON data source. This ensures the HTML preview and the final exported PDF maintain deterministic outputs and precise spacing constraints.

Can I use my LinkedIn profile data to build a formatted resume?

Yes, you can use your LinkedIn profile data to build a formatted resume by uploading a LinkedIn PDF. The system imports the LinkedIn-style content, structures it into a single data source, and renders it with consistent layout and spacing for PDF and DOCX export.

Why does my resume HTML preview not match the exported PDF spacing?

If your resume HTML preview does not match the exported PDF spacing, it is because the web page and the export script must read spacing values from the same JSON data source. Aligning the content data ensures the live preview closely matches the generated pixel-perfect documents.