feat: add new skills for build-and-compile, code review, data formats, environment discovery, git workflow, performant code, refactor, skill creator, systematic debugging, test writer, and verification strategy

This commit is contained in:
2026-06-12 22:47:10 +08:00
parent bb83cd2970
commit cdfcd36bd2
13 changed files with 680 additions and 2 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_connect_timeout 30s;
proxy_read_timeout 200s;
proxy_send_timeout 200s;
proxy_read_timeout 400s;
proxy_send_timeout 400s;
}
# ── Static files ──────────────────────────────────────────────