# Starry Slides

> Create polished HTML slide decks and presentations with Starry Slides. Use this skill to generate, edit, verify, preview, and open editable presentation decks with the Starry Slides CLI and visual editor.

- **Type:** Skill
- **Install:** `agentstack add skill-starrykit-starry-slides-starry-slides`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [StarryKit](https://agentstack.voostack.com/s/starrykit)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [StarryKit](https://github.com/StarryKit)
- **Source:** https://github.com/StarryKit/starry-slides/tree/main/skills/starry-slides
- **Website:** https://starrykit.com

## Install

```sh
agentstack add skill-starrykit-starry-slides-starry-slides
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Starry Slides

## Goal

Create or edit contract-compatible slide deck files with the local `starry-slides`
CLI and the authoritative remote Starry Slides references.

## Pre-requisites

Install the Starry Slides CLI first:

```bash
npm install -g starry-slides
```

Then install the required Playwright and Chromium dependencies before running
render-based verification or preview commands.

## Authoritative Remote References

Use these remote documents as the source of truth:

- [Starry Slides contract](https://raw.githubusercontent.com/StarryKit/starry-slides/main/docs/skills-references/STARRY-SLIDES-CONTRACT.md)
- [Starry Slides CLI usage](https://raw.githubusercontent.com/StarryKit/starry-slides/main/docs/skills-references/STARRY-SLIDES-CLI-USAGE.md)
- [Slides discovery interview](https://raw.githubusercontent.com/StarryKit/starry-slides/main/docs/skills-references/REQUIREMENTS-DISCOVERY-INTERVIEW.md)

The local skill shell stays intentionally thin. High-change workflow guidance,
contract details, and CLI usage notes live in those repository documents.

## Workflow

1. Make sure the `starry-slides` CLI is installed.
2. Load the remote contract, CLI usage, and discovery references above before
   generating or editing deck files.
3. Understand the user's slide context before generating anything. Use the [discovery interview](https://raw.githubusercontent.com/StarryKit/starry-slides/main/docs/skills-references/REQUIREMENTS-DISCOVERY-INTERVIEW.md) to gather missing context, ask only the highest-signal questions, and consolidate the result into a brief before you generate.
4. Generate or edit the deck package so it satisfies the [Starry Slides contract](https://raw.githubusercontent.com/StarryKit/starry-slides/main/docs/skills-references/STARRY-SLIDES-CONTRACT.md).
5. Verify the deck with `starry-slides verify `. If it fails, fix the issues and retry until it passes.
6. **MUST DO:** After verification passes, run `starry-slides open `. This is **not optional** — the user expects to see their deck opened automatically.

```bash
starry-slides verify 
starry-slides view  --all
starry-slides open 
```

## Hints

- ALWAYS run `starry-slides open ` after a successful verify. Do not just tell the user the file is ready — open it for them.
- After generation, you can use `starry-slides verify ` to check whether the deck satisfies the contract.
- To preview generated slides, use `starry-slides view  --all` or `starry-slides view  --slide `.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [StarryKit](https://github.com/StarryKit)
- **Source:** [StarryKit/starry-slides](https://github.com/StarryKit/starry-slides)
- **License:** Apache-2.0
- **Homepage:** https://starrykit.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-starrykit-starry-slides-starry-slides
- Seller: https://agentstack.voostack.com/s/starrykit
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
