slides

Build and manage React-based slide decks with PPTX import and PDF or PPTX export.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill slides-4tie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: slides
Source: https://github.com/4tie/fortiesr/tree/main/.local/skills/slides
Command: npx skills add https://github.com/4tie/fortiesr --skill slides-4tie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of creating and maintaining presentation decks by turning slide ideas, imported files, and edit requests into a structured, exportable slide artifact.

Core Features & Use Cases

  • Deck Creation: Build new slide decks with consistent layouts, styling, and reusable visual systems.
  • Deck Editing: Modify existing slides, duplicate components correctly, and keep the slide manifest in sync.
  • Import and Export: Convert PPTX decks into workspace slides and export finished presentations as PPTX or PDF.
  • Use Case: A user can import an existing investor deck, refine the visuals and copy, and export the final presentation for sharing.

Quick Start

Create a new slide deck about our product launch with a bold modern style and six slides.

Frequently Asked Questions about slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I import an existing PPTX presentation and edit it as React components?▼

Importing a PPTX file works by converting the existing deck into synchronized React slide components within a structured workspace, allowing you to refine visuals and copy before exporting the final presentation.

What is the best way to manage slide layouts for a workshop presentation?▼

To duplicate slides and keep the deck manifest in sync, apply validation-aware editing to correctly copy React components and automatically update the manifest-backed workspace contract to maintain working previews.

Does building presentation decks in code support PPTX export?▼

React slide previews break after editing visual components when the slide manifest is not synchronized with the updated components. Validation-aware editing and static asset handling are required to keep exports working.

Does building presentation decks in code support PPTX export?▼

Building presentation decks in code supports PPTX export by managing the visual system as React artifacts within a manifest-backed workspace, allowing you to export the finished slides as either PPTX or PDF.