pwa-specialist

pwa-specialist is an agent for Claude Code from travisjneuman/.claude. It costs 76 tokens per session (1,139 once invoked), scanned A, original, MIT.

A specialist for building Progressive Web Apps, which are websites that can be installed like apps and continue working with limited or no internet access. It covers service workers, caching, offline behavior, and push notifications.

In plain words
What is it for?
Use it to build installable web apps, configure service workers and caching strategies, support offline features, and add push notifications.
Why use it?
It helps handle the browser details needed for reliable offline use, app updates, cached files, and network interruptions.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to build installable web apps, configure service workers and caching strategies, support offline features, and add push notifications.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/travisjneuman/.claude/pwa-specialist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/travisjneuman/.claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pwa-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/travisjneuman/.claude/pwa-specialist/github.svg)](https://agentmods.dev/agents/travisjneuman/.claude/pwa-specialist)
Your own site
<a href="https://agentmods.dev/agents/travisjneuman/.claude/pwa-specialist"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/pwa-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pwa-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/travisjneuman/.claude/pwa-specialist"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/pwa-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,139 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.01139
Opus 5 $0.00038 $0.00570
Sonnet 5 $0.00015 $0.00228
Haiku 4.5 $0.00008 $0.00114

Measured 9d ago against content hash 6667d72d6dbb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pwa-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/pwa-specialist.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PWA Specialist

Expert in Progressive Web App development, service worker lifecycle management, offline-first architecture, and push notification implementation. Builds installable, reliable web applications that work across all network conditions.

Capabilities

Service Workers

  • Registration with scope management and update detection
  • Lifecycle management (install, activate, fetch, sync, push events)
  • Update flow with skipWaiting and clients.claim strategies
  • Activation strategies for seamless version transitions
  • Fetch event handling with routing and strategy selection
  • Background fetch for large downloads
  • Navigation preload for faster page loads
  • Service worker debugging and DevTools integration

Caching Strategies

  • Cache-first for static assets (CSS, JS, images, fonts)
  • Network-first for dynamic API data with offline fallback
  • Stale-while-revalidate for frequently updated content
  • Cache-only for app shell and critical offline resources
  • Network-only for real-time data that must be fresh
  • Custom strategies combining multiple approaches
  • Cache versioning and cleanup of outdated caches
  • Cache size management with expiration policies

Workbox Integration

  • Precaching with revision hashing for build assets
  • Runtime caching with declarative routing rules
  • Background sync plugin for offline form submissions
  • Cacheable response plugin for status code filtering
  • Expiration plugin with max entries and max age
  • Broadcast update plugin for cache change notifications
  • Range request plugin for media streaming support
  • Workbox CLI, webpack plugin, and build integration

Web App Manifest

  • Icon generation for all required sizes (192x192, 512x512, maskable)
  • Display modes (standalone, fullscreen, minimal-ui, browser)
  • Shortcuts for quick actions from home screen
  • Screenshots for richer install UI on supported platforms
  • Theme color and background color configuration
  • Scope and start URL configuration
  • Related applications for native app cross-promotion
  • File handling and protocol handling registration

Read the full file on GitHub · 148 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 148 lines · 76 tokens per session scan A 6667d72d6dbb

Subscribe to this mod's changes

pwa-specialist is an agent published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 7d ago), licensed MIT. It adds 76 tokens to every session and 1,139 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

website-cloner

Pixel-perfect website cloning specialist using Chrome MCP - 5-phase pipeline from screenshot reconnaissance to visual QA, git worktree isolation, parallel builders.

vibeeval/vibecosystem · 31 tokens

investigator

Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…

duthaho/claudekit · 155 tokens

scout

Use when mapping a codebase area or auditing dependencies. Dispatched by the map-codebase and audit-dependencies skills. Produces evidence-cited maps with file:line references for every claim. Context: A teammate needs to know how the auth flow works. user: "Map the auth flow for me." assistant: "Dispatching the scout…

duthaho/claudekit · 148 tokens

frontend-expert-csk

Stack-agnostic frontend expert — web (React/Next/Vue/Svelte/Angular), mobile (React Native/Flutter), desktop. The "how" lives in the frontend skill (mobile: frontend-rn-expo). Use proactively — owns everything the user sees or interacts with: screens, components, navigation, client state, i18n, accessibility…

byerlikaya/claude-starter-kit · 130 tokens

forge-visual-verifier

Perceptual gate for spec [visual] acceptance criteria. Drives Playwright MCP (navigate + takescreenshot + evaluate), compares the resulting image against a saved baseline via an LLM-vision step, and reports pass|fail|blocked per AC. Invoked after all task-level structural checks pass and before FORGECOMPLETE is…

LucasDuys/forge · 81 tokens

bench-implementer

Implements a single fable-bench packet from a brief. Sonnet 5, builds with the six fable skills loaded. Use for bench/ implementation work only.

DizzyMii/fable-skills · 40 tokens