resume-maker

Convert structured resume data into PDF and DOCX exports with a web preview.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/kvm9-dev/susanoo --skill resume-maker-kvm9-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/kvm9-dev/susanoo/tree/main/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/kvm9-dev/susanoo --skill resume-maker-kvm9-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jspdf, docx, tsx.

What problem does it solve?

This Skill helps you quickly build a polished, recruiter-ready resume with a consistent layout that outputs clean, pixel-aligned PDF and DOCX files.

Core Features & Use Cases

  • One-page resume generation with auto-fit: Renders a US Letter, one-page resume and automatically adjusts spacing to keep content within the page boundary.
  • Single-source data → multiple formats: Uses one resume data model to generate both a web preview and downloadable files (PDF and DOCX).
  • LinkedIn intake support: Supports starting from a LinkedIn PDF export or copied LinkedIn profile text, then structures the extracted content into resume sections.

Quick Start

Tell the user: Make me a one-page resume for the role I’m applying to, and I’ll paste my LinkedIn profile text (or upload my LinkedIn PDF) so you can generate the PDF and DOCX.

Frequently Asked Questions about resume-maker

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

FAQPage Schema
How do I create a one-page resume from a LinkedIn profile export?

To create a one-page resume from a LinkedIn profile, you can paste your LinkedIn profile text or provide a LinkedIn PDF export. The tool parses the structured data and generates a pixel-aligned resume that automatically adjusts spacing to fit within US Letter dimensions.

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

Yes, you can export a resume to both PDF and DOCX formats from a single shared JSON data source. The system uses jsPDF for PDF rendering and the docx library for DOCX generation, ensuring correct unit conversions while providing a matching web preview.

Does the resume generator support custom tailoring for a specific target role?

Yes, the resume generator supports custom tailoring for a specific target role. Beyond parsing LinkedIn data, it allows manual detail collection so you can adjust and refine the structured resume sections to better match the requirements of the position you are applying for.

What is the best way to ensure my resume stays on a single page when exporting?

The best way to keep your resume on a single page is using the built-in auto-fit feature. It automatically adjusts spacing to keep content within the US Letter page boundary, rendering a pixel-aligned one-page layout across both PDF and DOCX outputs.

Do I need React to view the HTML preview of the generated resume?

Yes, you need React to view the HTML preview of the generated resume. The system uses a shared JSON data source consumed by a React preview component to display the web version before finalizing the PDF and DOCX file exports.