← Back to list

pwa-mobile-optimization-manager
by amirrudd
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: pwa-mobile-optimization-manager description: Skill for managing mobile-specific capabilities like PWA assets and viewport optimization.
PWA & Mobile Optimization Manager
This skill helps ensure the "app-like" feel of the web application and optimizes it for mobile operating systems.
Critical Meta Tags
1. Viewport Meta
Ensure users can zoom but the layout remains stable.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes" />
2. iOS Specifics
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="FlyerBoard">
PWA Health Check
manifest.json Requirements:
short_nameandnameare set.start_urlpoints to/.displayisstandaloneorminimal-ui.iconsinclude at least 192x192 and 512x512 versions.theme_colorandbackground_colorare defined.
Scripts
check-pwa-health.sh
A basic verification script for manifest and meta tags.
Command:
./.agent/skills/pwa-mobile-optimization-manager/scripts/check-pwa-health.sh
Resources
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon