qcc_plus
Multi-tenant proxy management, deployment, and release workflows
All Skills in This Repository (5)
Pure Emerald Level Indicatorsqcc-deploy
Automate deployment, test server connectivity, and manage Docker containers for qcc_plus.
qcc-release
Automate qcc_plus version releases with Git, GoReleaser, and GitHub.
qcc-debug
Diagnoses HTTP errors, MySQL issues, proxy connections, and CI/CD failures in the qcc_plus project.
qcc-git
Manage Git workflow for the qcc_plus project with branch and commit standards.
qcc-dev
Enforce Go coding standards and project conventions in qcc_plus.
Frequently Asked Questions
FAQPage SchemaHow to install qcc_plus?โผ
Run `npx skills add yxhpy/qcc_plus --all -g -y` in your terminal to install all skills in this suite globally.
What does qcc_plus do?โผ
It is a multi-tenant proxy service for Claude Code CLI with account isolation, node management, automatic failover, and a React admin dashboard. The included skills help you develop, debug, release, and deploy it.
How to deploy qcc_plus to a server?โผ
The qcc-deploy skill covers SSH access, Docker container management, and automated GitHub Actions deployment to test and production servers. Pushing to the test branch triggers a full build and health check.
How to release a new qcc_plus version?โผ
The qcc-release skill uses GoReleaser: just tag a version like v1.2.0 and push it, and GitHub Actions builds binaries, Docker images, and the changelog automatically.
Do I need coding experience to use these skills?โผ
Basic familiarity with Git and Docker helps, but the skills give your AI agent step-by-step runbooks so it can execute deployments, releases, and debugging from plain-English requests.
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