원클릭으로
project-management
Comprehensive guide for managing the Cloud Neutral Toolkit, including environments, deployment, and security standards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Comprehensive guide for managing the Cloud Neutral Toolkit, including environments, deployment, and security standards.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when a change must be made in an upstream repo that is mirrored into this control repo as a sibling checkout. Covers the required sequence: fix and push the upstream repo first, then verify the control repo references the pushed upstream commit, then commit and push the control-plane metadata change.
Use when a user asks to detect secrets in git commit history, clean tracked sensitive data, rewrite history with git-filter-repo, or verify cleanup with gitleaks. Covers gitleaks detect -v, replacement mapping, path removal, ref inventory, history rewrites, force-push planning, and post-cleanup coordination.
Use when Codex App with GPT 5.4 should act as the chief engineer and dispatch low-cost or isolated sub-tasks to ollama, opencode, or gemini CLIs instead of doing all execution itself. Best for migration verification, batch checks, document fixes, and controlled multi-model delegation.
Execute and verify the lightweight single-VPS migration path for accounts + rag-server + APISIX standalone + shared stunnel-client. Use for cheap-model test runs, preview verification, and Docker Compose smoke checks.
Use when Codex or another manager needs to hand off a concrete subtask to opencode, ollama, or gemini through scripts/orchestration/run_worker.sh. Defines the worker execution contract, prompt shape, handoff rules, and fallback behavior.
Standardize a single scripts/setup.sh across Cloud-Neutral Toolkit repos (curl | bash), with safe cloning, dependency install, and next-step printing. Use when adding or updating setup.sh in any repo.
| name | Project Management |
| description | Comprehensive guide for managing the Cloud Neutral Toolkit, including environments, deployment, and security standards. |
| version | 1.0.0 |
| author | Cloud Neutral Toolkit |
| tags | ["management","devops","architecture","gcp","domains"] |
This skill documents the standard management procedures and project architecture for the Cloud Neutral Toolkit ecosystem.
Makefile.stunnel on localhost:15432..env and .env.local files (git-ignored).*.svc.plus.All internal requests between console, accounts, rag-server, and page-reading-agent must include:
X-Service-Token: <INTERNAL_SERVICE_TOKEN>xc_session cookie for shared subdomain authentication./api/admin/* endpoints.graph TD
Console[console.svc.plus] --> Accounts[accounts.svc.plus]
Console --> RAG[rag-server.svc.plus]
Accounts --> Postgres[(Cloud SQL)]
RAG --> Postgres
Makefile for all build/test/run operations.AuthMiddleware and InternalAuthMiddleware.docs/architecture/project-overview.md Section 9 before starting new features to avoid conflicts with known production/SIT discrepancies./api/admin vs /api/auth/admin) match the frontend expectations in the documentation.