botdocs install @botdocs/browser-extension-blueprintA specification for building browser extensions covering manifest, content scripts, popup UI, storage, and permissions.
Drops the skill into Claude, Cursor, Codex, or ChatGPT — auto-detects what you have installed.
A specification for building a cross-browser extension with Manifest V3.
extension/
├── manifest.json # Extension metadata and permissions
├── background/
│ └── service-worker.ts # Background processing
├── content/
│ └── content-script.ts # Injected into web pages
├── popup/
│ ├── popup.html # Popup UI
│ └── popup.ts # Popup logic
├── options/
│ └── options.html # Settings page
└── assets/
└── icons/ # Extension icons (16, 48, 128px)
You're viewing a preview — sign in to see the rest of this skill and copy or install it.