slides

Automates slide deck creation, editing, and PPTX import within a Replit workspace.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/KartikSharma4448/aegiscare --skill slides-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slides
Source: https://github.com/KartikSharma4448/aegiscare/tree/main/frontend/.local/skills/slides
Command: npx skills add https://github.com/KartikSharma4448/aegiscare --skill slides-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation, editing, and import of slide decks inside a Replit workspace, enabling developers to craft consistent 16:9 slides programmatically and prepare ready-to-export manifest data.

Core Features & Use Cases

  • Automated deck assembly: generate, edit, and organize slides within a single workspace.
  • PPTX import & conversion: intake attached or uploaded PowerPoint files and convert them into compatible slide components and manifests.
  • Design guidance & conventions: enforce slide layout rules, typography, and component conventions to ensure cohesive decks across projects.
  • Manifest-driven workflow: maintain slides-manifest.json to describe slide files, titles, and speaker notes for tooling integration.
  • Static exports: ensure all slides render statically for screenshot-export workflows (no runtime dependencies).

Quick Start

Attach or import a PPTX to initialize the deck import workflow.

Frequently Asked Questions about slides

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

FAQPage Schema
How do I generate slide decks programmatically inside a Replit workspace?

You can generate slide decks programmatically by using an automated workflow that assembles 16:9 slides, enforces design conventions, and outputs a slides-manifest.json file for tooling integration.

Can I import and convert a PPTX file into editable slide components?

Yes, you can import PPTX files by attaching or uploading them to the workspace, which converts the presentation into compatible slide components and generates a matching manifest.

What is a slides manifest and how does it manage presentation files?

A slides manifest is a JSON file that describes slide files, titles, and speaker notes, maintaining a deterministic workflow that organizes presentation components for tooling integration.

Does this approach require runtime dependencies to export presentation slides?

No, it ensures all slides render statically for screenshot-export workflows, meaning no runtime dependencies are required to produce ready-to-export presentation decks.

How do I enforce consistent typography and layout rules across a presentation?

The workflow enforces design guidance and conventions by applying layout rules, typography standards, and component conventions automatically during the slide assembly process.

What is the best way to validate a deterministic slides workflow?

The deterministic slides workflow is validated by a dedicated validator that checks the generated slide components, manifest data, and SKILL.md YAML frontmatter for structural compliance.