slide-page-splitter

Splits an approved presentation storyline into a page-by-page slide list with titles, bullets, and density tags.

21|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill slide-page-splitter-peter-tu-zynkr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: slide-page-splitter
Source: https://github.com/peter-tu-zynkr/zynkr-skill-builder/tree/main/skills/1-brand-marketing/slide-page-splitter
Command: npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill slide-page-splitter-peter-tu-zynkr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a presentation storyline into actual slides requires deciding how many pages each narrative beat becomes, what each page says, and how much information fits per page. Doing this ad hoc produces overcrowded slides, vague titles, and decks that lose the narrative thread. ## Core Features & Use Cases - Beat-to-page expansion: Applies three paging principles (one point per page, titles that carry their own conclusion, narrative-rhythm skeleton pages) to decide how many pages each storyline beat splits into. - Per-page content allocation: Assigns each page a page type from a fixed enum (title / section / content / data / quote / closing), 3-5 content bullets capped at two hierarchy levels, and an information density tag (低 / 中 / 高). - Human review and relay handoff: Lists the full page list for numbered keep/delete/merge/split review, then outputs a SLIDE_PACKET ▸ Pages handoff packet for the next leg, slide-visual-selector. - Use Case: You receive a SLIDE_PACKET ▸ Storyline from slide-storyline-designer for a 12-page pitch deck. This Skill expands each beat into pages, writes conclusion-first titles, tags density, confirms the list with you, and hands off a render-ready page skeleton. ## Quick Start Paste the SLIDE_PACKET ▸ Storyline handoff packet and ask the assistant to split it into a page-by-page slide list with titles, bullets, and information density.

Frequently Asked Questions about slide-page-splitter

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

FAQPage Schema
How do I turn a presentation storyline into individual slides?▼

Feed the storyline's narrative beats into a paging step that applies one-point-per-page splitting, writes each title as a complete claim sentence, and caps content at 3-5 bullets per page. The output is an ordered page list with page type and information density per page.

How many bullet points should a slide have?▼

A content slide should hold 3-5 bullets, each readable in about one line, with at most two levels of hierarchy. More than five bullets signals the page should be split or items merged; title, section, quote, and closing pages usually carry a single main-message sentence.

What inputs does slide-page-splitter require?▼

It requires the SLIDE_PACKET ▸ Storyline packet from slide-storyline-designer containing five fields: presentation goal, audience and context, core claim, narrative arc beats, and logic check. It will not invent a storyline or page a story with unresolved logic gaps without user confirmation.

Does slide-page-splitter design slide layouts or render PPTX files?▼

No. It only decides paging and per-page content allocation, tagging each page with a type enum (title / section / content / data / quote / closing). Layout and visual selection belong to slide-visual-selector, and .pptx rendering is handled by a separate slide-pptx skill.

Can slide-page-splitter fix a weak storyline before paging?▼

No. It does not rewrite beats, through-lines, or narrative arcs. If it finds a gap in the story while paging, it reports the issue and asks the user to return to slide-storyline-designer rather than altering the narrative itself.