← ClaudeAtlas

slide-template-creatorlisted

Create, register, update and catalog reusable single-slide templates: define the semantic input slots, validate, register. These are content-level page templates, not Google Slides masters. Use for: ページテンプレートを追加, SWOT・比較・プロセスなどのスライド型を作って, 既存スライドやスクリーンショットをテンプレート化, 登録済みテンプレートの一覧と保守. Not: brand/master creation (template-forge); deck generation (google-slides / google-slides-template); visual QA of finished decks (slide-qa).
wfukatsu/slide-forge · ★ 2 · Data & Documents · score 66
Install: claude install-skill wfukatsu/slide-forge
# Slide Template Creator Create one reusable page specification at a time. Keep Google Slides masters in `templates/`; store content-level templates in `slide-templates/`. Run all commands from the slide-forge repository root. Use `.venv/bin/python`. ## Boundaries | Request | Route | |---|---| | Create or update a reusable one-slide content pattern | this skill | | Analysis-framework templates (PEST, logic tree, Pareto, …) | `analysis-template-creator` | | Create brand colors, fonts, logo, master, or layouts | `template-forge` | | Generate a complete deck | `google-slides` / `google-slides-template` | | Verify generated slides visually | `slide-qa` | A slide template is a `template.json` plus `example.json`, registered in `slide-templates/manifest.json`. It expands to one ordinary slide-forge slide object and therefore composes with `scripts/assemble_spec.py`. ## Workflow ### 1. Intake Ask only for missing information, in one round: - the question or message the slide must communicate; - representative input data and expected variations; - presentation or read-alone density; - portable across masters or restricted to one registered master; - any source slide, screenshot, or visual reference. If the user supplies an existing user-owned deck, snapshot it before any live edit. Prefer inspecting it and rebuilding the template locally; do not use the live deck as the template registry. ### 2. Search before adding ```bash .venv/bin/python scripts/list_slide_templates.py