Professional PPTX presentations with brand-aligned layouts and structured validation.
Works with
Generates pitch, roadmap, and product decks from structured briefs with predefined slide templates (title, agenda, problem, solution, features, stats, team, CTA)
Enforces brand consistency through color palettes, typography hierarchies, logo placement, and design tone (minimal, bold, or executive)
Includes multi-step review workflow: layout balance, typography hierarchy, content clarity, and accessi
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionpptx-presentation-builderExecute the skills CLI command in your project's root directory to begin installation:
Fetches pptx-presentation-builder from supercent-io/skills-template and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate pptx-presentation-builder. Access via /pptx-presentation-builder in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
27
total installs
27
this week
88
GitHub stars
0
upvotes
Run in your terminal
27
installs
27
this week
88
stars
Use slides-grab when the user needs a real slide deck artifact, not just an outline. The workflow is HTML-first: plan the deck, generate slide HTML, review visually, then export to PPTX/PDF.
.pptx or .pdfdecks/<deck-name>/Install and verify slides-grab before authoring:
git clone https://github.com/vkehfdl1/slides-grab.git
cd slides-grab
npm ci
npx playwright install chromium
npm exec -- slides-grab --help
Minimum requirement: Node.js >= 18.
If slides-grab is already available in the current project, reuse the existing install instead of cloning again.
Collect:
Create a concise outline, usually slide-outline.md, with:
Do not move to slide generation until the outline is approved.
Use a dedicated workspace such as decks/<deck-name>/.
Create self-contained slide files:
decks/<deck-name>/
slide-01-cover.html
slide-02-problem.html
slide-03-solution.html
...
Rules:
After generating or editing slides:
slides-grab build-viewer --slides-dir decks/<deck-name>
slides-grab validate --slides-dir decks/<deck-name>
For visual iteration:
slides-grab edit --slides-dir decks/<deck-name>
Use the editor to select a region, request changes, and revise the corresponding HTML until the deck is approved.
Only export after the design is approved.
slides-grab convert --slides-dir decks/<deck-name> --output decks/<deck-name>.pptx
slides-grab pdf --slides-dir decks/<deck-name> --output decks/<deck-name>.pdf
Report:
slides-grab edit
slides-grab build-viewer
slides-grab validate
slides-grab convert
slides-grab pdf
slides-grab list-templates
slides-grab list-themes
All commands support --slides-dir <path>.
Create an 8-slide enterprise product deck in decks/acme-launch.
Audience: IT buyers.
Tone: confident, clean, technical.
Need PPTX and PDF exports after approval.
Turn this product brief into a 10-slide investor deck.
Use slides-grab, show me the outline first, then generate the deck in decks/series-a.
https://github.com/vkehfdl1/slides-grabPrerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
โ Do
โ Don't
๐ก Pro Tips
โ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
โ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
supercent-io/skills-template
anthropics/claude-code
github/awesome-copilot
mblode/agent-skills
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
I recommend pptx-presentation-builder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
pptx-presentation-builder fits our agent workflows well โ practical, well scoped, and easy to wire into existing repos.
pptx-presentation-builder has been reliable in day-to-day use. Documentation quality is above average for community skills.
pptx-presentation-builder fits our agent workflows well โ practical, well scoped, and easy to wire into existing repos.
pptx-presentation-builder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
I recommend pptx-presentation-builder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: pptx-presentation-builder is the kind of skill you can hand to a new teammate without a long onboarding doc.
Solid pick for teams standardizing on skills: pptx-presentation-builder is focused, and the summary matches what you get after install.
Useful defaults in pptx-presentation-builder โ fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for pptx-presentation-builder matched our evaluation โ installs cleanly and behaves as described in the markdown.
showing 1-10 of 64