Pptx To Pdf banner
Leo-Atienza Leo-Atienza

Pptx To Pdf

Design community

Description

--- name: pptx-to-pdf description: "Convert a PowerPoint deck (.pptx/.ppt) to a faithful PDF. Renders via PowerPoint/LibreOffice — fonts, images, charts, layout preserved." allowed-tools: - Bash - Read - Glob --- <objective> Convert one or more PowerPoint files to PDF using the house converter and report the resulting PDF path(s) to the user. This is the user-invocable twin of the `pptx-to-pdf` skill. </objective> <process> ## 1. Resolve input(s) - Take the deck path(s) from `$ARGUMENT

Installation

Installs to ~/.claude/skills/leo-atienza-atlas-claude-pptx-to-pdf/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leo-atienza-atlas-claude-pptx-to-pdf && curl -fsSL https://raw.githubusercontent.com/Leo-Atienza/atlas-claude/HEAD/commands/pptx-to-pdf.md -o ~/.claude/skills/leo-atienza-atlas-claude-pptx-to-pdf/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository