npx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin jleechanorg-claude-commandsThis skill uses the workspace's default tool permissions.
Guide Claude in helping teammates configure and troubleshoot cloud integrations securely without exposing sensitive data.
Interactively sets up GCP Cloud Build + Cloud Run infrastructure. Provisions APIs, Artifact Registry, service accounts, IAM, secrets, and triggers with security best practices.
Discovers, classifies, protects, and governs API keys, tokens, secrets across code, git history, CI/CD, containers, VPS, logs; enforces least privilege, rotation, zero-exposure for providers like OpenAI, AWS, GCP.
Guides secure secrets management using Vault, AWS Secrets Manager, Azure Key Vault, environment variables, rotation, scanning tools, and CI/CD security. For implementing storage, rotation, leak prevention, credentials review.
Share bugs, ideas, or general feedback.
Guide Claude in helping teammates configure and troubleshoot cloud integrations securely without exposing sensitive data.
.env configuration..env or platform secret managers..env.example for required variables; add new ones there before documenting publicly.serviceAccountKey.json under a secure, ignored path (see .gitignore).FIREBASE_PROJECT_ID in .env.ntpstat or timedatectl when auth tokens fail.GEMINI_API_KEY locally and in deployment secrets.TEST_MODE=mock../claude_mcp.sh or ./start_game_mcp.sh after confirming .env values../kill_dev_server.sh to reset stale sockets before re-authenticating.latest_ci_logs.txt or service console.grep KEY_NAME .env
ls -al ~/.config/gcloud
firebase login:list
.env), emphasizing not to paste secrets into chat..env entries..gitignore contains credential files before advising users to create them.docs/security/ and README.md#configuration for full policies.