resume-maker

Generate a resume as a React web app with PDF and DOCX downloads.

Updated Jun 19, 2018
One-click install
npx skills add https://github.com/ouzayr/Utilities --skill resume-maker-ouzayr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/ouzayr/Utilities/tree/main/DailyPlanner/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/ouzayr/Utilities --skill resume-maker-ouzayr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of professional resumes, generating both viewable web pages and downloadable PDF/DOCX files from a single data source.

Core Features & Use Cases

  • Automated Resume Generation: Creates PDF, DOCX, and a live web preview of a resume.
  • Single Source of Truth: All resume content and layout information is managed in one place.
  • Use Case: A user needs to quickly create a resume for a job application. They provide their work history, education, and skills, and the Skill generates a polished, multi-format resume.

Quick Start

Use the resume-maker skill to generate a resume based on the provided work experience and education details.

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 resume in PDF and DOCX formats from a single data source?

To generate a resume in PDF and DOCX, use jsPDF and the docx package within a TypeScript script to manage content and layout, ensuring consistency between the web preview and exported files. You provide your work history and education details as the single source of truth.

Can I build a resume web app with a live preview using React and TypeScript?

Yes, you can build a React web app that serves a live resume preview using a TypeScript script to manage content and layout, and then export the resume to downloadable PDF and DOCX files via an API.

What is the best way to keep web resume preview and downloaded PDF consistent?

The best way to keep web previews and downloaded PDFs consistent is to manage all resume content and layout information in a single TypeScript script as a single source of truth, generating both outputs from that shared data.

Does the docx package support generating editable Word documents from web app data?

Yes, the docx package supports generating editable Word documents by taking user details like work history and education from your web app data source and serving the DOCX file through an API endpoint.

Do I need jsPDF to create downloadable PDF resumes in a React application?

Yes, you need jsPDF to create downloadable PDF resumes in this React application, as it handles the PDF file generation process from the shared TypeScript data source managed within the script.