slidev-deck-pipeline

Solid

Deterministic pipeline for authoring, verifying, exporting, and deploying OpenCoven Slidev decks (the weekly Show'n Spells system and one-off branded decks). Use whenever asked to build, rebuild, update, export, or publish a Slidev slide deck for OpenCoven — weekly meeting decks, launch decks, or explainer decks.

AI & Automation 47 stars 26 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Slidev Deck Pipeline The single, repeatable path for turning content into a published OpenCoven Slidev deck. Optimize for **determinism**: same inputs → same deck → same verified `dist` → same deploy. Author by writing a real `.md` file with Node's `fs.writeFileSync`, then run the repo's own scripts to verify and build. Never eyeball-ship. ## When to use | Scenario | Use this skill | |----------|----------------| | Weekly Open Coven / Show'n Spells deck | ✅ (the canonical path) | | One-off launch / explainer deck in the same house style | ✅ | | Rebuilding an existing deck "the standard way" | ✅ | | Exporting a deck to PDF | ✅ | | Deploying a deck to Vercel (`show.opencoven.ai`) | ✅ | | Non-Slidev copy (tweets, Discord posts) | ❌ use the voice/social skills instead | ## Repo facts (canonical) - **Repo:** `/Users/buns/Documents/GitHub/OpenCoven/open-coven-weekly` - **Decks:** `slides/YYYY-MM-DD.md` (a `-slug` suffix is allowed: `YYYY-MM-DD-slug.md`) - **Template:** `slides/template.md` - **Theme:** `theme/` = `@opencoven/slidev-theme-coven`; referenced from a deck as `theme: ../theme` - **Static assets:** `slides/public/` → served at `/` (images live in `slides/public/img/`, referenced as `/img/<name>`) - **Package manager:** `pnpm` - **Deploy:** Vercel project `open-coven-weekly`, aliased to `show.opencoven.ai`, auto-deploys on push to `main` ### The scripts (this is the deterministic core — always use them) | Command | What it does | |---------|--------------| | `pnp...

Details

Author
OpenCoven
Repository
OpenCoven/coven
Created
4 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

slideops

Use when the user asks for slides, a slide deck, or a presentation about a code repository, one of its subsystems, a feature, an architecture area, or its recent changes. Triggers include "make slides", "build a slide deck", "create a presentation", "HTML slides for this repo", "overview deck", "team update slides", "slides for our latest changes", or naming a topic and asking for a deck about it. Also use when the user asks whether an existing deck still matches the code, or wants one rechecked, refreshed, or kept in sync automatically: "is this deck still accurate", "check the slides against the code", "did anything we documented change", "refresh the architecture deck", "these docs are stale", "fail the build when the deck stops matching the code", or asks to wire that check into CI, a pull request, or an agent hook. Also use for Markdown documentation instead of slides ("write markdown docs", "a design doc with citations", "docs that know when they go stale"), including PDF export of a doc.

49 Updated 1 weeks ago
glukicov
AI & Automation Listed

deck-ai

Generate modern presentation decks (PDF) from markdown content. Local open-source alternative to Gamma — uses Slidev for layouts and Unsplash for imagery. Invoke when the user asks to "make a deck", "build slides from this", or "turn this into a presentation".

110 Updated today
assafkip
Web & Frontend Listed

presentation-deck

Create and maintain a 16:9 HTML slide deck (index.html + slides.md source) with a deterministic fit/sync verification harness. Use when asked to build a presentation deck, scaffold a new talk, sync slides.md with index.html, add/edit/reorder slides, enforce 4K/1080p slide fit, bundle a deck to a single zip, or swap the deck color theme.

0 Updated 1 months ago
zerobell-lee