Sets up essential PWA features including manifest, responsive metadata, and installation prompts.

Install

mkdir -p .claude/skills/pwa-setup && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5545" && unzip -o skill.zip -d .claude/skills/pwa-setup && rm skill.zip

Installs to .claude/skills/pwa-setup

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Progressive Web App setup with manifest, mobile meta tags, safe area handling for notched devices, and install prompts for app-like browser experience.
151 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Implement web app manifest
  • Configure mobile meta tags
  • Handle safe areas for notched devices
  • Implement install prompt hooks
  • Create install banner components

How it works

It provides code patterns for manifest files, layout metadata, CSS safe area handling, and React hooks for install prompts.

Inputs & outputs

You give it
Request for PWA setup
You get back
Manifest, meta tags, CSS safe area rules, and install prompt components

When to use pwa-setup

  • Setting up installable web app features
  • Configuring mobile device meta tags
  • Implementing safe area support for mobile devices

About pwa-setup

Adds required configurations for PWAs, such as safe area handling for notched screens, mobile-responsive meta tags, and install capability prompts.

Progressive Web App setup with manifest, mobile meta tags, safe area handling for notched devices, and install prompts for app-like browser experience.

When not to use it

  • Native mobile app development
  • Desktop-only web applications

Prerequisites

TypeScript/JavaScript environment

Limitations

  • Requires manual icon asset creation
  • Requires testing on actual mobile devices

How it compares

This approach provides a complete set of boilerplate code for app-like browser experiences rather than just manifest generation.

Compared to similar skills

pwa-setup side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
pwa-setup (this skill)16moNo flagsIntermediate
flutter-development1,5555moNo flagsIntermediate
frontend-design4812moNo flagsAdvanced
webapp-testing3533moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

Search skills

Search the agent skills registry