slides
Installation
SKILL.md
Slides
Turn slide-outline.md into a finished HTML presentation using the bundled reveal.js assets.
Preconditions
slide-outline.md must already exist. If it doesn't, tell the user to run /storyboard-slides first and stop.
Bundled assets
All assets live next to this skill file. Copy relevant ones alongside the output HTML.
| File | Purpose |
|---|---|
assets/template.html |
Base HTML shell — copy this and fill in slides |
assets/reveal.js |
Reveal.js library (local, no CDN) |
assets/reveal.css |
Reveal.js core styles |
assets/theme.css |
Dark theme; edit CSS custom properties in :root for brand colors |
assets/custom.css |
Footer and print styles |
Related skills
More from efesto-cloud/skills
persistence
>
19population
>
18value-object
|
18type-enum-dict
|
18usecase
>
17entity
Create or modify domain entities using the @efesto-cloud/entity package. Use this skill whenever the user asks to add a new entity, update an existing entity, add properties or methods to an entity, or work on the entity/dto layer. Trigger when the user says things like "create a Foo entity", "add a field to Bar", "I need a new domain object", or "add entity X". Also trigger for DTO creation or modification.
17