# Ppt Master Attention Transformer Blueprint Skill

> PPT Master Academic Blueprint Skill

- Skill: `chaitin/ppt-master-attention-transformer-blueprint-skill` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add chaitin/ppt-master-attention-transformer-blueprint-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chaitin/ppt-master-attention-transformer-blueprint-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: chaitin (https://skillmd.com/u/chaitin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chaitin/ppt-master-attention-transformer-blueprint-skill

---

# 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.

