Tai-ch0802Tai-ch0802Communityยท16 Agent Skills Included

arc-like-chrome-extension

Spec-driven Chrome extension development, debugging, and review discipline

Guides structured development of a Manifest V3 Chrome extension through tiered spec-driven workflows, from quick fixes to full PRD and system analysis documents. Enforces debugging discipline, pre-delivery verification checklists, bilingual pull request conventions, and Puppeteer end-to-end testing patterns. Eliminates guesswork, flaky tests, and packaging mistakes with project-specific root-cause tables and automated lint scripts.
npx skills add Tai-ch0802/arc-like-chrome-extension --all -g -y
Available:

Routes the agent to the correct skill for each task type, enforces tiered spec-driven development, language conventions, and project-specific build and packaging rules before any code change.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

web-design-guidelines

Review UI code for compliance with Web Interface Guidelines.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

vercel-react-best-practices

Apply Vercel React and Next.js performance optimization rules to codebases.

Community
Advanced
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

ui-ux-pro-max

Generate design systems with color palettes, font pairings, and UX guidelines.

Community
Advanced
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

commit-message-helper

Generate Git commit messages following the Conventional Commits specification.

Community
Basic
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

update-multilingual-docs

Synchronize English documentation updates into localized README and store description files.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

code-review

Automate code quality checks for JavaScript, Chrome Extensions, and Puppeteer tests.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

image-master

Explain digital image formats, processing techniques, and color theory.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

pull-request

Create GitHub pull requests with bilingual templates and pre-validation checks.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

release-notes

Generate bilingual markdown release notes for GitHub releases.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

sa

Define architecture, data models, and API specifications for system analysis.

Community
Advanced
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

skill-creator

Guide developers through creating and structuring AI skills with SKILL.md files.

Community
Intermediate
๐Ÿ“ฆ In Repo
Tai-ch0802Tai-ch0802

cleanup-merged-branches

Delete local and remote git branches merged into the main branch.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’