원클릭으로
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)