Agent skill

deploy

Deploy Kaizen components with safety checks and validation

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deploy-dirty13itch-kaizen

SKILL.md

Deploy workflow for Kaizen infrastructure. Follow this sequence:

  1. Pre-flight: Run kubectl get nodes -o wide to verify cluster health
  2. Validate manifests: kubectl apply --dry-run=client -f <manifest>
  3. Apply in order: base → storage → inference → monitoring → agents
  4. Post-deploy: Verify pods running, check logs for errors

Arguments: $ARGUMENTS

Safety rules:

  • Always dry-run first
  • Never delete namespaces
  • Check node readiness before deploying GPU workloads
  • Verify NFS mount from VAULT before storage-dependent deploys

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results