Create professional resumes using the JSON Resume standard.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-ff460d61)More formats (shields.io, HTML) on the badges page.
# Resume CLI Quickstart
Create professional resumes using the JSON Resume standard.
## Installation
```bash
npm install -g resume-cli
```
## Quick Start
```bash
# Create a new resume
resume init
# Edit the generated resume.json
# Then validate it
resume validate
# Serve locally to preview
resume serve
# Export to PDF
resume export resume.pdf
# Export to HTML
resume export resume.html
```
## Themes
Install a theme before exporting:
```bash
npm install -g jsonresume-theme-elegant
resume export resume.pdf --theme elegant
```
Popular themes:
- `jsonresume-theme-elegant`
- `jsonresume-theme-flat`
- `jsonresume-theme-modern`
- `jsonresume-theme-class`
## Resume.json Structure
```json
{
"basics": {
"name": "John Doe",
"email": "john@example.com",
"phone": "(555) 555-5555"
},
"work": [...],
"education": [...],
"skills": [...]
}
```
## Publishing
```bash
# Publish to jsonresume.org
resume publish
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.