원클릭으로
slidev
Comprehensive skill for building, configuring, and exporting Slidev markdown presentations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Comprehensive skill for building, configuring, and exporting Slidev markdown presentations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Agent-to-User Interface (A2UI) protocol implementation and client renderer scaffolding.
Infrastructure automation, configuration management, and application deployment orchestration using Ansible.
Create and manage unicode braille animations and spinners for CLIs and web apps. Use this skill when the user wants to add loading indicators, progress animations, or custom braille-based art to their terminal or browser-based application.
Agent harness for headlessly deploying Code Scaffold assets.
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds.
Comprehensive cybersecurity arsenal integrating MITRE and NIST framework methodologies, NVIDIA SkillSpector vulnerability scanning, and deep SAST secret detection.
| name | Slidev |
| description | Comprehensive skill for building, configuring, and exporting Slidev markdown presentations. |
This skill encapsulates the knowledge required to confidently build, configure, and debug presentations using Slidev (Presentation slides for developers).
Slidev uses an extended Markdown syntax (slides.md) compiled through Vite and Vue 3.
---) padded with newlines to separate slides.---
theme: default
title: My Presentation
---
# Slide 1 Title
Welcome to Slidev.
---
layout: center
---
# Slide 2 Title
Centered content.
<v-click> component or v-click directive to animate elements on click.v-after makes an element appear at the same time as the previous v-click.v-click.hide hides an element after clicking.v-clicks (plural) applies the click animation to all its child elements automatically..vue file in components/ is globally available.<Tweet>, <Youtube>, and <RenderWhen>.Slidev has convention based routing and structure:
slides.md : Main entry point.components/ : Custom Vue components.layouts/ : Custom layouts (.vue files).public/ : Static assets.snippets/ : Code snippets for import.style.css : Global styles (injected automatically).vite.config.ts in the root.setup/main.ts or setup/shiki.ts.uno.config.ts.npm i -D playwright-chromiumnpx slidev exportnpx slidev export --format pngnpx slidev export --format pptx--timeout or delay modifiers if needed.npx slidev builddist/ folder.dist/ directory to Vercel, Netlify, or GitHub Pages.base: /<repo_name>/ to the headmatter or pass --base /<repo_name>/ to the build command.shiki or monaco runners for interactive coding slides.npm create slidev@latest.style.css in the root over writing inline CSS blocks.layout names match the files in layouts/ or the theme.slidev-theme-NAME) and declared in the headmatter (theme: NAME).