fix-slide

Detect and fix content overflow and blank slides in Slidev decks.

11|2|Updated May 29, 2025
One-click install
npx skills add https://github.com/yulonglin/dotfiles --skill fix-slide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-slide
Source: https://github.com/yulonglin/dotfiles/tree/main/claude/local-marketplace/plugins/writing-toolkit/skills/fix-slide
Command: npx skills add https://github.com/yulonglin/dotfiles --skill fix-slide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and fix slides with content overflow or blank pages in Slidev presentations.

Core Features & Use Cases

  • Detect and flag slides with content overflow or blank pages in Slidev decks.
  • Provide actionable fixes (e.g., text wrapping, margin reduction, slide splitting) to improve readability and consistency.
  • Integrate into existing workflows to ensure weekly slide decks are ready for presentation.

Quick Start

Run the fix-slide skill on a Slidev project to identify overflowing or blank slides and generate a patch-ready set of changes.

Frequently Asked Questions about fix-slide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix content overflow and blank pages in Slidev presentations?

To fix Slidev overflow and blank pages, analyze the main slides.md and weekly week-*.md files to detect layout issues. The skill generates actionable fixes like text wrapping, margin reduction, and slide splitting to produce a patch-ready set of changes.

What causes blank pages in Slidev weekly deck structures?

Blank pages in Slidev weekly decks often result from parsing errors or empty content blocks within week-*.md files. Identifying these slides requires scanning the markdown structure to flag empty pages and generate targeted fixes for presentation readiness.

Can I automate slide range detection and export verification for Slidev projects?

Yes, you can automate slide range detection and export verification in Slidev projects using standard shell and Node tooling. This skill enforces a safe workflow that detects specific slide ranges and reports patches to ensure weekly decks export correctly.

What is the best way to prevent text overflow on Slidev slides?

The best way to prevent Slidev text overflow is to analyze slides.md content and apply actionable fixes such as text wrapping, margin reduction, or splitting dense slides. This ensures readability and consistency across weekly presentation decks.

Do I need external tools to detect overflowing slides in Slidev?

No external tools are required to detect overflowing slides in Slidev beyond standard shell and Node tooling. The skill analyzes weekly week-*.md files natively, enforcing a safe workflow with patch reporting to fix layout issues.

Why does my Slidev presentation have inconsistent slide layouts?

Slidev presentation layouts become inconsistent due to unhandled content overflow or blank pages in the markdown source. Analyzing the slides.md and week-*.md files identifies these issues and provides patch-ready changes to restore formatting consistency.