一键导入
name
{{frontmatterDescription}}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
{{frontmatterDescription}}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
Use this skill when the request maps to one of the official Pretext demo families: Accordion, Bubbles, Dynamic Layout, Variable Typographic ASCII, Editorial Engine, Justification Comparison, Rich Text, or Masonry.
Default to browser-first implementations that keep Pretext in the actual layout path. Do not fall back to DOM text measurement in resize or interaction hot paths.
Typical trigger patterns:
prepare() and layout() for Accordion, Bubbles, MasonryprepareWithSegments() and layoutNextLine() for Dynamic Layout and Editorial EngineprepareWithSegments() and layoutWithLines() for Variable Typographic ASCIIwalkLineRanges() for width-tight probing and comparison workflowsgetBoundingClientRect() / offsetHeight in the text relayout hot pathreferences/official-notes.md for upstream author constraintsreferences/demo-family-map.md for official demo mapping and API pairingreferences/prompt-recipes.md for high-quality prompt patternsreferences/design-rules.md for visual direction and anti-generic rulesreferences/font-strategy.md for typeface selection and fallback rulesreferences/style-profiles.md for choosing the right visual profile before implementationreferences/integration-gotchas.md for framework lifecycle, font loading, and SSR constraintsexamples/README.md for example selection and recognition hintsexamples/ for runnable starter examplesintegrations/README.md for real TypeScript framework integrationsintegrations/ for vanilla, React, Vue, and Svelte reference projectsblueprints/ for richer but non-runnable cases{{quickReferenceSection}}