juicebox-multi-env-setup
Installation
SKILL.md
Juicebox Multi-Environment Setup
Overview
Configure Juicebox across development, staging, and production environments with proper isolation and security.
Prerequisites
- Separate Juicebox accounts or API keys per environment
- Secret management solution (Vault, AWS Secrets Manager, etc.)
- CI/CD pipeline with environment variables
- Environment detection in application
Instructions
- Step 1: Environment Configuration
- Step 2: Secret Management by Environment
- Step 3: Environment-Aware Client Factory
- Step 4: Kubernetes ConfigMaps
- Step 5: Environment Guards
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Related skills