create-slide

Create slide content under slides/<id>/ with theme and style constraints.

182|8|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/compozy/agh --skill create-slide-compozy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-slide
Source: https://github.com/compozy/agh/tree/main/packages/slides/.agents/skills/create-slide
Command: npx skills add https://github.com/compozy/agh --skill create-slide-compozy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly create new slides inside an open-slide repository without manually managing the deck workflow or slide structure.

Core Features & Use Cases

  • Slide deck drafting workflow: Creates a new slide under slides/<id>/ based on clarified requirements.
  • Theme-aware generation: Detects available themes and optionally applies the selected theme’s palette and components.
  • Consistent visual system: Produces a coherent design direction for layout, typography, and motion based on locked style decisions.

Quick Start

Ask to create slides about a topic (optionally with a theme or style preference) and let the skill generate a new slide in slides/<id>/.

Frequently Asked Questions about create-slide

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

FAQPage Schema
How do I generate presentation slides in a React design system?

To generate presentation slides in a React design system, you draft new slide content interactively by selecting theme and style constraints, which then writes files into a structured slide repository using React and CSS motion.

What is the best way to add a new slide to an open-slide presentation deck?

The best way to add a new slide to an open-slide presentation deck is to specify your topic and style preferences, allowing the system to plan the slide structure, avoid slide id collisions, and write the index.tsx file automatically.

How does theme-aware slide generation handle design system constraints?

Theme-aware slide generation detects available themes from the themes directory and applies the selected theme's palette and components to ensure coherent typography, layout, and optional CSS motion across the presentation deck.

Can I use my existing presentation themes for slide authoring?

Yes, you can use existing presentation themes for slide authoring by placing them in the themes directory, which the system detects and optionally applies to maintain a consistent visual system for your new slides.

Do I need to manually manage slide structure when creating a new deck?

No, you do not need to manually manage slide structure when creating a new deck; the authoring workflow handles structure planning, design-system declaration, and writes files under slides/<id>/ automatically.

What are the limitations of interactive slide generation?

Interactive slide generation is limited to drafting new slides and adding to existing decks within an open-slide repository, meaning it focuses on content creation and layout consistency rather than editing previously generated slide files.