Agent skill
devops-cloud
Master DevOps, cloud infrastructure, containerization, CI/CD, Kubernetes, and infrastructure as code. Use when deploying applications, setting up infrastructure, or managing cloud services.
Install this agent skill to your Project
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-typescript/tree/main/skills/devops
SKILL.md
DevOps & Cloud Infrastructure Skill
Quick Start - Docker
FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
COPY . .
EXPOSE 3000
CMD ["node", "server.js"]
# Build image
docker build -t myapp:1.0 .
# Run container
docker run -p 3000:3000 myapp:1.0
Core Technologies
Containerization
- Docker (images, containers, compose)
- Container registries
- Multi-stage builds
- Container security
Orchestration
- Kubernetes (K8s)
- Helm package management
- Operators and controllers
- GitOps (ArgoCD, Flux)
Cloud Platforms
- AWS: EC2, S3, RDS, Lambda, ECS, EKS
- GCP: Compute Engine, Cloud Run, Dataflow
- Azure: VMs, App Service, AKS
CI/CD
- GitHub Actions
- GitLab CI/CD
- Jenkins
- CircleCI
Infrastructure as Code
- Terraform
- CloudFormation
- Ansible
- Pulumi
Monitoring
- Prometheus + Grafana
- ELK Stack (Elasticsearch, Logstash, Kibana)
- DataDog, New Relic
- CloudWatch
Best Practices
- Automation - Automate everything
- Infrastructure as Code - Version control infrastructure
- Monitoring - Comprehensive observability
- Security - Defense in depth
- Documentation - Keep runbooks current
- Testing - Test infrastructure changes
- Versioning - Version all configurations
- Disaster Recovery - Regular DR testing
Resources
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tooling
TypeScript tooling, configuration, and build optimization
backend-technologies
Master backend development with Node.js, Python, Java, Go, Rust, API design, databases, and microservices. Use when building APIs, designing systems, or learning backend frameworks.
frontend-technologies
Master modern web development with HTML, CSS, JavaScript, React, Vue, Angular, Next.js, TypeScript, and responsive design. Use when building web applications, optimizing UI performance, or learning frontend frameworks.
advanced-types
Advanced TypeScript types including generics, conditionals, and mapped types
data-engineering
Master data engineering, ETL/ELT, data warehousing, SQL optimization, and analytics. Use when building data pipelines, designing data systems, or working with large datasets.
ai-ml-technologies
Master AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when building AI applications, working with LLMs, or developing smart contracts.
Didn't find tool you were looking for?