What problem does it solve? Turning a well-designed Office document into a reusable template normally requires manual copying and reformatting every time. This Skill packages a .docx, .pptx, or .xlsx reference file into a personal artifact-template skill so future documents, presentations, or spreadsheets can be generated with the same layout and formatting preserved. ## Core Features & Use Cases - Template Creation from Office Files: Converts a single .docx, .pptx, or .xlsx reference into a personal skill containing SKILL.md, artifact-template.json, agents/openai.yaml, a retained reference file, and a rendered preview image. - Explicit Template Updates: Updates exactly one passed artifact-template skill, preserving its folder name and any files the user did not ask to change, with atomic replacement and rollback. - Preview Rendering and Validation: Renders the first page, slide, or sheet to a PNG, validates the PNG structure, and stops if the preview is blank, clipped, or corrupted. - Use Case: You have a branded quarterly report in Word. Invoke $template-creator with the file attached to create a personal template, then tag that template later to generate new reports with identical styling. ## Quick Start Invoke $template-creator with a Word, PowerPoint, or Excel file attached and ask it to create a reusable template from that document.