blazwitcher
Fuzzy pinyin tab search, grouping, and release automation
All Skills in This Repository (4)
Pure Emerald Level Indicatorsgit-auto-commit
Generate standardized Git commit messages and execute commit and push operations.
release-publisher
Automate version bumping, GitHub release creation, and artifact retrieval for the blazwitcher Chrome extension.
changeset-generator
Generate standardized changeset files with package names and version bump types.
text-search-engine
Integrate the text-search-engine SDK for fuzzy Pinyin text matching in Node.js and web environments.
Frequently Asked Questions
FAQPage SchemaHow to install Blazwitcher?โผ
Run `npx skills add cjinhuo/blazwitcher --all -g -y` in your terminal to install all skills in this suite globally.
What does Blazwitcher do?โผ
It is a Chrome extension that lets you fuzzy-search tabs, bookmarks, and history with Chinese pinyin support, plus automatic tab grouping. The included skills automate its git commits, changesets, and store publishing.
How to automate git commits with conventional messages?โผ
The git-auto-commit skill reads your staged changes and generates a compliant conventional commit message with the right type, scope, and emoji, then pushes by default.
How to publish a Chrome extension release automatically?โผ
The release-publisher skill runs version bumping, GitHub release creation, production build, and Chrome Web Store upload in one guided flow.
Can I add pinyin fuzzy search to my own app?โผ
Yes. The text-search-engine skill shows how to integrate the SDK for Chinese and English mixed fuzzy search in both Node.js and React projects.
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