Rewrite public source URLs (non-image) to the user's internal proxies (Nexus / chfs / Aliyun ACR). Use whenever a script, YAML, or command references raw.githubusercontent.com, github.com release ZIPs, upstream Helm chart repos, or other public file/binary downloads. Triggers on phrases like "github 拉不动", "raw 拉不动"…
Production-grade Kubernetes YAML standards calibrated to this repo's actual conventions (Jenkins $VARS templating, Harbor imagePullSecrets, tcpSocket probes, multi-cluster overlays under devops/ /). Use BEFORE writing or modifying any K8s YAML for production — Deployment / StatefulSet / DaemonSet / Service / Ingress /…
Apply this repo's editing conventions when modifying production configs under kubernetes/, devops/, docker/, network/, or any file marked ✅ 生产验证 in a README. Use whenever editing YAML, Dockerfile, .conf, .sh, install/uninstall scripts, or shell snippets in this knowledge base. Triggers on phrases like 改 yaml, patch…
Living catalog of script bugs and antipatterns hit in this repo — kubectl delete hangs, finalizer order, operator-managed RBAC, admission webhook residuals, iptables-restore footguns, curl | bash deadlocks, systemctl pager traps. Use BEFORE writing or modifying any install.sh / uninstall.sh / Dockerfile / shell…
A skill that creates production templates for Go projects using GitLab CI/CD and Docker. It covers building the application in stages, preparing a small runtime image, and deploying to Kubernetes.
A production template for building Java Maven projects in GitLab CI/CD and packaging them in Docker with a Java runtime. Maven is a tool that builds Java projects and manages their libraries.
A production template for PHP projects using GitLab CI/CD, the system that automatically builds, tests, and deploys code. It includes Docker and Kubernetes deployment patterns with PHP-FPM and Nginx containers.
A production template for Python projects using GitLab CI/CD and Docker. It covers FastAPI, an asynchronous Python web framework, Uvicorn, container builds, dependency caching, and Kubernetes rolling deployments.
A production template for building React projects with Vite in GitLab CI/CD and running them in Docker with Nginx. It also covers deploying the web app to Kubernetes.
A GitLab CI/CD and Docker template for Vue and Vite front-end projects. GitLab CI/CD automatically builds and deploys code, while Docker packages the application for running in production.
Repository-specific instructions for working on the sxxpqp/linux project. They explain the project context, shared infrastructure, required entry points, and which instructions apply in each directory.
A set of Claude Code instructions for working in the sxxpqp/linux repository, including operations notes, shared infrastructure, and rules for different parts of the codebase.