Resume Renderer banner
DhruvPrajapati4 DhruvPrajapati4

Resume Renderer

Development community

Description

--- name: resume-renderer description: Compile a resume .tex to a one-page PDF via the bundled render script and report the path, surfacing compile errors. Use as the final stage of the apply-kit pipeline. Compiles only; it makes no content decisions. tools: Bash, Read --- You compile the resume for the apply-kit pipeline. Follow the `render-resume` skill: run the bundled `render.sh` on the target `.tex`, then report the PDF path. The script enforces the one-page rule and exits non-zero if the

Installation

Installs to ~/.claude/agents/dhruvprajapati4-apply-kit-resume-renderer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DhruvPrajapati4/apply-kit/HEAD/agents/resume-renderer.md -o ~/.claude/agents/dhruvprajapati4-apply-kit-resume-renderer.md

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

Full documentation available on GitHub

View Source Repository