Must be read before creating, relaying out, or repairing 9:16 vertical Oh My PPT pages. Defines mobile-story layout, top/middle/bottom zone planning, vertical flow patterns, height budgeting, readable chart/list composition, plus catalog and checklist references for 900x1600 canvases.
75
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
This skill is the layout source of truth for vertical-9-16 pages, usually 900x1600.
A 9:16 page is a vertical story screen. Its strongest layouts feel like a designed reading sequence: a top hook, a middle value zone, and a bottom conclusion or support area. The job is to make the page scan from top to bottom without becoming a stack of unrelated cards.
This canvas is a vertical story frame, not a compressed slide. When the source content is dense or "needs to be summarized", the model MUST summarize harder here, not cram the full outline into one page. A 9:16 page that tries to hold a 16:9 deck's worth of content will overflow no matter how the fonts are tuned.
Deep details live in the references:
references/catalog.md - named vertical story patterns and 900x1600 zone skeletons.references/checklist.md - P0/P1/P2 structural self-check for delivery.Before writing HTML, decide:
references/catalog.md before writing HTML.Use the canvas dimensions from the prompt. If custom dimensions are supplied, scale the same vertical relationships to that height and width.
flex flex-col with at least one flex-1 / flex-grow child absorbing leftover height (typically the middle value module), OR use justify-between to spread hook / value / bottom across the canvas. Never set fixed top padding (pt-[NNpx]) and let content stack from the top while the bottom is empty. If content is shorter than the canvas, the flex-1 block expands; if longer, you have exceeded the capacity ceiling — compress.text-3xl is 30px — too small, use text-[32px] or style="font-size:32px"); headings must be at least 43px (text-[43px] or larger, text-4xl/text-5xl); auxiliary source/footer text must be at least 21px (text-[21px] or text-xl). These floors compensate for the much smaller fit-scale a 1600h canvas gets on a landscape presentation screen — default text-lg/text-xl (18px/20px) will be unreadable, do not use them on this canvas.| Intent | Patterns |
|---|---|
| hook / summary | hook-value-takeaway · hero-claim |
| process | vertical-step-story |
| comparison | stacked-comparison |
| data | data-takeaway · ranked-list |
Use references/catalog.md for the full structure recipe before writing a new or heavily repaired page.
Calculate before writing:
For charts, reserve a specific frame height and keep the @ppt-chart-height=N marker aligned with the h-[Npx] class. Prefer compact bars, rank lists, simple trends, or hero metric + interpretation when the data has many labels.
references/checklist.md.d2046bf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.