What problem does it solve? Job seekers often have their own CV or cover letter templates that differ from the bundled moderncv and cover.cls defaults, and manually wiring a custom template into an automated application workflow is error-prone. This Skill registers, verifies, and activates a custom template so every future application compiles from it correctly. ## Core Features & Use Cases - Template Registration: Stores LaTeX, Typst, or any compile-to-PDF template in a profile-agnostic form with placeholder tokens, a manifest (TEMPLATE.md), fonts, and class/package files. - Mandatory Compile Verification: Test-compiles every template with dummy data before activation, diagnosing missing fonts, wrong engines, or missing packages. - Activation & Switching: Wires the template into the /apply workflow via a managed block, with --list to view registered templates, --use <name> to switch, and --use default to revert. - Use Case: You have an Awesome-CV LaTeX template with custom fonts. Run /add-template with the file path, confirm the inferred lualatex compile command and style rules, and the Skill verifies it compiles and activates it for all future tailored CVs. ## Quick Start Ask the agent to run /add-template with the path to your custom CV or cover letter template file and follow the prompts to register and activate it.