resume-maker

Generate one-page resumes with HTML preview and PDF/DOCX exports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps users turn their resume details into a polished, recruiter-ready one-page resume with a consistent web preview and downloadable PDF/DOCX exports.

Core Features & Use Cases

  • One-page, pixel-aligned output: Uses a shared data + spacing model so the HTML preview closely matches the generated PDF and DOCX.
  • Import from LinkedIn: Extracts resume data from a LinkedIn PDF or pasted LinkedIn text before building the resume.
  • Build pipeline with clear deliverables: Produces resume-data.json plus PDF and DOCX files, then serves a resume web page that fetches resume-data.json at runtime.

Quick Start

Ask me to create a resume for you and provide your LinkedIn PDF or paste your LinkedIn profile text so I can extract your experience, education, and skills and generate the preview and downloadable files.

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 from LinkedIn profile text?

To generate a one-page resume, paste your LinkedIn profile text or upload a LinkedIn PDF so the tool can extract your experience, education, and skills to build a structured resume-data.json file. It then renders an HTML preview and produces downloadable PDF and DOCX exports.

Can I export a resume to both PDF and DOCX with synchronized formatting?

Yes, you can export a resume to both PDF and DOCX with synchronized formatting via a shared data and spacing model. The HTML preview closely matches the generated files by computing auto-fit spacing for the US Letter page target.

Does the resume generation pipeline support auto-fit layout for US Letter size?

The resume generation pipeline supports auto-fit layout for US Letter size by computing spacing dynamically. It uses jsPDF for PDF rendering and the docx library for DOCX creation with correct unit conversions.

What is the best way to create a recruiter-ready CV from structured data?

The best way to create a recruiter-ready CV from structured data is using a build pipeline that renders a one-page, pixel-aligned document. It processes a single structured data source to produce consistent web previews and downloadable files.

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

You do not need to manually adjust spacing to keep your resume on one page. The generation script computes and auto-fits all spacing to the US Letter page target automatically during the PDF and DOCX rendering process.

What are the limitations when importing a LinkedIn PDF for resume generation?

A limitation when importing a LinkedIn PDF for resume generation is that the output is constrained to a single one-page document. The extraction relies on the PDF text structure to map experience and skills into the resume-data.json format.