terraform-azurerm-set-diff-analyzer

23.2k
githubgithub

Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes.

193 days ago

testing-load-balancers

1.5k
jeremylongshorejeremylongshore

Validate load balancer behavior, failover, and traffic distribution. Use when performing specialized testing. Trigger with phrases like "test load balancer", "validate failover", or "check traffic distribution".

193 days ago

collecting-infrastructure-metrics

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Collecting Infrastructure MetricsJeremylongshore Claude Code Plugins Plus Skills Collecting Infrastructure Metrics

Collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. Use when monitoring system performance or troubleshooting infrastructure issues. Trigger with phrases like "collect infrastructure metrics", "monitor server performance", or "track system resources".

193 days ago

health-checks

756
dadbodgeoffdadbodgeoff

Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.

193 days ago

load-balancer

376
a5c-aia5c-ai

Expert skill for load balancer configuration, algorithms, and high availability design

193 days ago

configuring-nginx

296
ancolemanancoleman

Configure nginx for static sites, reverse proxying, load balancing, SSL/TLS termination, caching, and performance tuning. When setting up web servers, application proxies, or load balancers, this skill provides production-ready patterns with modern security best practices for TLS 1.3, rate limiting, and security headers.

193 days ago

aws-cloudformation-ec2

126
giuseppe-trisciuogliogiuseppe-trisciuoglio

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.

193 days ago

load-balancer-setup

95
aj-geddesaj-geddes

Configure and deploy load balancers (HAProxy, AWS ELB/ALB/NLB) for distributing traffic, session management, and high availability.

193 days ago

health-check-endpoints

95
aj-geddesaj-geddes

Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service availability.

193 days ago

network

75
htlin222htlin222

Debug network connectivity, configure load balancers, and analyze traffic. Use for connectivity issues, network optimization, or protocol debugging.

193 days ago

Load Balancer Testing

71
PramodDuttaPramodDutta

Testing load balancer configurations including health check validation, routing algorithms, session affinity, failover behavior, and SSL termination.

load-balancerhealth-checkrouting+2
193 days ago

health-check-endpoints

69
secondskysecondsky

Health check endpoints for liveness, readiness, dependency monitoring. Use for Kubernetes, load balancers, auto-scaling, or encountering probe failures, startup delays, dependency checks, timeout configuration errors.

193 days ago

create-integration

37
dirkgroenendirkgroenen

Create a new meter or charger integration for the EVSE Load Balancer

193 days ago

review-integration

37
dirkgroenendirkgroenen

Review a meter or charger integration PR or file against project patterns and rules

193 days ago

hetzner-coder

27
majesticlabs-devmajesticlabs-dev

This skill guides provisioning Hetzner Cloud infrastructure with OpenTofu/Terraform. Use when creating servers, networks, firewalls, load balancers, or volumes on Hetzner Cloud.

193 days ago

load-balancer

25
armanzeroeightarmanzeroeight

Configures nginx load balancing with upstream servers, health checks, and failover strategies. Use when setting up load balancing, distributing traffic across multiple servers, or configuring upstream backends.

193 days ago

DigitalOcean Networking

15
bobmatnycbobmatnyc

DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads.

193 days ago

nginx-config-optimizer

12
patricio0312revpatricio0312rev

Optimizes Nginx configurations for performance, security, caching, and load balancing with modern best practices. Use when users request Nginx setup, reverse proxy, load balancer, web server config, or Nginx optimization.

193 days ago

load-balancing

10
BagelHoleBagelHole

Configure load balancers and traffic distribution. Implement health checks and SSL termination. Use when distributing traffic across servers.

193 days ago

nginx

9
TerminalSkillsTerminalSkills

Assists with configuring Nginx as a web server, reverse proxy, and load balancer. Use when serving static files, proxying to application servers, setting up TLS termination, configuring caching, rate limiting, or writing security headers. Trigger words: nginx, reverse proxy, load balancer, tls, ssl, server block, location block.

193 days ago

cloud-resource-analyzer

9
TerminalSkillsTerminalSkills

Finds orphaned, idle, and underutilized cloud resources across AWS, GCP, or Azure accounts. Use when someone needs to audit cloud spending, find unused EBS volumes, stale snapshots, unattached IPs, idle load balancers, or oversized RDS instances. Trigger words: cloud waste, orphaned resources, unused volumes, cloud audit, infrastructure cleanup, cloud bill analysis.

193 days ago

dnsdist

9
enunoenuno

DNS load balancer with DoS protection, multi-protocol support (DoH, DoT, DoQ), and dynamic traffic management

dnsload-balancerpowerdns+6
193 days ago

load-balancer

9
TerminalSkillsTerminalSkills

Configure and optimize load balancers and reverse proxies using Nginx, HAProxy, and cloud ALBs. Use when someone asks to "set up load balancing", "configure Nginx reverse proxy", "set up HAProxy", "add SSL termination", "configure health checks", "proxy WebSocket connections", "rate limit traffic", or "set up failover". Covers L4/L7 balancing, SSL, rate limiting, caching, WebSocket proxying, and health checks.

193 days ago

testing-load-balancers

8
BbgnsurfTechBbgnsurfTech

Validate load balancer behavior, failover, and traffic distribution. Use when performing specialized testing. Trigger with phrases like "test load balancer", "validate failover", or "check traffic distribution".

193 days ago

collecting-infrastructure-metrics

8
BbgnsurfTechBbgnsurfTech

Collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. Use when monitoring system performance or troubleshooting infrastructure issues. Trigger with phrases like "collect infrastructure metrics", "monitor server performance", or "track system resources".

193 days ago

system-design-interview

5
ZLStasZLStas

Apply system design principles from System Design Interview by Alex Xu. Covers scaling (load balancing, DB replication, sharding, caching, CDN), estimation (QPS, storage, bandwidth), the 4-step framework, and 12 real designs: rate limiter, consistent hashing, key-value store, unique ID generator, URL shortener, web crawler, notification system, news feed, chat system, search autocomplete, YouTube, Google Drive. Trigger on "system design", "scale", "high-level design", "distributed system", "rate limiter", "consistent hashing", "back-of-envelope", "QPS", "sharding", "load balancer", "CDN", "cache", "message queue", "web crawler", "news feed", "chat system", "autocomplete", "URL shortener".

193 days ago

system-design-interview

5
booklib-aibooklib-ai

Apply system design principles from System Design Interview by Alex Xu. Covers scaling (load balancing, DB replication, sharding, caching, CDN), estimation (QPS, storage, bandwidth), the 4-step framework, and 12 real designs: rate limiter, consistent hashing, key-value store, unique ID generator, URL shortener, web crawler, notification system, news feed, chat system, search autocomplete, YouTube, Google Drive. Trigger on "system design", "scale", "high-level design", "distributed system", "rate limiter", "consistent hashing", "back-of-envelope", "QPS", "sharding", "load balancer", "CDN", "cache", "message queue", "web crawler", "news feed", "chat system", "autocomplete", "URL shortener".

193 days ago

waf-rule-management

4
etiennemunnichetiennemunnich

Write, validate, tune, test, and improve ModSecurity 3.0 / Coraza WAF rules and OWASP Core Rule Set (CRS) configurations using a developer-led security approach and OODA loop methodology. Converts OpenAPI specifications into positive-security WAF rules for inclusion before CRS evaluation. Supports false positive analysis, rule exclusions, audit log analysis, go-ftw testing, CRS Sandbox testing, regex assembly with crs-toolchain, CRSLang (next-gen rule format), and CI/CD integration. Use when the user mentions ModSecurity, Coraza, CRS, SecRule, WAF rules, web application firewall, false positives, paranoia level, anomaly scoring, audit logs, go-ftw, rule tuning, OpenAPI to WAF, CRSLang, positive security model, JA4, JA3, TLS fingerprint, CDN (CloudFront, Akamai, Cloudflare, Fastly), or load balancer. Primary target is ModSecurity v3; supports migration from v2.

193 days ago

configure-ingress-networking

2
pjt222pjt222

Configure Kubernetes Ingress networking with NGINX Ingress Controller, cert-manager for automated TLS certificate management, path-based routing, rate limiting, and multi-domain hosting with SSL termination and load balancing. Use when exposing multiple Kubernetes services via a single load balancer, implementing path-based or host-based routing, automating TLS certificate issuance with Let's Encrypt, or setting up blue-green and canary deployments with traffic splitting.

193 days ago

configure-ingress-networking

2
pjt222pjt222

Configure Kubernetes Ingress networking with NGINX Ingress Controller, cert-manager for automated TLS certificate management, path-based routing, rate limiting, and multi-domain hosting with SSL termination and load balancing. Use when exposing multiple Kubernetes services via a single load balancer, implementing path-based or host-based routing, automating TLS certificate issuance with Let's Encrypt, or setting up blue-green and canary deployments with traffic splitting.

193 days ago

collecting-infrastructure-metrics

1
agent-arc-744agent-arc-744

This skill enables Claude to collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. It is triggered when the user requests "collect infrastructure metrics", "monitor server performance", "set up performance dashboards", or needs to analyze system resource utilization. The skill configures metrics collection, sets up aggregation, and helps create infrastructure dashboards for health monitoring and capacity tracking. It supports configuration for Prometheus, Datadog, and CloudWatch.

193 days ago

health-check-design

sharp-skillssharp-skills

Implements health endpoints that accurately report service readiness and liveness so orchestrators, load balancers, and monitoring systems can make intelligent routing decisions. Triggers on: health endpoint, liveness probe, readiness probe, Kubernetes, load balancer, service status, monitoring, uptime, /health, /ready.

193 days ago

haproxy-manager

faahimfaahim

Install, configure, and manage HAProxy load balancer with health checks, SSL termination, and real-time stats.

193 days ago

senior-network-infrastructure

arielperez82arielperez82

Network infrastructure specialist for VPC/VNet design, VPN configuration, firewall policies, load balancing, and multi-cloud networking. Includes topology analysis, security group generation, and network compliance auditing.

networkinfrastructureVPN+12
193 days ago

collecting-infrastructure-metrics

nivkazdannivkazdan

Collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. Use when monitoring system performance or troubleshooting infrastructure issues. Trigger with phrases like "collect infrastructure metrics", "monitor server performance", or "track system resources".

193 days ago

testing-load-balancers

nivkazdannivkazdan

Validate load balancer behavior, failover, and traffic distribution. Use when performing specialized testing. Trigger with phrases like "test load balancer", "validate failover", or "check traffic distribution".

193 days ago

configuring-load-balancers

nivkazdannivkazdan

Use when configuring load balancers including ALB, NLB, Nginx, and HAProxy. Trigger with phrases like "configure load balancer", "create ALB", "setup nginx load balancing", or "haproxy configuration". Generates production-ready configurations with health checks, SSL termination, sticky sessions, and traffic distribution rules.

193 days ago