ワンクリックで
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.