This is a meta-skill that turns your PowerPoint template into a reusable skill package. You give it a .pptx file, it analyzes the layouts and placeholder positions, then generates a complete skill with the template bundled in assets/ and detailed SKILL.md instructions. The key is it extracts exact coordinates so generated presentations know where content can safely go without overlapping headers or footers. It's built on top of the skill-creator skill and includes Python snippets for the python-pptx library. One thing to note: this creates skills, not presentations. If you just want to make a deck, use the pptx skill instead. This is for when you have a branded template you'll reuse constantly and want it packaged properly.
npx skills add https://github.com/anthropics/financial-services --skill ppt-template-creator