site-slides
Installation
SKILL.md
Site Slides Generator
Generate presentation slides for the AI training camp website from a directory of images or a PDF file.
Usage
User provides a directory name (e.g., test1), and this skill will:
- Look for the directory in
./site/public/slides/<directory-name> - If not found, report an error
- If found, process the contents to generate slides
Workflow
Step 1: Validate Directory
Check if the directory exists:
ls ./site/public/slides/<directory-name>