English | 简体中文
Starry Slides is a slide/presentation editor that gives your agent ability to generate fully editable slides with HTML as the source file.
| Feature | What it means |
|---|---|
| HTML as Source File | Slides are authored as HTML, so the original deck format stays open, inspectable, and easy to version. |
| Fully editable slides | Generated decks are not locked artifacts. You can open them, tweak them, and keep editing visually. |
| WYSIWYG Editing Experience | Edit slides directly in a visual interface and see the result as you work, without giving up the underlying HTML source. |
| User-Controlled Context | Starry Slides does not include built-in templates or built-in style instructions. It focuses on making slides editable, while design style and content are fully controlled by the context you provide. |
| Editing with Your Own Agent Editing | Use the agent you already work with. Starry Slides adds slide workflows without introducing a separate agent layer. |
npx skills add StarryKit/starry-slides --skill starry-slidesOr just copy the SKILL.md
The /starry-slides skill has built-in interview workflow to collect your requirements.
/starry-slides create a slide deck for my presentation.
/starry-slides Create a slide deck that explains large language models.
Requirements:
1. Length: about 8 slides
2. Style: minimalist
3. Scenario: I need to present it at a conference for a live audience
/starry-slides create an 8-slide deck explaining how large language models work.
Use the visual style of the "Split Pastel" deck from this repository as reference
https://github.com/zarazhangrui/frontend-slides
/starry-slides to update this deck so it feels more premium and modern, shorten dense slides, and preserve all content accuracy.
to support the development of the project
- CLI Usage: installation, commands, and examples for the
starry-slidesCLI. - Roadmap: roadmap of progress and future plans.
- Development guide: repo layout, local commands, tests, and implementation boundaries.
- Contributing guide: expectations for changes, verification, and review.
- Slide Contract guide: deck package shape and required HTML attributes.
- Repository context: repo rules, boundaries, testing expectations, and shared terminology.
- Architecture decisions: accepted ADRs and ADR template.
Starry Slides is licensed under the MIT License.
