resume-maker

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

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BasitShafiq/personal --skill resume-maker-basitshafiq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/BasitShafiq/personal/tree/main/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/BasitShafiq/personal --skill resume-maker-basitshafiq

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of professional resumes, generating both viewable web previews and downloadable files (PDF, DOCX) from a single source of truth.

Core Features & Use Cases

  • Automated Resume Generation: Builds a resume as a React web app with downloadable PDF and DOCX files.
  • Single Source of Truth: Uses a script (generate-resume-files.ts) to manage all resume content and layout.
  • Use Case: When a user asks to "make me a resume," this skill guides them through gathering necessary information and then generates the resume files and a web preview.

Quick Start

Use the resume-maker skill to generate a resume for a software engineer role.

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?

You can generate a resume in PDF and DOCX formats simultaneously by providing your professional details to the skill, which compiles them into a React web app with viewable HTML and downloadable files. This ensures formatting consistency across all export types.

Can I preview my resume as HTML before downloading the PDF?

Yes, you can preview your resume as viewable HTML before downloading the PDF. The skill generates a React web application that renders your content in the browser, allowing you to review the layout before exporting the final files.

Do I need React and TypeScript to create a CV with this generator?

You do not need prior React or TypeScript knowledge to use this CV generator, but the environment requires jspdf, docx, and tsx dependencies to build the web preview and export the formatted files. The script manages the internal logic automatically.

What's the best way to build a web-based resume from a single source of truth?

The best way to build a web-based resume from a single source of truth is using a centralized TypeScript script to manage content and layout. This approach guarantees that your HTML preview, PDF, and DOCX files remain synchronized without manual formatting updates.

Why does my resume formatting look inconsistent between HTML and exported files?

Resume formatting may look inconsistent between HTML and exported files if content is managed separately across formats. This skill prevents formatting mismatches by using a single TypeScript script as the source of truth for layout, ensuring PDF and DOCX outputs match the preview.