npx skills add smithery/neversight --skill chrome-extension-boilerplate-react-vite
rebyteai-template/rebyte-skills
chrome-extension-boilerplate-react-vite
Chrome Extension with React, Vite, and TypeScript.
Installation
$
npx skills add rebyteai-template/rebyte-skills --skill chrome-extension-boilerplate-react-vite
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
vercel-react-best-practices
Same topic
vercel-labs/agent-skills
697.8K installs
azure-hosted-copilot-sdk
Same topic
microsoft/azure-skills
440.4K installs
vercel-composition-patterns
Same topic
vercel-labs/agent-skills
326.5K installs
supabase
Same topic
supabase/agent-skills
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge F…
263K installs
vercel-react-native-skills
Same topic
vercel-labs/agent-skills
205.5K installs
vercel-react-view-transitions
Same topic
vercel-labs/agent-skills
115.9K installs
Also in this package
Other skills from rebyteai-template/rebyte-skills · top by installs.
npx skills add rebyteai-template/rebyte-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude Code
Not declared
Cursor
Not declared
Codex
Not declared
GitHub Copilot
Not declared
Windsurf
Not declared
Gemini CLI
Not declared
Cline
Not declared
OpenCode
Not declared
Also listed on
Alternate registries and mirrors of this skill.
Repository health
Stars
16
Default branch
main
Open issues
1
Status
Active
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,085 B -
docs
SUMMARY.md97 B
History
- First seen on skills.sh
- First recorded snapshot · 93 installs
SKILL.md
Chrome Extension Boilerplate
Chrome Extension Boilerplate with React + Vite + TypeScript.
Tech Stack
- Framework: React
- Build Tool: Vite
- Language: TypeScript
- Package Manager: pnpm
Setup
1. Clone the Template
git clone --depth 1 https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git .
If the directory is not empty:
git clone --depth 1 https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template
2. Remove Git History (Optional)
rm -rf .git
git init
3. Install Dependencies
pnpm install
Build
pnpm build
Development
pnpm dev
Loading Extension
- Build the extension
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
distfolder