Agent skill
deploy
Load deployment strategies with rollout patterns and IaC templates. Supports k8s, docker, sls (serverless), vm.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/deploy-erp-core-dev-eagles-claude-config
SKILL.md
Deployment Strategy Loader
When invoked with /deploy <strategy>, load the corresponding deployment configuration.
Configuration File: C:\.claude\deployments\deployment-strategies.yaml
Supported Strategies
@deploy:k8s (or /deploy k8s)
Platform: Kubernetes / AKS / EKS / GKE
Includes:
- Helm chart templates
- Deployment manifests
- Service/Ingress configurations
- HPA (Horizontal Pod Autoscaler)
- ConfigMaps/Secrets management
Rollout Strategies:
- Rolling Update (default)
- Blue-Green deployment
- Canary releases
- A/B testing
IaC: Terraform, Helm, Kustomize
@deploy:docker (or /deploy docker)
Platform: Docker Compose / Docker Swarm
Includes:
- Multi-stage Dockerfile patterns
- docker-compose.yml templates
- Volume/network configuration
- Health checks
- Development vs Production configs
Rollout Strategies:
- Recreate (stop old, start new)
- Rolling (for Swarm)
IaC: Docker Compose files
@deploy:sls (or /deploy sls)
Platform: AWS Lambda / Azure Functions / Google Cloud Functions
Includes:
- Function configuration
- API Gateway setup
- Event triggers (HTTP, Queue, Timer)
- Step Functions / Durable Functions
- Cold start optimization
Rollout Strategies:
- Alias-based (weighted traffic)
- Canary with automatic rollback
IaC: SAM, Serverless Framework, Terraform
@deploy:vm (or /deploy vm)
Platform: Virtual Machines / Azure VMs / EC2
Includes:
- Traditional deployment scripts
- Immutable infrastructure patterns
- Load balancer configuration
- Auto-scaling groups
- Backup/restore procedures
Rollout Strategies:
- In-place update
- Rolling (instance by instance)
- Blue-Green (swap IPs)
IaC: Terraform, ARM templates, CloudFormation
Usage
- Load strategy:
/deploy k8s - Get templates and rollout patterns
- Combine:
@deploy:k8s @dotnet @arch:ms
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?