pwa-mobile-optimization-manager
SKILL.md
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
Weekly Installs
2
Repository
amirrudd/flyerboardFirst Seen
Feb 26, 2026
Security Audits
Installed on
opencode2
kilo2
gemini-cli2
antigravity2
claude-code2
github-copilot2