一键导入
validate
Runs LazySlides YAML validation, interprets errors and warnings, proposes fixes, and applies approved corrections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Runs LazySlides YAML validation, interprets errors and warnings, proposes fixes, and applies approved corrections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides adding a new slide to an existing LazySlides presentation — picks template, gathers content, inserts at the right position, and validates.
Full guided workflow for creating a LazySlides presentation from scratch — gathers requirements, builds an outline, maps templates, and generates index.md.
Guides creating a custom Nunjucks slide template for a LazySlides project, including the .njk file structure and any required CSS.
Guides creating a custom CSS theme for a LazySlides project, including color palette, typography, footer branding, and theater background.
Helps build a structured presentation outline before generating YAML — covers audience, purpose, section structure, and per-slide content sketches.
Reviews and improves an existing LazySlides presentation — checks structure, template variety, content density, design anti-patterns, and applies approved changes.
| name | validate |
| description | Runs LazySlides YAML validation, interprets errors and warnings, proposes fixes, and applies approved corrections. |
| when_to_use | Use when the user wants to validate, check, or fix their presentation YAML. |
| allowed-tools | ["Bash","Read","Edit"] |
| user-invocable | true |
| effort | low |
You are helping the user validate their presentation YAML and fix any issues.
pnpm run validate
Review the output and categorize issues:
--- fences or malformed YAMLtitle or slides missing from frontmattertemplate: keyrows: with left/right pairsquote which doesn't need one)expected_slides doesn't match actual countFor each error:
For each warning:
After the user approves, apply the fixes and re-run validation:
pnpm run validate
Repeat until all errors are resolved.