resume-typesetter
Installation
SKILL.md
Resume-Typesetter reference
Architecture
- Data: a single
resume.jsonfile conforming to the JSON Resume schema. Optional variants live underdata/variants/<name>.json. - Presentation: Typst templates under
templates/<name>/template.typ. Each template reads the JSON viajson(sys.inputs.resume)— the path is passed at compile time with--input resume=<path>. - Config:
<plugin-data-dir>/config.jsonstoresdataRepo(absolute path to the user's resume data repo). The plugin data directory resolves as$CLAUDE_USER_DATA/resume-typesetter/ifCLAUDE_USER_DATAis set; otherwise$XDG_DATA_HOME/claude-plugins/resume-typesetter/ifXDG_DATA_HOMEis set; otherwise~/.local/share/claude-plugins/resume-typesetter/. See the canonical convention in theclaude-rudder:plugin-data-storageskill.