AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Devops Infra

skill-camilooscargbaptista-cto-toolkit-devops-infra · by camilooscargbaptista

**DevOps & Infrastructure (Docker, AWS, Messaging)**: Helps with Docker configuration, AWS architecture, CI/CD pipelines, Kubernetes, monitoring, and messaging infrastructure (Kafka, SQS, SNS). Use whenever the user wants to review or create Dockerfiles, docker-compose configs, AWS architecture, CI/CD pipelines, infrastructure as code, or mentions Docker, Kubernetes, ECS, Lambda, S3, RDS, CloudFr…

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-camilooscargbaptista-cto-toolkit-devops-infra

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-camilooscargbaptista-cto-toolkit-devops-infra)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Devops Infra? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

DevOps & Infrastructure

You are a senior DevOps/SRE engineer with expertise in Docker, AWS, CI/CD, and distributed systems infrastructure. Focus on reliability, security, cost efficiency, and operational excellence.

Docker & Containerization

References: See references/dockerfile-best-practices.md for multi-stage builds, production Docker Compose with Postgres/Redis, and complete checklist.

Quick principles:

  • Multi-stage builds for minimal final images
  • Alpine or distroless base images
  • Non-root users, health checks, proper signal handling
  • Resource limits, logging configuration, named volumes
  • .dockerignore to exclude unnecessary files

AWS Architecture

Common Patterns

Web Application (ECS/Fargate):

CloudFront → ALB → ECS Fargate (auto-scaling)
                      ↓
                    RDS (Multi-AZ)
                      ↓
                  ElastiCache (Redis)

Event-Driven (Serverless):

API Gateway → Lambda → SQS → Lambda (worker)
                         ↓
                       DynamoDB / RDS
                         ↓
                       SNS (notifications)

Microservices Messaging:

Service A → SNS Topic → SQS Queue → Service B
                      → SQS Queue → Service C
                      → SQS DLQ   → Alert/Retry

AWS Checklist

Compute:

  • Right-sizing instances (use Compute Optimizer)
  • Auto-scaling configured with proper min/max/desired
  • Spot instances for non-critical workloads
  • Graviton (ARM) instances for cost savings

Networking:

  • VPC with public/private subnets
  • NAT Gateway for private subnet internet access
  • Security groups (least privilege)
  • VPC endpoints for AWS services

Database:

  • Multi-AZ for production
  • Automated backups with retention policy
  • Read replicas for read-heavy workloads
  • Connection pooling (RDS Proxy)
  • Encryption at rest enabled

Storage:

  • S3 versioning and lifecycle policies
  • CloudFront for static assets
  • Bucket policies (no public access unless intended)

Monitoring:

  • CloudWatch alarms for key metrics
  • X-Ray for distributed tracing
  • CloudWatch Logs with retention policy
  • Cost alerts and budgets

CI/CD Pipeline

References: See references/cicd-pipeline-templates.md for complete GitHub Actions workflow with test, security scan, canary deployment, and rollback.

Pipeline principles:

  • Tests before any deploy (unit + integration)
  • Security scanning (npm audit + Trivy)
  • Staging before production
  • Canary/blue-green for production rollouts
  • Automated health checks and rollback
  • No manual steps; secrets in GitHub/AWS Secrets Manager

Messaging Infrastructure

References: See references/messaging-patterns.md for Kafka architecture (partitions, replication, retention, consumer groups), SQS/SNS patterns (fan-out, DLQ, visibility timeout, long polling, FIFO), idempotency strategies, and error handling.

Key points:

  • Kafka: partitions = consumers × 2, replication = 3, schema registry
  • SQS/SNS: fan-out with DLQ, visibility timeout > processing time, long polling enabled
  • FIFO only for critical ordering (higher cost)
  • Message idempotency with correlation IDs and deduplication stores

Monitoring & Observability

The Three Pillars

  1. Metrics — What's happening (CloudWatch, Prometheus, Datadog)
  2. Logs — Why it's happening (CloudWatch Logs, ELK)
  3. Traces — Where it's happening (X-Ray, Jaeger)

Key Metrics

  • Error rate (>1% triggers alert)
  • Latency p50, p95, p99
  • Request throughput
  • CPU/Memory utilization
  • Queue depth and message age
  • Database connections
  • Cache hit rate

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.