resume-maker

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aqeelalamfca-sys/Test-Audit --skill resume-maker-aqeelalamfca-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/aqeelalamfca-sys/Test-Audit/tree/main/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/aqeelalamfca-sys/Test-Audit --skill resume-maker-aqeelalamfca-sys

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 pages and downloadable files (PDF, DOCX) from a single source of truth.

Core Features & Use Cases

  • Automated Generation: Builds a resume website with a matching PDF and DOCX export.
  • Single Source of Truth: All content and layout defined in one script.
  • Use Case: When a user asks to "make me a resume," this skill guides them through gathering necessary information and then generates the files.

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 with downloadable PDF and DOCX files?

To generate a resume with downloadable PDF and DOCX files, this Skill uses a single TypeScript data source to build a React web page preview and exports matching documents, ensuring content consistency across all formats. You provide your work experience and education details to initiate the automated build process.

What is the best way to keep resume web preview and document exports consistent?

The best way to keep resume web previews and document exports consistent is using a single source of truth. This Skill defines all content and layout in one TypeScript script, automatically generating the React web application and matching PDF and DOCX files from that exact data source.

Do I need React and TypeScript to generate a resume web page?

Yes, you need React and TypeScript to generate a resume web page using this Skill. It builds a React web application using TSX, and relies on jspdf and docx dependencies to handle the PDF and DOCX document generation from the single TypeScript data source.

Can I export a React resume component directly to DOCX?

Yes, you can export a React resume component to DOCX. This Skill uses the docx library alongside a single TypeScript data source to generate downloadable DOCX files, ensuring the exported document matches your React web page layout and content automatically.

How to create a resume website from my work experience and education details?

To create a resume website from your work experience and education details, this Skill guides you through gathering the necessary information, writes a generation script, and builds a viewable React web application that also exports matching PDF and DOCX files.