From financial-analysis
Creates a reusable PPT template skill from a PowerPoint template file (.pptx or .potx), analyzing structure, generating skill directory with assets and SKILL.md, example presentation, and packaged output.
How this command is triggered — by the user, by Claude, or both
Slash command
/financial-analysis:ppt-template [path to .pptx or .potx file]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# PPT Template Creator Command Create a self-contained PPT template skill from a user-provided PowerPoint template. ## Instructions 1. **Ask for the template file** if not provided: - "Please provide the path to your PowerPoint template file (.pptx or .potx)" - The template should contain the slide layouts and branding you want to use 2. **Load the ppt-template-creator skill**: - Use the `skill: "ppt-template-creator"` tool to load the full skill instructions - Follow the workflow in the skill to analyze the template and generate a new skill 3. **Gather additional info**: ...
Create a self-contained PPT template skill from a user-provided PowerPoint template.
Ask for the template file if not provided:
Load the ppt-template-creator skill:
skill: "ppt-template-creator" tool to load the full skill instructionsGather additional info:
Execute the skill workflow:
Deliver the packaged skill to the user
npx claudepluginhub anthropics/financial-services --plugin financial-analysis/pptx-createCreates and edits PowerPoint presentations programmatically using python-pptx. Supports template-based styling and slide layout management.
/templateBrowses catalog of pre-built skill templates, loads and customizes a selected one based on name/category/description, then generates and saves the new skill.
/presentationCreates a presentation from an existing template in a brand project folder using detailed guided mode: select template, input content via outline, slide-by-slide, or bulk paste.
/create-skillCreates a new Claude Skill with YAML frontmatter in personal or project directory. Validates inputs, checks existence, analyzes for bundled resources, and adds scripts/, references/, or assets/ directories as needed.
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/deckGenerates slide deck presentations from briefs or research, producing a PowerPoint file via a multi-step pipeline of brief, research, outline, and rendering.