Kubernetes

Kubernetes orchestration

Showing 169-192 of 1310 skills
groeimetai

csm-patterns

by groeimetai

This skill should be used when the user asks to "customer service", "CSM", "case", "account", "contact", "customer portal", "entitlement", "service contract", or any ServiceNow Customer Service Management development.

Code Gen 72 3mo ago
lukevella

logging

by lukevella

Wide events logging pattern and conventions for this project. Use when writing logging code, adding observability, or implementing request tracing.

Kubernetes 5.1K 3mo ago
HoangNguyen0403

Dependency Injection

by HoangNguyen0403

Best practices for DI, inject() usage, and providers.

Kubernetes 501 4mo ago
ThibautBaissac

rails-service-object

by ThibautBaissac

Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs.

Code Gen 582 4mo ago
scitix

deployment-rollout-debug

by scitix

Diagnose Deployment rollout failures (stuck rollouts, ProgressDeadlineExceeded, replica mismatch). Checks rollout status, ReplicaSets, and new pod health to identify why an update is failing.

Code Gen 207 3mo ago
scitix

dns-debug

by scitix

Diagnose DNS resolution failures in the cluster (NXDOMAIN, timeouts, SERVFAIL). Checks CoreDNS health, service endpoints, and DNS configuration.

CLI Tools 207 3mo ago
scitix

find-node

by scitix

Fuzzy-match Kubernetes nodes by keyword. Equivalent to kubectl get nodes -o wide grep <keyword>, with header preserved. Use this instead of listing all nodes to keep context minimal.

CLI Tools 207 3mo ago
scitix

pod-ping-gateway

by scitix

Ping a pod's gateway for a given network interface. Auto-detects gateway IP from the routing table, then pings it. Execute via pod_netns_script tool.

Automation 207 3mo ago
scitix

create-skill

by scitix

Guide for creating new Siclaw skills from troubleshooting conversations. When a user asks to save a workflow as a skill, follow this guide to produce a well-structured skill definition using the create_skill tool.

Automation 207 3mo ago
scitix

node-show-gateway

by scitix

Show the gateway for a network interface on a Kubernetes node. Runs ip -j route on the host via node_script tool.

Automation 207 3mo ago
scitix

node-ping-gateway

by scitix

Ping a node's gateway for a given network interface. Auto-detects gateway IP from the routing table, then pings it. Execute via node_script tool.

Automation 207 3mo ago
giuseppe-trisciuoglio

spring-boot-resilience4j

by giuseppe-trisciuoglio

This skill should be used when implementing fault tolerance and resilience patterns in Spring Boot applications using the Resilience4j library. Apply this skill to add circuit breaker, retry, rate limiter, bulkhead, time limiter, and fallback mechanisms to prevent cascading failures, handle transient errors, and manage external service dependencies gracefully in microservices architectures.

API Dev 266 3mo ago
giuseppe-trisciuoglio

langchain4j-spring-boot-integration

by giuseppe-trisciuoglio

Provides integration patterns for LangChain4j with Spring Boot. Handles auto-configuration, dependency injection, and Spring ecosystem integration. Use when embedding LangChain4j into Spring Boot applications.

Kubernetes 266 3mo ago
giuseppe-trisciuoglio

spring-boot-saga-pattern

by giuseppe-trisciuoglio

Provides distributed transaction patterns using the Saga Pattern in Spring Boot microservices. Use when building microservices requiring transaction management across multiple services, handling compensating transactions, ensuring eventual consistency, or implementing choreography or orchestration-based sagas with Spring Boot, Kafka, or Axon Framework.

Code Gen 266 3mo ago
giuseppe-trisciuoglio

aws-lambda-java-integration

by giuseppe-trisciuoglio

Provides AWS Lambda integration patterns for Java with cold start optimization. Use when deploying Java functions to AWS Lambda, choosing between Micronaut and Raw Java approaches, optimizing cold starts below 1 second, configuring API Gateway or ALB integration, or implementing serverless Java applications. Triggers include "create lambda java", "deploy java lambda", "micronaut lambda aws", "java lambda cold start", "aws lambda java performance", "java serverless framework".

Cloud 267 3mo ago
giuseppe-trisciuoglio

spring-boot-dependency-injection

by giuseppe-trisciuoglio

Provides dependency injection patterns for Spring Boot projects covering constructor-first patterns, optional collaborator handling, bean selection, and validation practices. Use when configuring beans, wiring dependencies, or troubleshooting injection issues.

Code Gen 267 3mo ago
HermeticOrmus

k8s-manifest-generator

by HermeticOrmus

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

Code Gen 47 6mo ago
itsmostafa

eks

by itsmostafa

AWS EKS Kubernetes management for clusters, node groups, and workloads. Use when creating clusters, configuring IRSA, managing node groups, deploying applications, or integrating with AWS services.

CLI Tools 1.1K 4mo ago
dstackai

dstack

by dstackai

dstack is an open-source control plane for GPU provisioning and orchestration across GPU clouds, Kubernetes, and on-prem clusters.

CLI Tools 2.2K 3mo ago
scitix

image-pull-debug

by scitix

Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.

Debugging 207 3mo ago
scitix

job-debug

by scitix

Diagnose Job and CronJob failures (BackoffLimitExceeded, DeadlineExceeded, pods failing, CronJob not triggering). Checks Job status, pod logs, and CronJob schedule to identify why batch workloads are failing.

Automation 207 3mo ago
NeverSight

container-orchestration

by NeverSight

"Docker and Kubernetes patterns. Triggers on: Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment, service, ingress, container, image."

Docker 155 4mo ago
LerianStudio

ring:infrastructure-cost-estimation

by LerianStudio

Orchestrates infrastructure cost estimation with tier-based or custom TPS sizing. Offers pre-configured tiers (Starter/Growth/Business/Enterprise) or custom TPS input. Skill discovers components, asks shared/dedicated for EACH, selects environment(s), reads actual Helm chart configs, then dispatches agent for accurate calculations.

Database 193 3mo ago
BagelHole

kubernetes-ops

by BagelHole

Deploy, scale, and manage Kubernetes workloads. Create deployments, services, and configurations, manage cluster resources, troubleshoot pods, and implement production-ready Kubernetes patterns. Use when working with Kubernetes clusters, K8s deployments, or container orchestration.

Docker 28 4mo ago