- glob(聚集#2):绝对 pattern(/workspace/**/*.py)先拆「静态前缀目录+相对 glob」再匹配,
不再抛 NotImplementedError: Non-relative patterns unsupported;补首字符 / 判定兼容 Windows 宿主;
删掉原 if"**"/else 两分支完全相同的死重构。/sandbox/tools 是 Dockerfile COPY,需重建沙箱镜像生效
- ppt(聚集#1,A+C):15/16 exit-1 是手写坐标偏离 layout_grid 锁定值 2-16px 的近失,footer_y 最大头。
A:spec_lock 加 ## footer 锁定片段(x/y 用 margin_x/footer_y 预填、{PAGE} 占位),executor 逐字粘贴只换页码;
C:_ALIGN_TOL 2→3px(手写 2px 过严),同步刷 SKILL/executor-base/spec_lock_reference 表述与测试值;30 测试全绿
- 新增诊断:diag_toolfail_scan(跑 scan_tool_failures 出聚集)/ diag_svgguard_breakdown / diag_malformed_samples
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| brands | ||
| charts | ||
| decks | ||
| icons | ||
| layouts | ||
| README.md | ||
| design_spec_reference.md | ||
| spec_lock_reference.md | ||
README.md
Template Resources
Design Specification & Outline Reference
design_spec_reference.md is an all-in-one reference template for defining:
- Visual Specifications: Canvas dimensions, color scheme, typography, layout principles
- Content Outline: Slide-by-slide page structure planning
- Technical Constraints: Hard requirements for SVG generation and PPT compatibility
Page Layout Templates
The layouts/ directory contains pre-built page layout templates organized by design style:
-
General: Versatile modern style, clean and flexible
-
Consultant: Consulting style, professional and structured
-
Consultant Top: Top-tier consulting style (MBB-level)
-
Academic Defense: Academic defense style, research-oriented
-
Human browsing: layouts/README.md
-
Slim lookup (discovery only): layouts/layouts_index.json — used to answer "what templates exist?". Step 3 triggers on an explicit directory path supplied by the user, not on names from this index.
Brand Identity Presets
The brands/ directory holds brand-only templates: identity bundles (color / typography / logo / voice / icon style) without an SVG page roster. Brands follow the same explicit-path trigger rule as layout templates — at SKILL.md Step 3 the user supplies the brand directory path to apply it; bare brand names never trigger. Both layout and brand inputs land in the same project directory (<project_path>/templates/). When supplied together, Step 3 fuses them into a single design_spec.md (brand wins on identity tokens, layout wins on page structure) — see SKILL.md Step 3 for the precedence table.
A brand is structurally a layout template minus its page roster. Use a brand when the user wants identity locking with free page layout; use a layout template when fixed page structures are also required.
- Human browsing: brands/README.md
- Discovery index (no trigger): brands/brands_index.json — answers "what brands exist?"; Step 3 still requires an explicit directory path from the user
- Creation workflow:
../workflows/create-brand.md
Visualization Templates
The charts/ directory contains 57 standardized visualization templates. For backward compatibility, the directory name remains charts/, but its scope includes charts, infographics, process diagrams, relationship diagrams, strategic frameworks, and system architecture diagrams:
-
KPI Cards
-
Bar Chart / Stacked Bar Chart
-
Line Chart / Dual-Axis Line Chart
-
Donut Chart
-
Radar Chart
-
Funnel Chart
-
Matrix (2x2)
-
Timeline
-
Gantt Chart
-
Process Flow
-
Org Chart
-
Layered Architecture / Module Composition / Hub with Described Spokes / Pipeline with Stages / Client-Server Flow
-
Library index (single source of truth): charts/charts_index.json
-
Directory overview: charts/README.md
Icon Library
The icons/ directory contains 11,600+ vector icons across five libraries:
| Library | Style | Count |
|---|---|---|
chunk-filled |
fill / straight-line geometry | 640 |
tabler-filled |
fill / bezier-curve forms | 1000+ |
tabler-outline |
stroke / line | 5000+ |
phosphor-duotone |
duotone / single color + 0.2 opacity backplate | 1200+ |
simple-icons |
brand logos (company / product marks) | 3400+ |
- Usage & style rules: icons/README.md
- Search icons:
ls skills/ppt/templates/icons/<library>/ | grep <keyword>