slides

Build and validate slide deck artifacts in the Replit workspace.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill slides-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slides
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/skills/slides
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill slides-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Slides skill provides a structured workflow for building, editing, and importing slide deck artifacts in the Replit workspace, ensuring a consistent manifest, predictable slide components, and reliable PPTX import.

Core Features & Use Cases

  • Enforces the slides manifest contract and standardized component structure
  • Guides visual editing with deterministic, inline JSX slides mapped to elements
  • Supports PPTX import via importPptx and 1:1 fidelity to imported slides
  • Provides design guidance for consistent, polished deck aesthetics
  • Use Case: Build a deck from a PPTX file and adapt it for your project.

Quick Start

Attach a PPTX file and ask to import slides to generate 1:1 slide components into the slides artifact.

Frequently Asked Questions about slides

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

FAQPage Schema
How do I import a PPTX file and convert it into editable slides?

You can import a PPTX file by attaching it to your workspace and requesting a slide import. The system generates 1:1 fidelity slide components mapped to inline JSX elements within a dedicated slides artifact.

What is a slides manifest and why is it needed for building decks?

A slides manifest is a structured contract that enforces a consistent component structure and predictable slide elements. It is required to validate deck artifacts and ensure reliable visual editing mappings within the workspace.

Can I edit imported PowerPoint slides directly in the workspace?

Yes, imported PPTX slides are converted into deterministic inline JSX components. This allows you to visually edit and adapt the imported deck elements directly within the slides artifact for your project.

Do I need any external dependencies to create or manage a slide deck artifact?

No external dependencies are required to build or manage slide decks. The skill operates independently within the workspace, relying only on a defined SKILL.md frontmatter and optional scripts to manage assets and import flows.

What is the best way to ensure consistent design aesthetics across a presentation deck?

The best way to ensure consistent presentation aesthetics is to use the skill's enforced manifest contract and standardized component structure. This provides built-in design guidance for polished and predictable deck outputs.

Are there limitations when adapting an imported PPTX deck for a new project?

Adapting an imported PPTX deck requires adherence to the slides manifest contract and inline JSX mapping. Slides must be managed within the dedicated slides artifact, meaning external deck editing tools cannot directly modify the generated components.