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 36 stars 22 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
52
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
3 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category