# Quickstart

> Resume Quickstart

- Skill: `javimosch/quickstart-855` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-855`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-855/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-855

---

# Resume Quickstart

CLI tool to easily setup a new resume

## Installation

```bash
npm install -g resume-cli
```

## Basic Usage

Initialize a new resume:
```bash
resume init
```

Validate your resume.json:
```bash
resume validate
```

Export to different formats:
```bash
resume export resume.html   # HTML format
resume export resume.pdf    # PDF format
```

## Options

```bash
resume --help             # Show help
resume init               # Create resume.json
resume serve              # Preview locally
resume export --theme modern  # Use specific theme
```

## Features

- JSON-based resume format
- Multiple export formats (HTML, PDF, Markdown)
- Theme support
- Validation against schema

