← ClaudeAtlas

cafleet-my-slidevlisted

Create Slidev presentations using the custom theme with cover, bullets, two-cols, blank, stats-grid, section-divider, and end layouts. Use when generating presentations from research reports, outlines, or other content. References /slidev for syntax details.
himkt/cafleet · ★ 27 · Code & Development · score 82
Install: claude install-skill himkt/cafleet
# Custom Slidev Theme Presentation Guide Theme location: `theme/` inside this skill's directory. For Slidev syntax, refer to /slidev or /slidev:slidev. **NEVER READ FILES DIRECTLY**. ## Headmatter ```yaml --- theme: <cafleet-plugin-install-dir>/skills/cafleet-my-slidev/theme # Replace <cafleet-plugin-install-dir> with the absolute path to the installed cafleet plugin's directory on this machine. # Discovery hints: # - Claude Code: ~/.claude/plugins/cache/cafleet/cafleet/<version>/ (run `claude plugin list` to find <version>) # - Codex: the path printed by `codex plugin list` for the cafleet plugin # The skill is install-location-agnostic; the absolute path resolves at Slidev render time. title: <Presentation Title> author: <Author Name> fonts: sans: Noto Sans JP provider: google --- ``` ## Layouts | Layout | When to Use | Pattern | |--------|-------------|---------| | `cover` | First slide only | `# Title` + author paragraph | | `bullets` | Content with header + points | `::header::` `# Title`, `::default::` `- items` | | `bullets-sm` | References, bibliography | Same as `bullets`, smaller text, no markers | | `two-cols` | Comparisons, chart+insight | `::header::`, `::left::`, `::right::`. Prop: `columns: "2:1"` | | `blank` | Tables, figures, free-form | Any content. `class: v-center` for centering | | `stats-grid` | 2-4 hero numbers as KPI cards | `::header::`, frontmatter `stats: [{value, label, source?, type?}]` | | `section-divider` | Chapter breaks