resume-maker

Generate resume websites with downloadable PDF and DOCX files from TypeScript data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Multi-format Export: Generates a resume as a React web page, a downloadable PDF, and a DOCX file.
  • Single Source of Truth: All resume content and layout decisions are managed in one TypeScript script.
  • Use Case: When a user asks to "make me a resume," this skill guides them through providing necessary details, generates the files, and presents them for review and download.

Quick Start

Use the resume-maker skill to build 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 and export it to PDF and DOCX from a single data source?

This Skill generates a resume with PDF and DOCX exports from a single TypeScript data source. It renders a React web preview and uses jsPDF with the docx package to produce downloadable document files.

Can I use React and TypeScript to control the layout of my resume web page?

Yes, you can use React and TypeScript to control your resume layout precisely. The Skill manages all content and layout decisions within a single TypeScript script to ensure consistent formatting across web and document formats.

Does the resume generation process support both web preview and document file creation?

Yes, the resume generation process supports both web preview and document file creation. It builds a React web page for immediate viewing while simultaneously generating matching PDF and DOCX files for download.

What is the best way to structure user information for multi-format resume generation?

The best way to structure user information for multi-format resume generation is through a single source of truth. The Skill guides you through providing details and consolidates them into one TypeScript script for web and document output.

Do I need the jsPDF and docx npm packages to export my resume to PDF and DOCX?

Yes, you need the jsPDF and docx npm packages to export your resume. The Skill relies on these specific dependencies alongside TypeScript and React to handle the precise layout control and file generation.