← スキル一覧に戻る

appstore-screenshots
by decentpaste
appstore-screenshotsは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 127🍴 4📅 2026年1月23日
SKILL.md
name: appstore-screenshots description: Resize screenshots to App Store required dimensions. Use when uploading screenshots to App Store Connect fails with "dimensions are wrong" error. Supports iPhone 6.7", 6.5", 5.5" and iPad sizes.
App Store Screenshots
Resize screenshots for App Store Connect.
Usage
python3 .claude/skills/appstore-screenshots/scripts/resize_screenshots.py <input_dir> [output_dir] [size]
Examples
# Default: 6.5" iPhone (1284x2778)
python3 .claude/skills/appstore-screenshots/scripts/resize_screenshots.py website/assets/screenshots/mobile/ios
# Specify output and size
python3 .claude/skills/appstore-screenshots/scripts/resize_screenshots.py ./screenshots ./appstore 6.7
Sizes
| Size | Dimensions | Devices |
|---|---|---|
6.7 | 1290×2796 | iPhone 15/14 Pro Max |
6.5 | 1284×2778 | iPhone 14 Plus, 13/12 Pro Max |
6.5-alt | 1242×2688 | iPhone 11 Pro Max, XS Max |
5.5 | 1242×2208 | iPhone 8/7/6s Plus |
ipad-12.9 | 2048×2732 | iPad Pro 12.9" |
ipad-11 | 1668×2388 | iPad Pro 11" |
Requirements
- Python 3
- Pillow:
pip install Pillow
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

