slidev
Slidev creates web-based presentation slides using Markdown, Vue components, and Vite. It supports interactive code blocks, animations, diagrams, and presenter tools.
Is slidev safe to install?
Review the source first: our audit of slidev's source files found 7 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands for project management and build processes, and it accesses local files to render slide content.
How we audit skills: our security review methodology.
Who is this skill for?
Developers creating technical presentations, conference talks, workshops, and code walkthroughs.
What can you do with it?
- Technical presentations with live code examples
- Syntax-highlighted code snippets with animations
- Interactive code demos using Monaco editor
- Mathematical equations and diagrams
- Recording presentations with presenter notes
- Exporting slides to PDF, PPTX, or static SPA
How good is this skill?
Quality score: 5/10. The documentation is comprehensive, providing clear CLI commands, syntax examples, and feature references.
What does the skill file contain?
# Slidev - Presentation Slides for Developers Web-based slides maker built on Vite, Vue, and Markdown. ## When to Use - Technical presentations or slidedecks with live code examples - Syntax-highlighted code snippets with animations - Interactive demos (Monaco editor, runnable code) - Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML) - Record presentations with presenter notes - Export to PDF, PPTX, or host as SPA - Code walkthroughs for developer talks or workshops ## Quick Start ```bash pnpm create slidev # Create project pnpm run dev # Start dev server (opens h...
Frequently asked questions
How do I start a new Slidev project?
Run the command pnpm create slidev in your terminal.
Can I include interactive code editors in my slides?
Yes, use the monaco editor feature by adding {monaco} or {monaco-run} to your code blocks.
What is required to export slides to PDF?
You must install the playwright-chromium dependency using pnpm add -D playwright-chromium and then run pnpm run export.
How do I add presenter notes?
Place your notes inside HTML comments within your Markdown file.
Related skills
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.
obsidian-markdown
51.9KUsers working with Obsidian vault files who need to generate or modify notes using Obsidian-specific syntax
The obsidian-markdown skill provides instructions and syntax patterns for creating and editing Obsidian Flavored Markdown. It supports wikilinks, embeds, callouts, frontmatter properties, tags, comments, highlights, LaTeX math, Mermaid diagrams, and footnotes.
huashu-design
35.2KManagers and designers who need high-fidelity visual outputs like product mockups, presentation decks, or motion demos using HTML as the primary medium
Huashu-Design is an AI agent skill for creating high-fidelity design prototypes, slide decks, animations, and visualizations using HTML. It emphasizes brand-specific assets, real-world design standards, and iterative feedback, while strictly avoiding generic AI-generated design patterns.
vue-best-practices
24.1KVue
This skill provides a structured workflow for Vue.js development, mandating the use of the Composition API, TypeScript, and specific architectural patterns. It requires developers to plan component boundaries, follow strict SFC structure, and apply core reactivity and data flow principles before implementing features.