원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.