Must be read before creating, relaying out, or repairing Xiaohongshu/red-note canvas pages. Defines social-note layout, hook/value/takeaway reading flow, saveable note patterns, vertical budgeting, compact chart/list composition, plus catalog and checklist references for 1242x1660 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 xiaohongshu-note pages, commonly 1242x1660.
A red-note page should read like a saveable social image note: a strong hook, useful body, and memorable takeaway. The layout should make the viewer understand why the page is worth pausing on and what value they can keep.
This canvas is a social note card, 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 xiaohongshu 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 red-note patterns and 1242x1660 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, preserve the same red-note reading flow.
flex flex-col with at least one flex-1 / flex-grow child absorbing leftover height (typically the body or the takeaway rail), OR use justify-between to spread hook / body / takeaway across the canvas. Never set fixed top padding (pt-[NNpx]) and let content stack from the top while the bottom is empty — that produces an unfinished note. If content is shorter than the canvas, the flex-1 block expands; if longer, you have exceeded the capacity ceiling — compress.style="font-size:33px" or text-[33px]); titles/headers must be at least 44px (text-5xl or text-[44px]); auxiliary source/footer text must be at least 22px (text-[22px] or text-2xl). These floors compensate for the much smaller fit-scale a 1660h 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 |
|---|---|
| cover / hook | cover-hook |
| checklist / steps | saveable-checklist · step-guide |
| comparison / Q&A | before-after-stack · myth-fact-qa |
| data / framework | data-takeaway-note · mini-framework |
| reusable asset | template-note |
Use references/catalog.md for the full structure recipe before writing a new or heavily repaired note 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, mini trends, rank lists, or hero metric + explanation.
Keep visible facts grounded in the source. Do not invent social-proof numbers, quotes, cases, or claims.
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.