sxxpqp/linux
Skill Claude CodeCodex
Darwin Skill 2.0 (达尔文.skill 2.0): autonomous skill optimizer, v2.0 integrates Microsoft Research SkillLens (arXiv 2605.23899) 9-dim rubric + SkillOpt (arXiv 2605.23904) validation-gated design + human-in-the-loop checkpoints. Evaluates SKILL.md files using a 9-dimension rubric (structure + effectiveness + meta-skill…
sxxpqp/linux
Skill Claude CodeCodex
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 拉不动"…
sxxpqp/linux
Skill Claude CodeCodex
Diagnose and safely clean up stuck Kubernetes resources — Terminating CR/namespace, RBAC residuals after operator removal, dead admission webhooks silently blocking API. Use when user mentions 卡 Terminating, kubectl delete 卡住, 卸载残留, RBAC forbidden, webhook 拦 API, namespace 删不掉, finalizer 卡, operator 没清干净…
sxxpqp/linux
Skill Claude CodeCodex
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 /…
sxxpqp/linux
Skill Claude CodeCodex
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…
sxxpqp/linux
Skill Claude CodeCodex
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…
sxxpqp/linux
Skill Claude CodeCodex
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.
sxxpqp/linux
Skill Claude CodeCodex
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.
sxxpqp/linux
Skill Claude CodeCodex
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.
sxxpqp/linux
Skill Claude CodeCodex
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.
sxxpqp/linux
Skill Claude CodeCodex
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.
sxxpqp/linux
Skill Claude CodeCodex
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.