- Home
- /
- Categories
- /
- Kubernetes
Kubernetes
Kubernetes orchestration
operating-kubernetes
by ancoleman
Operating production Kubernetes clusters effectively with resource management, advanced scheduling, networking, storage, security hardening, and autoscaling. Use when deploying workloads to Kubernetes, configuring cluster resources, implementing security policies, or troubleshooting operational issues.
designing-distributed-systems
by ancoleman
When designing distributed systems for scalability, reliability, and consistency. Covers CAP/PACELC theorems, consistency models (strong, eventual, causal), replication patterns (leader-follower, multi-leader, leaderless), partitioning strategies (hash, range, geographic), transaction patterns (saga, event sourcing, CQRS), resilience patterns (circuit breaker, bulkhead), service discovery, and caching strategies for building fault-tolerant distributed architectures.
implementing-tls
by ancoleman
Configure TLS certificates and encryption for secure communications. Use when setting up HTTPS, securing service-to-service connections, implementing mutual TLS (mTLS), or debugging certificate issues.
dokploy-mcp
by enuno
AI-driven deployment management using Dokploy MCP server for projects, applications, and databases
gitops
by kcns008
GitOps Agent (Flow) — manages ArgoCD applications, Helm charts, Kustomize overlays, deployment strategies (canary, blue-green, rolling), multi-cluster GitOps, and drift detection for Kubernetes and OpenShift clusters.
observability
by kcns008
Observability Agent (Pulse) — handles Prometheus/PromQL metrics, Thanos queries, Loki/ELK log analysis, Grafana dashboards, alert triage and tuning, SLO/SLI management, incident response, and post-incident reviews for Kubernetes and OpenShift.
springboot-init
by alffei
Define development specifications for Spring Boot monolithic projects, supporting multiple technology stack configurations.
yolo
by 10K-Digital
Browser automation skill for Lovable deployments. Activates when: - yolo_mode: on in CLAUDE.md - Running /deploy-edge or /apply-migration commands - After git push when auto_deploy: on (automatic detection) - Any mention of "yolo mode", "automate Lovable", "browser automation" Automatically navigates to Lovable.dev and submits deployment prompts. Runs verification tests based on configuration. Auto-deploys after git push when enabled.
sre-expert
by personamanagmentlayer
Expert-level site reliability engineering, SLOs, incident management, and operational excellence
service-ingress
by chaterm
Kubernetes Service 与 Ingress
helm-expert
by personamanagmentlayer
Expert-level Helm 3 package management, chart development, templating, and production operations
supabase-extract-service-key
by yoanbernabeu
CRITICAL - Detect if the Supabase service_role key is leaked in client-side code. This is a P0 severity issue.
cilium-expert
by martinholovsky
"Expert in Cilium eBPF-based networking and security for Kubernetes. Use for CNI setup, network policies (L3/L4/L7), service mesh, Hubble observability, zero-trust security, and cluster-wide network troubleshooting. Specializes in high-performance, secure cluster networking."
github-flow
by metalagman
Use this skill when working with the lightweight GitHub Flow branching model. Ideal for projects with continuous deployment where 'main' is always deployable.
go-adk
by metalagman
Use this skill to build, run, deploy, evaluate, and troubleshoot Go agents with Google's Agent Development Kit (google.golang.org/adk), including llmagent config, tools/integrations, callbacks/plugins, sessions/state/memory, workflows, streaming, MCP/A2A, and runtime/deployment patterns.
devops-expert
by personamanagmentlayer
Expert-level DevOps practices, culture, automation, and continuous delivery
argocd-expert
by personamanagmentlayer
Expert-level ArgoCD GitOps deployment, application management, sync strategies, and production operations
prometheus-expert
by personamanagmentlayer
Expert-level Prometheus monitoring, metrics collection, PromQL queries, alerting, and production operations
linkerd-expert
by personamanagmentlayer
Expert-level Linkerd service mesh management, traffic control, reliability, and production operations
monitoring-expert
by personamanagmentlayer
Expert-level monitoring and observability with Prometheus, Grafana, logging, and alerting
iac
by Tyler-R-Kendrick
Use when working with Infrastructure as Code tools and platforms. Covers Terraform, Pulumi, CloudFormation, Bicep, ARM, Kubernetes, Helm, Docker, Crossplane, and Dagger. USE FOR: choosing IaC tools, comparing Terraform vs Pulumi vs CloudFormation, infrastructure strategy DO NOT USE FOR: specific tool syntax (use the sub-skills: terraform, pulumi, bicep, etc.)
testing-rules
by rocky2431
Ultra Builder Pro testing discipline rules
kubernetes
by Tyler-R-Kendrick
Use when writing Kubernetes manifests for deploying and managing containerized applications. Covers Deployments, Services, ConfigMaps, Secrets, Ingress, and resource management. USE FOR: Kubernetes manifests, Deployments, Services, Ingress, ConfigMaps, resource management, kubectl DO NOT USE FOR: Helm chart templating (use helm), cloud resource provisioning (use terraform or crossplane), container image builds (use docker)
cpp-reinforcement-learning
by Aznatkoiny
C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: - Implementing RL algorithms in C++ for performance-critical applications - Building production RL systems with libtorch - Creating replay buffers and experience storage - Optimizing RL training with GPU acceleration - Deploying RL models with ONNX Runtime