What problem does it solve?
This Skill ensures your AWS and Kubernetes environment is correctly configured for Judge platform tasks, eliminating manual setup errors and saving time spent debugging context issues. It automates the critical steps to get you working efficiently.
Core Features & Use Cases
- Automated Context Configuration: Automatically sets the correct
AWS_PROFILE and kubectl context for the Judge platform.
- Command Prefixing: Intelligently prefixes AWS CLI and Terraform commands with the required
AWS_PROFILE=conda-demo.
- Verification & Warnings: Verifies your current AWS profile and kubectl context, warning you if they are incorrect and suggesting the necessary setup command.
- Use Case: A developer starts a new day working on the Judge platform. This skill ensures their terminal environment is instantly configured with the correct AWS account and Kubernetes cluster, allowing them to run
terraform plan or kubectl get pods without any manual context switching or configuration errors.
Quick Start
IMPORTANT: Always run this before starting Claude Code for Judge platform work:
export AWS_PROFILE=conda-demo && kubectl config use-context arn:aws:eks:us-east-1:831646886084:cluster/demo-judge
Verify your setup:
echo $AWS_PROFILE
kubectl config current-context