resume-maker

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

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/corbintalbert9744-art/SeraphimTweaks --skill resume-maker-corbintalbert9744-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/corbintalbert9744-art/SeraphimTweaks/tree/main/secondary_skills/resume-maker
Command: npx skills add https://github.com/corbintalbert9744-art/SeraphimTweaks --skill resume-maker-corbintalbert9744-art

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jspdf, docx, tsx.

What problem does it solve?

The Resume Maker converts scattered profile information into a polished, one-page resume with a synchronized HTML preview and downloadable PDF and DOCX files so users can quickly produce recruiter-ready documents without manual formatting.

Core Features & Use Cases

  • Single-source generation: Render PDF and DOCX from one resume-data.json using an auto-fit algorithm to guarantee a one US Letter page output.
  • Fast import paths: Parse LinkedIn PDF exports or pasted LinkedIn profile text, or accept guided manual inputs to generate achievement-focused bullets and curated skills.
  • Web preview + downloads: Provide a React page that reads spacing values from the same JSON for a pixel-matched HTML preview and API routes to serve resume-data.json and downloadable PDF/DOCX files.

Quick Start

Ask to create a resume from your LinkedIn PDF and I will parse it, produce a preview, and generate downloadable PDF and DOCX files.

Frequently Asked Questions about resume-maker

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

FAQPage Schema
How do I convert a LinkedIn profile to a one-page PDF resume?

Yes, you can import a LinkedIn PDF export or paste profile text to generate a resume. The system parses the input to create a resume-data.json file, which synchronizes a web preview and renders downloadable PDF and DOCX files.

Can I export a resume to both PDF and DOCX from a single source?

Yes, you can export to both PDF and DOCX simultaneously. A single resume-data.json file drives jsPDF and docx rendering, ensuring both downloads match the pixel-matched HTML preview without manual formatting.

Does the resume generator guarantee a one US Letter page layout?

Yes, the generator guarantees a one US Letter page layout. It applies an auto-fit spacing algorithm that dynamically adjusts content density from the resume-data.json file to prevent page overflow.

How do I preview my resume before downloading the PDF?

You preview your resume through a React page that reads spacing values from the generated resume-data.json. This provides a pixel-matched HTML preview synchronized with the final downloadable files.

What is the best way to format scattered profile text into a printable resume?

The best way is to input the text into an automated generator that parses it into structured JSON. This data drives an auto-fit algorithm to produce recruiter-ready PDF and DOCX files without manual formatting.