一键导入
pptx-slide-specification
Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when preparing the narrative, sources, and design context for a new editable PPTX deck.
Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.
Use when analyzing a reference PPTX for read-only structure, theme, typography, layout rhythm, diagnostics, derived template catalogs, or safe OOXML package inspection.
Use when selecting and placing approved supporting icons, images, SVGs, diagrams, or infographics in an editable PPTX deck.
Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.
Manage unified memory and thermals during long-running ML jobs on NVIDIA DGX Spark. Use when planning memory headroom for a training run on GB10, when a job OOMs on unified memory, or when monitoring temperature and power during multi-hour training.
| name | pptx-slide-specification |
| description | Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck. |
Author final coordinates directly in layout_tree. No renderer may decide placement, shrink text, or infer layout after the audit.
summary and slides.id, a message-led title, an accessibility reading order, and a complete layout_tree.id, kind, role, classification, content, style, bbox, and z_index.summary contains an explicit layout_policy (safe margin, content bottom, footer top, minimum gap) and accessibility metadata.layout_design objects may be full bleed.text, shape, line, table, and image objects. Recreate labels and values from any supporting visual as native objects.source_ref for sourced claims.A task-local builder starts from a blank slide layout and maps all bboxes with Inches(...). Explicitly set wrapping, disabled auto-size, text insets, anchors, alignment, fonts, colors, line settings, image aspect ratio, and hidden-slide state. Reject zero or negative geometry before adding an object.
See references/layout-contract.md for the compact schema and repair guidance.