AgentSkillsCN

slidev

Slidev 幻灯片框架辅助工具。适用于创建幻灯片、修复 Slidev 相关问题、导出为 PDF,或当用户提及 Slidev、slides.md、幻灯片导出,或幻灯片内容溢出时使用。

SKILL.md
--- frontmatter
name: slidev
description: Slidev presentation framework helper. Use when creating slides, fixing Slidev issues, exporting to PDF, or when user mentions Slidev, slides.md, presentation export, or slide overflow.

Slidev Skill

Dev server: bunx slidev slides.md Export: bunx slidev export slides.md --timeout 120000 --output out.pdf Fix overflow/blank pages: Run /fix-slide (uses the fix-slide skill)

Always export from root slides.md, not pages/*.md (images won't resolve from subpages).

Context Management (CRITICAL)

⚠️ Use subagent to read exported PDFs - They can consume the entire context window.

code
Task tool → subagent_type: "general-purpose"
Prompt: "Read [path/to/slides.pdf] and [describe what to look for]"

The /fix-slide skill handles this automatically.