1,376 free skills
DevOps & Infrastructure skills
Skills for infrastructure — Docker, Kubernetes, Terraform, and provisioning on AWS, GCP, and Azure.
Sourced from real, public repositories — synced daily, never invented.
1,376 free skills
Skills for infrastructure — Docker, Kubernetes, Terraform, and provisioning on AWS, GCP, and Azure.
Sourced from real, public repositories — synced daily, never invented.
15 tools across six categories
13 of them never send your data anywhere
Free · No signup · No trial clock
SEE THE DIRECTORY

writing-dockerfiles
ancoleman/ai-design-components
Writing optimized, secure, multi-stage Dockerfiles with language-specific patterns (Python, Node.js, Go, Rust), BuildKit features, and distroless images. Use when containerizing applications, optimizing existing Dockerfiles, or reducing image sizes.
aws-cloudformation-ec2
giuseppe-trisciuoglio/developer-kit
Provides AWS CloudFormation patterns for EC2 instances, Security Groups, IAM roles, and load balancers. Use when creating EC2 instances, SPOT instances, Security Groups, IAM roles for EC2, Application Load Balancers (ALB), Target Groups, and implementing template structure with Parameters, Outputs, Mappings, Conditions, and cross-stack references.
aws-cloudformation-auto-scaling
giuseppe-trisciuoglio/developer-kit
Provides AWS CloudFormation patterns for Auto Scaling including EC2, ECS, and Lambda. Use when creating Auto Scaling groups, launch configurations, launch templates, scaling policies, lifecycle hooks, and predictive scaling. Covers template structure with Parameters, Outputs, Mappings, Conditions, cross-stack references, and best practices for high availability and cost optimization.
aws-cloudformation-iam
giuseppe-trisciuoglio/developer-kit
Provides AWS CloudFormation patterns for IAM roles, policies, managed policies, permission boundaries, and trust relationships. Use when modeling least-privilege access, cross-account assumptions, service roles, or reusable IAM stacks that other CloudFormation templates consume.
marketing-analytics
gnoviawan/agentic-marketing
Sets up tracking, dashboards, attribution, and experiment infrastructure. Triggers for 'GA4', 'GTM', 'analytics', 'dashboard', 'attribution', 'measurement', 'tracking setup', 'UTM', or 'experiment infrastructure' — not CRO hypotheses themselves.
aws-cloud-ops
oimiragieo/agent-studio
AWS cloud operations for CloudWatch, S3, Lambda, EC2, and IAM
azure-storage-queue-py
sickn33/agentic-awesome-skills
Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.
azure-storage-queue-ts
sickn33/agentic-awesome-skills
Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues.
byted-security-clawsentry
bytedance/agentkit-samples
Install and configure the security-related plugins required by OpenClaw, including the `ai-assistant-security-openclaw` plugins. Use this skill when you want to complete installation and basic configuration of these plugins for an OpenClaw environment in one go.
kubernetes-deployment-patterns
nickcrew/claude-cortex
Kubernetes deployment strategies and workload patterns for production-grade applications. Use when deploying to Kubernetes, implementing rollout strategies, or designing cloud-native application architectures.
deploying-on-gcp
ancoleman/ai-design-components
Implement applications using Google Cloud Platform (GCP) services. Use when building on GCP infrastructure, selecting compute/storage/database services, designing data analytics pipelines, implementing ML workflows, or architecting cloud-native applications with BigQuery, Cloud Run, GKE, Vertex AI, and other GCP services.
detecting-serverless-function-injection
mukul975/anthropic-cybersecurity-skills
Detects and prevents code injection attacks targeting serverless functions
cloud-init-coder
majesticlabs-dev/majestic-marketplace
This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances.
performing-aws-privilege-escalation-assessment
mukul975/anthropic-cybersecurity-skills
Performing authorized privilege escalation assessments in AWS environments
docker-compose-networking
thebushidocollective/han
Use when configuring networks and service communication in Docker Compose including bridge networks, overlay networks, service discovery, and inter-service communication.
implementing-infrastructure-as-code-security-scanning
mukul975/anthropic-cybersecurity-skills
Implements automated security scanning for Infrastructure as Code using
cloud-devops-expert
oimiragieo/agent-studio
Cloud and DevOps expert including AWS, GCP, Azure, and Terraform
aws-cost-optimize
github/awesome-copilot
Analyze AWS resources used in the app (IaC files and/or resources in a target account/region) and optimize costs - creating GitHub issues for identified optimizations.
generate-terraform-provider
speakeasy-api/skills
>-
add-model-price
langfuse/langfuse
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.
cloudflare-vpc-services
nodnarbnitram/claude-code-extensions
Diagnose and create Cloudflare VPC Services for Workers to access private APIs in AWS, Azure, GCP, or on-premise networks. Use when troubleshooting dns_error, configuring cloudflared tunnels, setting up VPC service bindings, or routing Workers to internal services.
devops-maintainability-checker
majesticlabs-dev/majestic-marketplace
Infrastructure maintainability verification covering naming conventions, formatting, DRY patterns, and version constraints.
helm-chart-development
laurigates/claude-plugins
Create, test, and package Helm charts — Chart.yaml, templates, dependencies, repo publishing. Use when the user mentions Helm charts, helm lint/template/package, or Kubernetes packaging.
gcp-terraform
alphaonedev/openclaw-graph
Automate and manage Google Cloud Platform resources using Terraform for infrastructure as code.
openai-cloudflare-deploy
trailofbits/skills-curated
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform
implementing-aws-config-rules-for-compliance
mukul975/anthropic-cybersecurity-skills
Implements AWS Config managed and custom rules for continuous compliance
docker-swarm
pluginagentmarketplace/custom-plugin-docker
Docker Swarm orchestration, cluster management, and production deployments
configure-dockerfile
laurigates/claude-plugins
Dockerfile standards: Alpine/slim base, non-root user, multi-stage builds. Use when creating a Dockerfile, hardening security, or auditing image size.
devops-simplicity-checker
majesticlabs-dev/majestic-marketplace
Infrastructure simplicity scoring. Detects overengineering in Terraform/OpenTofu and Ansible configurations.
opentofu-coder
majesticlabs-dev/majestic-marketplace
This skill guides writing Infrastructure as Code using OpenTofu (open-source Terraform fork). Use when creating .tf files, managing cloud infrastructure, configuring providers, or designing reusable modules.
implementing-zero-trust-network-access
mukul975/anthropic-cybersecurity-skills
Configures Zero Trust Network Access (ZTNA) in AWS, Azure, and GCP using identity-aware proxies, micro-segmentation, and continuous verification with conditional access policies, replacing VPN-based access with BeyondCorp-style architectures. Use when replacing VPN remote access with identity-based controls, limiting lateral movement via micro-segmentation, or exposing cloud workloads to authenticated users without public internet exposure.
docker-development
borghei/claude-skills
>
implementing-kubernetes-pod-security-standards
mukul975/anthropic-cybersecurity-skills
>-
db-connection-pooling
hainrixz/claude-db
Audit connection management — serverless functions opening direct Postgres connections, transaction-mode pooler misuse (PgBouncer / Supabase / prepared statements), and pool sizing against backend max_connections. Module M15. Feeds the Performance & Scale score.
tfc-workspace-runs
laurigates/claude-plugins
List TFC runs across known workspaces (github, sentry, gcp, onelogin, twingate). Use when checking TFC status or listing runs by workspace. Requires TFE_TOKEN.
backblaze-coder
majesticlabs-dev/majestic-marketplace
This skill guides Backblaze B2 Cloud Storage integration with OpenTofu/Terraform and B2 CLI. Use when managing B2 buckets, application keys, file uploads, lifecycle rules, or S3-compatible storage.
qstash-js
upstash/qstash-js
Work with the QStash JavaScript/TypeScript SDK for serverless messaging, scheduling. Use when publishing messages to HTTP endpoints, creating schedules, managing queues, verifying incoming messages in serverless environments.
detecting-privilege-escalation-in-kubernetes-pods
mukul975/anthropic-cybersecurity-skills
Detect and prevent privilege escalation in Kubernetes pods by combining
infra-engineer
samhvw8/dot-claude
Comprehensive infrastructure engineering covering DevOps, cloud platforms, FinOps, and DevSecOps. Platforms: AWS (EC2, Lambda, S3, ECS, EKS, RDS, CloudFormation), Azure basics, Cloudflare (Workers, R2, D1, Pages), GCP (GKE, Cloud Run, Cloud Storage), Docker, Kubernetes. Capabilities: CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins), GitOps, infrastructure as code (Terraform, CloudFormation), container orchestration, cost optimization, security scanning, vulnerability management, secrets management, compliance (SOC2, HIPAA). Actions: deploy, configure, manage, scale, monitor, secure, optimize cloud infrastructure. Keywords: AWS, EC2, Lambda, S3, ECS, EKS, RDS, CloudFormation, Azure, Kubernetes, k8s, Docker, Terraform, CI/CD, GitHub Actions, GitLab CI, Jenkins, ArgoCD, Flux, cost optimization, FinOps, reserved instances, spot instances, security scanning, SAST, DAST, vulnerability management, secrets management, Vault, compliance, monitoring, observability. Use when: deploying to AWS/Azure/GCP/Cloudflare, setting up CI/CD pipelines, implementing GitOps workflows, managing Kubernetes clusters, optimizing cloud costs, implementing security best practices, managing infrastructure as code, container orchestration, compliance requirements, cost analysis and optimization.
infrastructure-terraform
laurigates/claude-plugins
Terraform IaC: HCL, state management, modules, plan-apply workflows. Use when the user mentions Terraform, HCL, terraform plan/apply, tfstate, or IaC provisioning.
tfc-run-status
laurigates/claude-plugins
Terraform Cloud run status with resource counts and actions. Use when polling a run, checking pass/fail, or seeing if it can be applied or canceled. Requires TFE_TOKEN.
docker-compose-ops
cowork-os/cowork-os
Docker Compose operations: service orchestration, compose file authoring, multi-stage builds, networking, volumes, and production configurations.
aws-invoice-download
loxosceles/ai-dev
Download AWS invoices across all organization accounts. Apply when the user asks to download, fetch, or manage AWS invoices.
cloudwatch-alarm-creator
dengineproblem/agents-monorepo
Эксперт по CloudWatch алармам. Используй для настройки мониторинга AWS, метрик, порогов и уведомлений.
backend-dev-guidelines
diet103/claude-code-infrastructure-showcase
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
skaffold-orbstack
laurigates/claude-plugins
OrbStack-optimized Skaffold for local Kubernetes dev without port-forward. Use when configuring Skaffold with OrbStack, k8s.orb.local, LoadBalancer, or eliminating port-forward.
devops-network-calculator-for-azure
julianobarbosa/claude-code-skills
Azure network planning, CIDR calculation, subnet sizing, and best-practices tool. Use this skill whenever the user asks about subnet sizing, CIDR planning, AKS networking, NSG rules, network segmentation, IP address management, VNet planning, address space analysis, overlap detection, or any Azure networking topic. Also trigger when the user mentions network calculator, net-calc, calculate hosts, plan subnets, or asks about Azure network best practices, even if they don't explicitly say 'network calculator'.
azure-landing-zone-checklist
julianobarbosa/claude-code-skills
>
container-development
laurigates/claude-plugins
Container development — Docker, multi-stage builds, Skaffold, non-root users, Alpine/slim images, security hardening. Use when working with Docker, Dockerfiles, docker-compose, or container security.
deploy-aws-ecs
dralgorhythm/claude-agentic-framework
Deploy containerized applications to AWS ECS/Fargate. Use when deploying containers to AWS, managing ECS services, or setting up Fargate tasks. Covers task definitions and ECR.
infrastructure
dralgorhythm/claude-agentic-framework
Manage infrastructure as code. Use when provisioning resources, managing cloud infrastructure, or setting up environments. Covers Terraform and IaC patterns.
devops-platform-patterns
majesticlabs-dev/majestic-marketplace
Platform-specific IaC checklists for DigitalOcean, Hetzner, AWS, and Cloudflare.
webman-best-practices
kitephp/webman-design-skills
MUST be used for Webman framework projects. Covers DDD architecture with controller/service/domain/infrastructure layers, strict dependency rules, lowercase directory naming, PER Coding Style with declare(strict_types=1) and final classes. Use when building Webman applications, implementing domain-driven design, or working with service layer patterns.
linux-docker
alphaonedev/openclaw-graph
Docker/Compose: Dockerfile, networking, volumes, container lifecycle, registry, security hardening
performing-service-account-audit
mukul975/anthropic-cybersecurity-skills
Audit service accounts across enterprise infrastructure to identify orphaned,
performing-cloud-forensics-with-aws-cloudtrail
mukul975/anthropic-cybersecurity-skills
Investigate AWS account compromise by querying CloudTrail with boto3's LookupEvents
azure-expert
questfortech-investments/claude-code-skills
Comprehensive Azure cloud expertise covering all major services (App Service, Functions, Container Apps, AKS, databases, storage, monitoring). Use when working with Azure infrastructure, deployments, troubleshooting, cost optimization, IaC (Bicep/ARM), CI/CD pipelines, or any Azure-related development tasks. Provides scripts, templates, and best practices for production-ready Azure solutions.
digitalocean-coder
majesticlabs-dev/majestic-marketplace
This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.
add-azuredevops
microsoft/power-platform-skills
Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.
cloudflare-coder
majesticlabs-dev/majestic-marketplace
This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.