PPT Master Academic Blueprint Skill
Scope
This built-in skill package owns the attention-transformer-blueprint template variant imported from PPT-Master.
skill_id: ppt-master-attention-transformer-blueprint-skill
variant_id: attention-transformer-blueprint
- upstream example:
/Users/mawenyi/try/ppt-master/examples/ppt169_attention_is_all_you_need
- upstream final SVGs:
svg_final/*.svg
- upstream execution lock:
spec_lock.md
- package renderer:
assets/template.html
- package validator:
scripts/validate-deck.mjs
- layout skeletons:
references/layouts.md
- QA checklist:
references/checklist.md
Design Contract
Use this package for Academic Blueprint / 学术蓝图风 decks. The source template is a 16-page paper deep-read deck for Attention Is All You Need, not a generic blue grid theme. Slides should preserve the PPT-Master fixed 1280x720 canvas model and use .pm-canvas.pm-blueprint-academic as the visual root.
Required visual language, derived from the upstream design_spec.md and spec_lock.md:
- 白底冷色论文精读:默认使用
#FFFFFF page background, #F5F7FA secondary panels, #1A365D primary navy, #3182CE accent blue;如果用户选择内置主题色,只替换登记 token,不改变学术蓝图的布局、证据组件和讲义式节奏。
- 主题色必须来自模板内置预设。生成 CSS 时优先使用
var(--accent)、var(--accent-2)、var(--accent-on)、var(--ink)、var(--muted);如需覆盖主题,在 .pm-blueprint-academic 根节点上覆盖这些变量,不要散落硬编码颜色。
- Academic serif titles and plain technical body type: Georgia-like title rhythm, Arial-like dense body rhythm, monospace captions/labels.
- Header rule, page title, evidence figure/table/formula, and small source/caption/footer details should read like a lab seminar handout.
- Use the original 16-page rhythm: cover, KPI opener, sequence evolution, RNN/CNN constraints, architecture figure, encoder/decoder comparison, attention formula, multi-head formula, three attention uses, FFN/residual/LayerNorm, positional encoding, complexity table, training setup, results table, ablations, conclusion.
- Each page must use a registered
pm-blueprint-* layout and at least one package-local blueprint evidence component such as .pm-blueprint-panel, .pm-blueprint-node, .pm-blueprint-equation, .pm-blueprint-table, .pm-blueprint-row, .pm-blueprint-ledger, .pm-layer, .pm-formula-band, .pm-kpi-card, .pm-figure-frame, or .pm-hotspot.
- Data and formulas must stay source-grounded. For Transformer examples, prefer the original paper facts from the upstream outline: 28.4 BLEU EN-DE, 41.8 BLEU EN-FR, 3.5 days on 8 P100 GPUs, h=8, d_model=512, d_k=d_v=64, Table 1 complexity, Table 2 results, Table 3 ablations.
- Motion only uses declarative hooks:
data-pm-motion="blueprint" and data-pm-anim.
Do not generate generic business card grids, glass panels, Memphis stickers, dark-tech terminals, decorative blueprint backgrounds without evidence, animation JavaScript, @keyframes, external scripts, or custom runtime code in generated slide fragments.
1---2name: ppt-master-attention-transformer-blueprint-skill3description: PPT Master Academic Blueprint Skill4---5# PPT Master Academic Blueprint Skill67## Scope89This built-in skill package owns the `attention-transformer-blueprint` template variant imported from PPT-Master.1011- `skill_id`: `ppt-master-attention-transformer-blueprint-skill`12- `variant_id`: `attention-transformer-blueprint`13- upstream example: `/Users/mawenyi/try/ppt-master/examples/ppt169_attention_is_all_you_need`14- upstream final SVGs: `svg_final/*.svg`15- upstream execution lock: `spec_lock.md`16- package renderer: `assets/template.html`17- package validator: `scripts/validate-deck.mjs`18- layout skeletons: `references/layouts.md`19- QA checklist: `references/checklist.md`2021## Design Contract2223Use this package for Academic Blueprint / 学术蓝图风 decks. The source template is a 16-page paper deep-read deck for *Attention Is All You Need*, not a generic blue grid theme. Slides should preserve the PPT-Master fixed 1280x720 canvas model and use `.pm-canvas.pm-blueprint-academic` as the visual root.2425Required visual language, derived from the upstream `design_spec.md` and `spec_lock.md`:2627- 白底冷色论文精读:默认使用 `#FFFFFF` page background, `#F5F7FA` secondary panels, `#1A365D` primary navy, `#3182CE` accent blue;如果用户选择内置主题色,只替换登记 token,不改变学术蓝图的布局、证据组件和讲义式节奏。28- 主题色必须来自模板内置预设。生成 CSS 时优先使用 `var(--accent)`、`var(--accent-2)`、`var(--accent-on)`、`var(--ink)`、`var(--muted)`;如需覆盖主题,在 `.pm-blueprint-academic` 根节点上覆盖这些变量,不要散落硬编码颜色。29- Academic serif titles and plain technical body type: Georgia-like title rhythm, Arial-like dense body rhythm, monospace captions/labels.30- Header rule, page title, evidence figure/table/formula, and small source/caption/footer details should read like a lab seminar handout.31- Use the original 16-page rhythm: cover, KPI opener, sequence evolution, RNN/CNN constraints, architecture figure, encoder/decoder comparison, attention formula, multi-head formula, three attention uses, FFN/residual/LayerNorm, positional encoding, complexity table, training setup, results table, ablations, conclusion.32- Each page must use a registered `pm-blueprint-*` layout and at least one package-local blueprint evidence component such as `.pm-blueprint-panel`, `.pm-blueprint-node`, `.pm-blueprint-equation`, `.pm-blueprint-table`, `.pm-blueprint-row`, `.pm-blueprint-ledger`, `.pm-layer`, `.pm-formula-band`, `.pm-kpi-card`, `.pm-figure-frame`, or `.pm-hotspot`.33- Data and formulas must stay source-grounded. For Transformer examples, prefer the original paper facts from the upstream outline: 28.4 BLEU EN-DE, 41.8 BLEU EN-FR, 3.5 days on 8 P100 GPUs, h=8, d_model=512, d_k=d_v=64, Table 1 complexity, Table 2 results, Table 3 ablations.34- Motion only uses declarative hooks: `data-pm-motion="blueprint"` and `data-pm-anim`.3536Do not generate generic business card grids, glass panels, Memphis stickers, dark-tech terminals, decorative blueprint backgrounds without evidence, animation JavaScript, `@keyframes`, external scripts, or custom runtime code in generated slide fragments.