resume-maker

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

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill resume-maker-catrabbit499
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/CatRabbit499/Digital_Portfolio/tree/main/templatemo_600_prism_flux/projects/CS-240/Lab-Portfolio/Lab-Portfolio-Dec_8_2025/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill resume-maker-catrabbit499

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jspdf, docx.

What problem does it solve?

This skill helps users quickly create professional resumes by providing a data-driven web app that renders a live HTML preview and exports to PDF and DOCX from a single source of truth. It guides users to collect relevant details and formats them into a polished document without manual retyping.

Core Features & Use Cases

  • Data-driven resume generation: Power a single data source (name, contact, experience, education, and skills) to produce consistent HTML previews and downloadable PDFs/DOCX.
  • Pixel-perfect exports: Generate PDF and DOCX documents that align with a well-structured layout, while offering an in-browser HTML preview for review.
  • Guided information gathering: Instructs users on what information to provide (work history, education, skills) to craft a meaningful resume.
  • Use cases: When a user asks to create, update, or tailor a resume for a specific job posting, the tool adapts content to emphasize relevant experience and achievements.

Quick Start

Collect your personal details and work history, then run the generate-resume-files script to produce a PDF, DOCX, and 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 PDF and DOCX resume from structured data?

To generate a PDF and DOCX resume, you provide a structured data model containing your name, contact, experience, education, and skills. The system compiles this single source of truth to produce matching downloadable documents alongside an HTML preview.

Can I tailor an existing resume for a specific job application?

Yes, you can tailor a resume for a specific job application by updating the structured data model. The system adapts the provided content to emphasize relevant experience and achievements across multiple roles, schools, and projects for consistent formatting.

What information do I need to prepare to create a resume?

You need to prepare your personal details, contact information, work history, education, and skills. The system guides you to gather these specific details to ensure the final resume is meaningful and correctly formatted without manual retyping.

Does this resume generator provide a live preview before exporting?

Yes, the resume generator provides a live HTML preview before exporting. It renders the structured data in-browser, allowing you to review the well-structured layout and verify content before generating the final PDF or DOCX files.

How do jspdf and docx work together to build downloadable resumes?

The jspdf and docx libraries work together by compiling a single structured data source into pixel-perfect exports. Jspdf generates the PDF document while docx creates the editable Word file, ensuring both formats align with the HTML preview layout.