An agent skill for building, testing, packaging, debugging, renaming, and preparing Chrome extensions for the Chrome Web Store.
This repository uses the SKILL.md format supported by agent tools such as Claude and Codex.
Clone or copy this repository into Claude's personal skills directory using a folder name that matches the skill name:
mkdir -p ~/.claude/skills
git clone <repo-url> ~/.claude/skills/chrome-extensionIf you already have a local clone and want Claude to use it directly, create a symlink instead:
mkdir -p ~/.claude/skills
ln -s /path/to/chrome-extension-skill ~/.claude/skills/chrome-extensionClone or copy this repository into Codex's personal skills directory using a folder name that matches the skill name:
mkdir -p ~/.codex/skills
git clone <repo-url> ~/.codex/skills/chrome-extensionIf you already have a local clone and want Codex to use it directly, create a symlink instead:
mkdir -p ~/.codex/skills
ln -s /path/to/chrome-extension-skill ~/.codex/skills/chrome-extensionClone or copy this repository into Cursor's global skills directory using a folder name that matches the skill name:
mkdir -p ~/.cursor/skills
git clone <repo-url> ~/.cursor/skills/chrome-extensionIf you already have a local clone and want Cursor to use it directly, create a symlink instead:
mkdir -p ~/.cursor/skills
ln -s /path/to/chrome-extension-skill ~/.cursor/skills/chrome-extension- Reading
manifest.jsonas the source of truth for extension metadata, permissions, popup, background worker, and icons. - Testing Chrome extensions with the repo's existing scripts and Chrome for Testing.
- Packaging Web Store upload zips with
manifest.jsonat the archive root. - Preparing screenshots, icons, privacy answers, permission justifications, and store listing details.
- Avoiding accidental exposure of personal browser data in screenshots and generated assets.
SKILL.mdcontains the skill metadata and instructions.
Add a license before publishing if you want to grant reuse rights explicitly.