Generate Pdf banner
javiera-vasquez javiera-vasquez

Generate Pdf

Development community

Description

--- allowed-tools: Bash(bun run generate-pdf:*) description: Generate PDF documents (resume, cover letter, or both) with automatic validation and theme selection | argument-hint: company-name [resume|cover-letter|both] --- Generate PDF documents for company: $1 Document type: ${2:-both} Run PDF generation with company-specific tailored data: ```bash if [ -z "$1" ]; then echo "Error: Company name is required" echo "Usage: /generate-pdf company-name [resume|cover-letter|both]" exit 1 fi

Installation

Installs to ~/.claude/commands/javiera-vasquez-claude-code-job-tailor-generate-pdf.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/javiera-vasquez/claude-code-job-tailor/HEAD/.claude/commands/generate-pdf.md -o ~/.claude/commands/javiera-vasquez-claude-code-job-tailor-generate-pdf.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository