arc-like-chrome-extension
Spec-driven Chrome extension development, debugging, and review discipline
All Skills in This Repository (16)
Pure Emerald Level Indicatorsweb-design-guidelines
Review UI code for compliance with Web Interface Guidelines.
vercel-react-best-practices
Apply Vercel React and Next.js performance optimization rules to codebases.
ui-ux-pro-max
Generate design systems with color palettes, font pairings, and UX guidelines.
commit-message-helper
Generate Git commit messages following the Conventional Commits specification.
update-multilingual-docs
Synchronize English documentation updates into localized README and store description files.
code-review
Automate code quality checks for JavaScript, Chrome Extensions, and Puppeteer tests.
image-master
Explain digital image formats, processing techniques, and color theory.
pull-request
Create GitHub pull requests with bilingual templates and pre-validation checks.
release-notes
Generate bilingual markdown release notes for GitHub releases.
sa
Define architecture, data models, and API specifications for system analysis.
skill-creator
Guide developers through creating and structuring AI skills with SKILL.md files.
cleanup-merged-branches
Delete local and remote git branches merged into the main branch.
Frequently Asked Questions
FAQPage SchemaHow to install arc-like-chrome-extension skills?โผ
Run `npx skills add Tai-ch0802/arc-like-chrome-extension --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development in this project?โผ
Every change is graded T0, T1, or T2 before work starts: trivial fixes ship directly, normal changes need one lightweight SPEC.md, and risky changes require approved PRD and system analysis documents first.
How does the debugging skill prevent bad fixes?โผ
It forces reproduce-first discipline, evidence over pattern matching, one variable at a time, and a written root cause, plus a lookup table of this project's most frequent failure causes.
Do these skills work with Claude Code and Gemini CLI?โผ
Yes. The skills live in one shared folder symlinked into both .claude and .gemini directories, so editing one file updates both environments.
How are Chrome extension E2E tests handled?โผ
The puppeteer-test skill provides ready-made patterns for loading the unpacked extension, resolving the dynamic extension ID, and avoiding race conditions that cause flaky CI runs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core