ワンクリックで
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.