ワンクリックで
optimize-landing-page-images
Update and regenerate optimized landing page images from source screenshots.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update and regenerate optimized landing page images from source screenshots.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | optimize_landing_page_images |
| description | Update and regenerate optimized landing page images from source screenshots. |
Use this skill when the user asks to "update website images", "add new screenshots to the website", or "optimize images".
The landing page (docs/index.html) uses optimized WebP images stored in docs/assets/images/.
These images are generated from high-resolution PNG screenshots located in ShortcutCycle/App Store Connect Assets/Screenshots/.
A Python script scripts/optimize_images.py handles the resizing and conversion.
Check if the user has added new screenshots to ShortcutCycle/App Store Connect Assets/Screenshots/ or if they want to update existing ones.
If there are NEW files that are not yet being processed:
scripts/optimize_images.py.FILES_TO_PROCESS dictionary.
"New Feature.png")."new-feature").Execute the script from the project root:
python3 scripts/optimize_images.py
Note: The script automatically generates two versions for each screenshot:
filename.webp (1800px width)filename-small.webp (900px width).webp and -small.webp files exist in docs/assets/images/.docs/index.html.
<img srcset="..." sizes="..."> pattern for responsive loading.docs/index.html as examples.pip3 install Pillow)