
Outline Slides
- 86 installs
- 112 repo stars
- Updated July 8, 2026
- pamelafox/presentation-skills
Helps with ai & agent building tasks.
About
outline-slides is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- outline-slides
- AI & Agent Building
- AI-coding skill
Outline Slides by the numbers
- 86 all-time installs (skills.sh)
- +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #4,993 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pamelafox/presentation-skills --skill outline-slidesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 86 |
|---|---|
| repo stars | ★ 112 |
| Last updated | July 8, 2026 |
| Repository | pamelafox/presentation-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
Outline slides
Generate a numbered outline of all slides with one-sentence summaries per slide.
Input
- A directory containing slide images named slide_1.png, slide_2.png, etc. (produced by the convert-slides-to-images skill).
- Optionally, a slide_ascii.md file containing extracted text per slide (produced by the extract-slide-text skill).
Procedure
1. Find all *slide_.png files in the specified directory, sorted numerically by slide number. 2. If slide_ascii.md** is available, read it and use the extracted text as ground truth for each slide's content. This prevents misidentifying embedded screenshots or demo captures as actual slide content. 3. Look at each slide image and write a one-sentence summary describing the content of that slide. When slide_ascii.md is available, base the summary primarily on the extracted text, using the image only for visual context (diagrams, screenshots, etc.). 4. Output a numbered list matching the slide numbers.
For large presentations (more than 50 slides), work through the slides in batches of 50.
Output format
1. Title slide introducing the presentation on [topic]
2. Agenda slide listing the main sections to be covered
3. Diagram showing the architecture of [system]
4. Code example demonstrating [technique]
...Example usage
To outline slides that have already been converted to images:
Please outline the slides in presentations/my-talk/outputs/slide_images/Save the output to outputs/outline.txt in the presentation folder for caching.