site-slides

Convert image directories or PDFs into MDX slide decks with captions.

230|137|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/tyrchen/geektime-bootcamp-ai --skill site-slides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-slides
Source: https://github.com/tyrchen/geektime-bootcamp-ai/tree/main/.claude/skills/site-slides
Command: npx skills add https://github.com/tyrchen/geektime-bootcamp-ai --skill site-slides

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate presentation slides for the AI training camp website from a directory of images or a PDF file.

Core Features & Use Cases

  • Automates the conversion of a directory of images or a PDF into a slide deck ready for web publishing.
  • Supports converting PDFs to slides by extracting pages as images and organizing slides with captions.
  • Generates an MDX presentation file and updates the site index to expose the new slides.

Quick Start

Provide the directory name containing slides and the skill will generate the MDX file and update the presentations index.

Frequently Asked Questions about site-slides

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

FAQPage Schema
How do I convert a PDF into web-ready slides?

To convert a PDF into web-ready slides, this skill extracts pages as images and generates an MDX presentation file with a carousel and per-slide captions for web publishing.

Can I build a presentation from a directory of images?

Yes, you can build a presentation from a directory of images. The skill processes images stored under site/public/slides, ensures proper ordering, and creates an MDX slide deck.

Does this tool generate MDX files for slide carousels?

Yes, this tool generates MDX files for slide carousels. It builds the MDX presentation framework, adds per-slide captions, and automatically updates the presentations index.

What is the best way to add captions to image slides?

The best way to add captions to image slides is by using this skill, which builds an MDX presentation that organizes slide images and integrates per-slide captions automatically.

How do I update the presentations index after adding new slides?

You update the presentations index automatically when generating slides. The skill creates the MDX deck and simultaneously updates the site index to expose the new presentation.