One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill resume-maker-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-maker
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/secondary_skills/resume-maker
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill resume-maker-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns your career details into a polished, recruiter-ready resume and produces pixel-aligned output so the HTML preview matches the generated documents.

Core Features & Use Cases

  • One-page, auto-fit resume layout: Renders content to fit exactly one US Letter page using spacing that adjusts based on measured overflow.
  • Single source of truth: Keeps resume content and layout generation centralized in a script, then reuses computed spacing for the web preview.
  • Multi-format deliverables: Exports a PDF and DOCX plus a shared resume-data.json powering the React resume page.
  • Use cases: Applying to a specific role, converting detailed work history into a tight one-page format, and tailoring resumes to a job posting’s keywords.

Quick Start

Tell the assistant: "Build my one-page resume for the Target role: [role], using this contact info: [name, email, phone, LinkedIn, location] and these work/education details: [paste your 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 one-page resume that exports to PDF and DOCX?

The resume builder creates a single shared JSON data source to compute page-fitting spacing, ensuring the HTML preview exactly matches the exported PDF and DOCX files without manual formatting adjustments.

Can I tailor resume content to match a specific job posting?

You need your contact information, detailed work and education history, and a target role or job posting. The system processes these background details to generate a one-page resume tailored to the specified position.

Why does my HTML resume preview look different from the exported PDF?

The system computes auto-fit spacing by measuring content overflow, forcing the resume to render exactly within one US Letter page. It centralizes layout generation in a script to ensure consistent document formatting.

What is the best way to condense detailed work history into a one-page resume layout?

Yes, this approach is suited for generating a one-page resume from detailed career details. It requires serving resume-data for a React page and running a script to generate the download endpoints for the PDF and DOCX documents.