agent-browser-automati…
Automate browser interactions for development testing using Puppeteer MCP
Intelligent Kubernetes deployment orchestrator with manifest generation and CI/CD integration
How it fires
How this command gets triggered: by you, by Claude, or both.
/deployContext preview
What this command does when you run it.
Intelligent Kubernetes deployment orchestrator with manifest generation and CI/CD integration
allowed-tools: Task, Read, Write, Edit, MultiEdit, Bash(kubectl:*), Bash(helm:*), Bash(git:*), Bash(fd:*), Bash(rg:*), Bash(jq:*), Bash(yq:*), Bash(gdate:*), Bash(docker:*), Bash(gh:*) name: "Deploy" description: "Intelligent Kubernetes deployment orchestrator with manifest generation and CI/CD integration" author: "wcygan" tags: ["ops","deploy"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
STEP 1: Initialize intelligent deployment session with comprehensive project analysis
# Initialize deployment session state
echo '{
"sessionId": "'$SESSION_ID'",
"targetApp": "'$ARGUMENTS'",
"deploymentStrategy": "auto-detect",
"environment": "staging",
"manifestsGenerated": [],
"deploymentStatus": "initialized"
}' > /tmp/deploy-session-$SESSION_ID.jsonSTEP 2: Adaptive deployment strategy selection with intelligent pattern detection
TRY:
CASE deployment_pattern: WHEN "existing_kustomize":
WHEN "existing_helm":
WHEN "generate_new_manifests":
STEP 3: Parallel manifest generation using sub-agent architecture
IF no_existing_deployment_config OR generate_new_requested:
LAUNCH parallel sub-agents for comprehensive Kubernetes deployment setup:
**Sub-Agent Coordination:**
# Each agent reports findings to session state echo "Parallel manifest generation agents launched..." echo "Coordinating deployment artifact creation across security, observability, and automation"
STEP 4: Environment-specific configuration and deployment execution
**Environment Detection and Configuration:**
# Parse deployment target from arguments target_env=$(echo "$ARGUMENTS" | rg "--to (\w+)" -o -r '$1' || echo "staging") tag=$(echo "$ARGUMENTS" | rg "--tag ([\w\.-]+)" -o -r '$1' || git rev-parse --short HEAD) echo "🎯 Deployment Target: $target_env" echo "🏷️ Image Tag: $tag" # Environment-specific resource configuration case $target_env in "produc
A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Automate browser interactions for development testing using Puppeteer MCP
Prepare branches for merging across multiple worktrees and coordinate integration
Transform into accessibility expert for WCAG compliance and inclusive design
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Transform into backend specialist for scalable API and system design
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies