agentsclimarketplace

Slides

Skill gio-del/skills/skills/content/slides

Generate or extend a reveal.js slide deck from a description of what to show, rendered against a design system bootstrapped by /design-system. Manual invocation only.From its SKILL.md

Install
npx -y skills add gio-del/skills --skill slides

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 373 tokens by cl100k_base, as published. Nobody here has run it

Slides

Turn a description of a talk into a reveal.js deck, rendered against one of the repo's design systems.

1. Pick a design system

If a design system name was passed as an argument, use it. Otherwise, glob design-systems/*/brand-guidelines.md:

  • None found: tell the user to run /design-system first.
  • Exactly one: warn the user only one design system exists (name it) and confirm before proceeding.
  • Multiple: read each brand-guidelines.md's description: frontmatter and offer a picker showing name + description.

2. Get the description of what to show

Accept whatever the user hands over: inline text, or a path to a file. If it's too thin to imply a rough structure (slide count, throughline), ask one clarifying question before generating — don't silently guess, but don't run a full /grilling interview either.

3. Pick a deck name

If a deck with this name already exists under slides/<deck-name>/, this is an edit — extend/modify its existing slides rather than regenerating the deck from scratch (see docs/adr/0004-slides-edits-in-place.md). Otherwise this is a new deck.

4. Generate or edit the deck

Write slides/<deck-name>/ as a small local reveal.js project (index.html + assets), referencing the chosen design system's theme.css and layouts/ by relative path rather than copying them. Compose slides out of the design system's named layouts — don't invent one-off slide markup that bypasses them.

Out of scope

Bootstrapping a design system — that's /design-system, which this skill only consumes.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.