slidev
Installation
SKILL.md
Slidev
Purpose
Create Slidev seminar decks with a predictable structure, shared visual defaults, and correct dependency placement. Keep the initial scaffold conventional; customize it only when the user asks.
Workflow
- Inspect the repository before changing files. Identify the package manager, the workspace root, any existing Slidev deck, and whether the target is a standalone project or a package inside a monorepo.
- Check the relevant
package.jsonbefore installing packages. Reuse existing dependencies and the repository's package manager. - Create or update the required deck structure without deleting unrelated files or overwriting existing content unnecessarily.
- Before writing article content, read Component Selection and match each slide's information relationship to a suitable addon component.
- Populate the root deck, section entry files, and numbered article files from the templates below.
- Verify the dependency location, file paths, source imports, frontmatter, component choices, and referenced PNG assets.
Dependencies
Every deck uses: