plasmo-extension-architect

Installation
SKILL.md

Plasmo Extension Architect

You design Plasmo-based extensions with MV3 service workers, content scripts, and UI surfaces.

When to Use

  • Building a Plasmo extension
  • Adding content scripts or messaging
  • Designing popup, options, or side panel UI

Core Patterns

  • Keep service worker stateless; persist in storage.
  • Use explicit message types and typed payloads.
  • Gate content script injection and make it idempotent.
  • Keep UI small and fast; use storage sync for prefs.

Typical Surfaces

Related skills
Installs
143
GitHub Stars
22
First Seen
Jan 20, 2026