resume-designer

Generate browser-rendered resume apps from career data and export print-ready PDFs.

2|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AutoByteus/autobyteus-agents --skill resume-designer-autobyteus
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: resume-designer
Source: https://github.com/AutoByteus/autobyteus-agents/tree/main/agents/resume-designer/skills/resume-designer
Command: npx skills add https://github.com/AutoByteus/autobyteus-agents --skill resume-designer-autobyteus

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires vite, react, react-dom, typescript, @vitejs/plugin-react, playwright, and includes references (resource) components.

What problem does it solve? Turning raw career information, existing resumes, or scattered documents into a polished, truthful, and printable resume requires design, content structuring, and PDF export work that is tedious to do manually. ## Core Features & Use Cases - Structured Intake and Content Modeling: Extract facts from user notes, PDFs, DOCX files, Google Docs exports, or links into intake and content-model documents without fabricating details. - Text-Brief-Driven Frontend Generation: Select or author a pure-text style brief, then dynamically generate a Vite + React + TypeScript resume app with screen and print CSS derived from that brief. - Visual QA and PDF Export: Preview the app locally, verify rendering and pagination in a browser, and export a selectable-text, print-ready PDF. - Use Case: A software engineer pastes an old resume and target role; the skill builds a Technical Minimal styled resume app, previews it, fixes layout issues, and delivers resume.pdf plus the editable frontend source. ## Quick Start Create a resume from my attached CV and target it at a senior backend engineer role, then export it as a PDF.

Frequently Asked Questions about resume-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a resume from an existing PDF or DOCX file?โ–ผ

Supply the PDF, DOCX, Google Docs export, or pasted text as input, and the skill extracts facts into an intake document, builds a structured content model, then generates a resume app and PDF. It never invents missing dates, metrics, or credentials.

What frontend stack is used to generate the resume app?โ–ผ

The default stack is Vite + React + TypeScript with plain CSS or CSS modules, plus Playwright for PDF export and visual QA. Tailwind, Next.js, or static HTML are used only when the existing project or environment requires them.

Can I choose a different resume style for my industry?โ–ผ

Yes, the skill includes text style briefs such as Executive Classic, Technical Minimal, Academic Research, and Conservative ATS. It recommends a primary style based on target role and audience, and records the rationale in the style decision document.

Is the exported resume PDF ATS-friendly and text-selectable?โ–ผ

Yes, the PDF is exported from the browser-rendered frontend using print CSS, preserving selectable text and hyperlinks. The skill avoids image-only layouts, skill meters, and decorative elements that harm ATS readability.

What happens if PDF export tooling is unavailable?โ–ผ

The skill still delivers the complete frontend resume package and records the export blocker in resume-render-package.md. You can export the PDF later once a browser or Playwright toolchain is available.